Shades of Deep Magenta #D208DC
Tints of Deep Magenta #D208DC
RGB
CMYK
RGB Variations
Color information
#D208DC (or 0xD208DC) is known color: Deep Magenta. HEX triplet: D2, 08 and DC. RGB value is (210,8,220). Sum of RGB (Red+Green+Blue) = 210+8+220=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #D208DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208DC is #2DF723. Grayscale: #5B5B5B. Windows color (decimal): -3012388 or 14420178. OLE color: 14420178.
HSL color Cylindrical-coordinate representation of color #D208DC: hue angle of 297.17º 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 #D208DC is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 8 | 220 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.14 |
| HSL | 297.17º | 0.93% | 0.45% | - |
| HSV(B) | 297.17º | 0.96% | 0.86% | - |
| XYZ | 39.58 | 19.04 | 69.3 | - |
| YUV | 92.57 | 199.92 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 220 | 0.05 | 0.96 | 0 | 0.14 | 297.17 | 0.93 | 0.45 |
| Hex | D2 | 8 | DC | 5 | 60 | 0 | E | 129 | 5D | 2D |
| Octal | 322 | 10 | 334 | 5 | 140 | 0 | 16 | 451 | 135 | 55 |
| Binary | 11010010 | 1000 | 11011100 | 101 | 1100000 | 0 | 1110 | 100101001 | 1011101 | 101101 |
Color Harmonies of #D208DC
Complementary color
Monochromatic Colors of #D208DC
Black with #D208DC
Text Example
Text Example
White with #D208DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208DC; }
p { color: rgb(210,8,220); }
H1.HeaderClassName
{
color: #D208DC;
}
.AnyTagClassName
{
color: #D208DC;
}
</style>
background-color css
<style>
a { background-color: #D208DC; }
a { background-color: rgb(210,8,220); }
div.DivClassName
{
background-color: #D208DC;
}
.BgClassName
{
background-color: #D208DC;
}
</style>
border-color css
<style>
span { border-color: #D208DC; }
span { border-color: rgb(210,8,220); }
td.TdClassName
{
border-color: #D208DC;
}
.TagClassName
{
border-color: #D208DC;
}
</style>