Shades of Deep Magenta #DB02C9
Tints of Deep Magenta #DB02C9
RGB
CMYK
RGB Variations
Color information
#DB02C9 (or 0xDB02C9) is known color: Deep Magenta. HEX triplet: DB, 02 and C9. RGB value is (219,2,201). Sum of RGB (Red+Green+Blue) = 219+2+201=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02C9 is #24FD36. Grayscale: #585858. Windows color (decimal): -2424119 or 13173467. OLE color: 13173467.
HSL color Cylindrical-coordinate representation of color #DB02C9: hue angle of 304.98º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02C9 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 201 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.14 |
| HSL | 304.98º | 0.98% | 0.43% | - |
| HSV(B) | 304.98º | 0.99% | 0.86% | - |
| XYZ | 39.78 | 19.32 | 56.89 | - |
| YUV | 89.57 | 190.89 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 201 | 0 | 0.99 | 0.08 | 0.14 | 304.98 | 0.98 | 0.43 |
| Hex | DB | 2 | C9 | 0 | 63 | 8 | E | 131 | 62 | 2B |
| Octal | 333 | 2 | 311 | 0 | 143 | 10 | 16 | 461 | 142 | 53 |
| Binary | 11011011 | 10 | 11001001 | 0 | 1100011 | 1000 | 1110 | 100110001 | 1100010 | 101011 |
Color Harmonies of #DB02C9
Complementary color
Monochromatic Colors of #DB02C9
Black with #DB02C9
Text Example
Text Example
White with #DB02C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02C9; }
p { color: rgb(219,2,201); }
H1.HeaderClassName
{
color: #DB02C9;
}
.AnyTagClassName
{
color: #DB02C9;
}
</style>
background-color css
<style>
a { background-color: #DB02C9; }
a { background-color: rgb(219,2,201); }
div.DivClassName
{
background-color: #DB02C9;
}
.BgClassName
{
background-color: #DB02C9;
}
</style>
border-color css
<style>
span { border-color: #DB02C9; }
span { border-color: rgb(219,2,201); }
td.TdClassName
{
border-color: #DB02C9;
}
.TagClassName
{
border-color: #DB02C9;
}
</style>