Shades of Deep Magenta #D208AF
Tints of Deep Magenta #D208AF
RGB
CMYK
RGB Variations
Color information
#D208AF (or 0xD208AF) is known color: Deep Magenta. HEX triplet: D2, 08 and AF. RGB value is (210,8,175). Sum of RGB (Red+Green+Blue) = 210+8+175=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D208AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D208AF is #2DF750. Grayscale: #565656. Windows color (decimal): -3012433 or 11471058. OLE color: 11471058.
HSL color Cylindrical-coordinate representation of color #D208AF: hue angle of 310.4º 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 #D208AF is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.18 |
| HSL | 310.4º | 0.93% | 0.43% | - |
| HSV(B) | 310.4º | 0.96% | 0.82% | - |
| XYZ | 34.4 | 16.97 | 42.02 | - |
| YUV | 87.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 175 | 0 | 0.96 | 0.17 | 0.18 | 310.4 | 0.93 | 0.43 |
| Hex | D2 | 8 | AF | 0 | 60 | 11 | 12 | 136 | 5D | 2B |
| Octal | 322 | 10 | 257 | 0 | 140 | 21 | 22 | 466 | 135 | 53 |
| Binary | 11010010 | 1000 | 10101111 | 0 | 1100000 | 10001 | 10010 | 100110110 | 1011101 | 101011 |
Color Harmonies of #D208AF
Complementary color
Monochromatic Colors of #D208AF
Black with #D208AF
Text Example
Text Example
White with #D208AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D208AF; }
p { color: rgb(210,8,175); }
H1.HeaderClassName
{
color: #D208AF;
}
.AnyTagClassName
{
color: #D208AF;
}
</style>
background-color css
<style>
a { background-color: #D208AF; }
a { background-color: rgb(210,8,175); }
div.DivClassName
{
background-color: #D208AF;
}
.BgClassName
{
background-color: #D208AF;
}
</style>
border-color css
<style>
span { border-color: #D208AF; }
span { border-color: rgb(210,8,175); }
td.TdClassName
{
border-color: #D208AF;
}
.TagClassName
{
border-color: #D208AF;
}
</style>