rgb(219, 33, 219)
- In a RGB color space, hex #db21db color is composed of 86% red, 13% green, and 86% blue.
- In a CMYK color space, it is consist of 0% cyan, 85% magenta, 0% yellow and 14% black.
- In web design, the web safe color for #db21db is #CC00CC. The complementary color of #db21db is #20db21.
#db21db Color Conversion
Hex Color #db21db RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #db21db
-
#db21db
#db21db
-
#20db21
#20db21
-
#ed91ed
#ed91ed
-
#90ed91
#90ed91
-
#a418a4
#a418a4
-
#18a418
#18a418
-
#b16cb1
#b16cb1
-
#6cb16c
#6cb16c
Two colors (#db21db,#20db21) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#db21db
#db21db
-
#ed91ed
#ed91ed
-
#6d116d
#6d116d
-
#f5c8f5
#f5c8f5
-
#a418a4
#a418a4
-
#b16cb1
#b16cb1
-
#510c51
#510c51
-
#b796b7
#b796b7
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #db21db
-
#db21db
#db21db
-
#C51EC5
#C51EC5
-
#AF1AAF
#AF1AAF
-
#991799
#991799
-
#831483
#831483
-
#6E116E
#6E116E
-
#580D58
#580D58
-
#420A42
#420A42
-
#2C072C
#2C072C
-
#160316
#160316
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#db21db
#db21db
-
#DF37DF
#DF37DF
-
#E24DE2
#E24DE2
-
#E664E6
#E664E6
-
#E97AE9
#E97AE9
-
#ED90ED
#ED90ED
-
#F1A6F1
#F1A6F1
-
#F4BCF4
#F4BCF4
-
#F8D3F8
#F8D3F8
-
#FBE9FB
#FBE9FB
-
#FEF8FE
#FEF8FE
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#db21db Color Preview on Black Background
#db21db Color Preview on White Background
<span style="color:#db21db;">Text here</span>
#db21db Background Color
#db21db Background Color
<p style="background-color:#db21db;">Text here</p>
#db21db Border Color
<div style="border:1px solid #db21db;">Text here</div>
<style>.text {color:#db21db;}
.background {background-color:#db21db;}
.border {border:1px solid #db21db;}</style>