Shades of Deep Magenta #DB21CE
Tints of Deep Magenta #DB21CE
RGB
CMYK
RGB Variations
Color information
#DB21CE (or 0xDB21CE) is known color: Deep Magenta. HEX triplet: DB, 21 and CE. RGB value is (219,33,206). Sum of RGB (Red+Green+Blue) = 219+33+206=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21CE is #24DE31. Grayscale: #6B6B6B. Windows color (decimal): -2416178 or 13509083. OLE color: 13509083.
HSL color Cylindrical-coordinate representation of color #DB21CE: hue angle of 304.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB21CE is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 206 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.14 |
| HSL | 304.19º | 0.74% | 0.49% | - |
| HSV(B) | 304.19º | 0.85% | 0.86% | - |
| XYZ | 40.9 | 20.6 | 60.21 | - |
| YUV | 108.34 | 183.12 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 206 | 0 | 0.85 | 0.06 | 0.14 | 304.19 | 0.74 | 0.49 |
| Hex | DB | 21 | CE | 0 | 55 | 6 | E | 130 | 4A | 31 |
| Octal | 333 | 41 | 316 | 0 | 125 | 6 | 16 | 460 | 112 | 61 |
| Binary | 11011011 | 100001 | 11001110 | 0 | 1010101 | 110 | 1110 | 100110000 | 1001010 | 110001 |
Color Harmonies of #DB21CE
Complementary color
Monochromatic Colors of #DB21CE
Black with #DB21CE
Text Example
Text Example
White with #DB21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21CE; }
p { color: rgb(219,33,206); }
H1.HeaderClassName
{
color: #DB21CE;
}
.AnyTagClassName
{
color: #DB21CE;
}
</style>
background-color css
<style>
a { background-color: #DB21CE; }
a { background-color: rgb(219,33,206); }
div.DivClassName
{
background-color: #DB21CE;
}
.BgClassName
{
background-color: #DB21CE;
}
</style>
border-color css
<style>
span { border-color: #DB21CE; }
span { border-color: rgb(219,33,206); }
td.TdClassName
{
border-color: #DB21CE;
}
.TagClassName
{
border-color: #DB21CE;
}
</style>