Shades of Deep Magenta #D208C9
Tints of Deep Magenta #D208C9
RGB
CMYK
RGB Variations
Color information
#D208C9 (or 0xD208C9) is known color: Deep Magenta. HEX triplet: D2, 08 and C9. RGB value is (210,8,201). Sum of RGB (Red+Green+Blue) = 210+8+201=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D208C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D208C9 is #2DF736. Grayscale: #595959. Windows color (decimal): -3012407 or 13174994. OLE color: 13174994.
HSL color Cylindrical-coordinate representation of color #D208C9: hue angle of 302.67º 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 #D208C9 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 201 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.18 |
| HSL | 302.67º | 0.93% | 0.43% | - |
| HSV(B) | 302.67º | 0.96% | 0.82% | - |
| XYZ | 37.21 | 18.09 | 56.79 | - |
| YUV | 90.4 | 190.42 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 201 | 0 | 0.96 | 0.04 | 0.18 | 302.67 | 0.93 | 0.43 |
| Hex | D2 | 8 | C9 | 0 | 60 | 4 | 12 | 12F | 5D | 2B |
| Octal | 322 | 10 | 311 | 0 | 140 | 4 | 22 | 457 | 135 | 53 |
| Binary | 11010010 | 1000 | 11001001 | 0 | 1100000 | 100 | 10010 | 100101111 | 1011101 | 101011 |
Color Harmonies of #D208C9
Complementary color
Monochromatic Colors of #D208C9
Black with #D208C9
Text Example
Text Example
White with #D208C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208C9; }
p { color: rgb(210,8,201); }
H1.HeaderClassName
{
color: #D208C9;
}
.AnyTagClassName
{
color: #D208C9;
}
</style>
background-color css
<style>
a { background-color: #D208C9; }
a { background-color: rgb(210,8,201); }
div.DivClassName
{
background-color: #D208C9;
}
.BgClassName
{
background-color: #D208C9;
}
</style>
border-color css
<style>
span { border-color: #D208C9; }
span { border-color: rgb(210,8,201); }
td.TdClassName
{
border-color: #D208C9;
}
.TagClassName
{
border-color: #D208C9;
}
</style>