Shades of Deep Magenta #D208DB
Tints of Deep Magenta #D208DB
RGB
CMYK
RGB Variations
Color information
#D208DB (or 0xD208DB) is known color: Deep Magenta. HEX triplet: D2, 08 and DB. RGB value is (210,8,219). Sum of RGB (Red+Green+Blue) = 210+8+219=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #D208DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208DB is #2DF724. Grayscale: #5B5B5B. Windows color (decimal): -3012389 or 14354642. OLE color: 14354642.
HSL color Cylindrical-coordinate representation of color #D208DB: hue angle of 297.44º 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 #D208DB is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 8 | 219 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.14 |
| HSL | 297.44º | 0.93% | 0.45% | - |
| HSV(B) | 297.44º | 0.96% | 0.86% | - |
| XYZ | 39.45 | 18.99 | 68.6 | - |
| YUV | 92.45 | 199.42 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 219 | 0.04 | 0.96 | 0 | 0.14 | 297.44 | 0.93 | 0.45 |
| Hex | D2 | 8 | DB | 4 | 60 | 0 | E | 129 | 5D | 2D |
| Octal | 322 | 10 | 333 | 4 | 140 | 0 | 16 | 451 | 135 | 55 |
| Binary | 11010010 | 1000 | 11011011 | 100 | 1100000 | 0 | 1110 | 100101001 | 1011101 | 101101 |
Color Harmonies of #D208DB
Complementary color
Monochromatic Colors of #D208DB
Black with #D208DB
Text Example
Text Example
White with #D208DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208DB; }
p { color: rgb(210,8,219); }
H1.HeaderClassName
{
color: #D208DB;
}
.AnyTagClassName
{
color: #D208DB;
}
</style>
background-color css
<style>
a { background-color: #D208DB; }
a { background-color: rgb(210,8,219); }
div.DivClassName
{
background-color: #D208DB;
}
.BgClassName
{
background-color: #D208DB;
}
</style>
border-color css
<style>
span { border-color: #D208DB; }
span { border-color: rgb(210,8,219); }
td.TdClassName
{
border-color: #D208DB;
}
.TagClassName
{
border-color: #D208DB;
}
</style>