Shades of Deep Magenta #D008DB
Tints of Deep Magenta #D008DB
RGB
CMYK
RGB Variations
Color information
#D008DB (or 0xD008DB) is known color: Deep Magenta. HEX triplet: D0, 08 and DB. RGB value is (208,8,219). Sum of RGB (Red+Green+Blue) = 208+8+219=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #D008DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008DB is #2FF724. Grayscale: #5B5B5B. Windows color (decimal): -3143461 or 14354640. OLE color: 14354640.
HSL color Cylindrical-coordinate representation of color #D008DB: hue angle of 296.87º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D008DB is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 8 | 219 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.14 |
| HSL | 296.87º | 0.93% | 0.45% | - |
| HSV(B) | 296.87º | 0.96% | 0.86% | - |
| XYZ | 38.89 | 18.7 | 68.58 | - |
| YUV | 91.85 | 199.76 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 219 | 0.05 | 0.96 | 0 | 0.14 | 296.87 | 0.93 | 0.45 |
| Hex | D0 | 8 | DB | 5 | 60 | 0 | E | 129 | 5D | 2D |
| Octal | 320 | 10 | 333 | 5 | 140 | 0 | 16 | 451 | 135 | 55 |
| Binary | 11010000 | 1000 | 11011011 | 101 | 1100000 | 0 | 1110 | 100101001 | 1011101 | 101101 |
Color Harmonies of #D008DB
Complementary color
Monochromatic Colors of #D008DB
Black with #D008DB
Text Example
Text Example
White with #D008DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008DB; }
p { color: rgb(208,8,219); }
H1.HeaderClassName
{
color: #D008DB;
}
.AnyTagClassName
{
color: #D008DB;
}
</style>
background-color css
<style>
a { background-color: #D008DB; }
a { background-color: rgb(208,8,219); }
div.DivClassName
{
background-color: #D008DB;
}
.BgClassName
{
background-color: #D008DB;
}
</style>
border-color css
<style>
span { border-color: #D008DB; }
span { border-color: rgb(208,8,219); }
td.TdClassName
{
border-color: #D008DB;
}
.TagClassName
{
border-color: #D008DB;
}
</style>