Shades of Deep Magenta #D208CC
Tints of Deep Magenta #D208CC
RGB
CMYK
RGB Variations
Color information
#D208CC (or 0xD208CC) is known color: Deep Magenta. HEX triplet: D2, 08 and CC. RGB value is (210,8,204). Sum of RGB (Red+Green+Blue) = 210+8+204=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D208CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208CC is #2DF733. Grayscale: #5A5A5A. Windows color (decimal): -3012404 or 13371602. OLE color: 13371602.
HSL color Cylindrical-coordinate representation of color #D208CC: hue angle of 301.78º 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 #D208CC is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 204 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.18 |
| HSL | 301.78º | 0.93% | 0.43% | - |
| HSV(B) | 301.78º | 0.96% | 0.82% | - |
| XYZ | 37.56 | 18.23 | 58.67 | - |
| YUV | 90.74 | 191.92 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 204 | 0 | 0.96 | 0.03 | 0.18 | 301.78 | 0.93 | 0.43 |
| Hex | D2 | 8 | CC | 0 | 60 | 3 | 12 | 12E | 5D | 2B |
| Octal | 322 | 10 | 314 | 0 | 140 | 3 | 22 | 456 | 135 | 53 |
| Binary | 11010010 | 1000 | 11001100 | 0 | 1100000 | 11 | 10010 | 100101110 | 1011101 | 101011 |
Color Harmonies of #D208CC
Complementary color
Monochromatic Colors of #D208CC
Black with #D208CC
Text Example
Text Example
White with #D208CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208CC; }
p { color: rgb(210,8,204); }
H1.HeaderClassName
{
color: #D208CC;
}
.AnyTagClassName
{
color: #D208CC;
}
</style>
background-color css
<style>
a { background-color: #D208CC; }
a { background-color: rgb(210,8,204); }
div.DivClassName
{
background-color: #D208CC;
}
.BgClassName
{
background-color: #D208CC;
}
</style>
border-color css
<style>
span { border-color: #D208CC; }
span { border-color: rgb(210,8,204); }
td.TdClassName
{
border-color: #D208CC;
}
.TagClassName
{
border-color: #D208CC;
}
</style>