Shades of Deep Magenta #D002DB
Tints of Deep Magenta #D002DB
RGB
CMYK
RGB Variations
Color information
#D002DB (or 0xD002DB) is known color: Deep Magenta. HEX triplet: D0, 02 and DB. RGB value is (208,2,219). Sum of RGB (Red+Green+Blue) = 208+2+219=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #D002DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002DB is #2FFD24. Grayscale: #575757. Windows color (decimal): -3144997 or 14353104. OLE color: 14353104.
HSL color Cylindrical-coordinate representation of color #D002DB: hue angle of 296.96º 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 #D002DB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 2 | 219 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.14 |
| HSL | 296.96º | 0.98% | 0.43% | - |
| HSV(B) | 296.96º | 0.99% | 0.86% | - |
| XYZ | 38.82 | 18.57 | 68.56 | - |
| YUV | 88.33 | 201.75 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 219 | 0.05 | 0.99 | 0 | 0.14 | 296.96 | 0.98 | 0.43 |
| Hex | D0 | 2 | DB | 5 | 63 | 0 | E | 129 | 62 | 2B |
| Octal | 320 | 2 | 333 | 5 | 143 | 0 | 16 | 451 | 142 | 53 |
| Binary | 11010000 | 10 | 11011011 | 101 | 1100011 | 0 | 1110 | 100101001 | 1100010 | 101011 |
Color Harmonies of #D002DB
Complementary color
Monochromatic Colors of #D002DB
Black with #D002DB
Text Example
Text Example
White with #D002DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D002DB; }
p { color: rgb(208,2,219); }
H1.HeaderClassName
{
color: #D002DB;
}
.AnyTagClassName
{
color: #D002DB;
}
</style>
background-color css
<style>
a { background-color: #D002DB; }
a { background-color: rgb(208,2,219); }
div.DivClassName
{
background-color: #D002DB;
}
.BgClassName
{
background-color: #D002DB;
}
</style>
border-color css
<style>
span { border-color: #D002DB; }
span { border-color: rgb(208,2,219); }
td.TdClassName
{
border-color: #D002DB;
}
.TagClassName
{
border-color: #D002DB;
}
</style>