Shades of Deep Magenta #D208CE
Tints of Deep Magenta #D208CE
RGB
CMYK
RGB Variations
Color information
#D208CE (or 0xD208CE) is known color: Deep Magenta. HEX triplet: D2, 08 and CE. RGB value is (210,8,206). Sum of RGB (Red+Green+Blue) = 210+8+206=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D208CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208CE is #2DF731. Grayscale: #5A5A5A. Windows color (decimal): -3012402 or 13502674. OLE color: 13502674.
HSL color Cylindrical-coordinate representation of color #D208CE: hue angle of 301.19º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D208CE is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 206 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.18 |
| HSL | 301.19º | 0.93% | 0.43% | - |
| HSV(B) | 301.19º | 0.96% | 0.82% | - |
| XYZ | 37.81 | 18.33 | 59.94 | - |
| YUV | 90.97 | 192.92 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 206 | 0 | 0.96 | 0.02 | 0.18 | 301.19 | 0.93 | 0.43 |
| Hex | D2 | 8 | CE | 0 | 60 | 2 | 12 | 12D | 5D | 2B |
| Octal | 322 | 10 | 316 | 0 | 140 | 2 | 22 | 455 | 135 | 53 |
| Binary | 11010010 | 1000 | 11001110 | 0 | 1100000 | 10 | 10010 | 100101101 | 1011101 | 101011 |
Color Harmonies of #D208CE
Complementary color
Monochromatic Colors of #D208CE
Black with #D208CE
Text Example
Text Example
White with #D208CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208CE; }
p { color: rgb(210,8,206); }
H1.HeaderClassName
{
color: #D208CE;
}
.AnyTagClassName
{
color: #D208CE;
}
</style>
background-color css
<style>
a { background-color: #D208CE; }
a { background-color: rgb(210,8,206); }
div.DivClassName
{
background-color: #D208CE;
}
.BgClassName
{
background-color: #D208CE;
}
</style>
border-color css
<style>
span { border-color: #D208CE; }
span { border-color: rgb(210,8,206); }
td.TdClassName
{
border-color: #D208CE;
}
.TagClassName
{
border-color: #D208CE;
}
</style>