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