Shades of Deep Magenta #D206AF
Tints of Deep Magenta #D206AF
RGB
CMYK
RGB Variations
Color information
#D206AF (or 0xD206AF) is known color: Deep Magenta. HEX triplet: D2, 06 and AF. RGB value is (210,6,175). Sum of RGB (Red+Green+Blue) = 210+6+175=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D206AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D206AF is #2DF950. Grayscale: #555555. Windows color (decimal): -3012945 or 11470546. OLE color: 11470546.
HSL color Cylindrical-coordinate representation of color #D206AF: hue angle of 310.29º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D206AF is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 175 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.18 |
| HSL | 310.29º | 0.94% | 0.42% | - |
| HSV(B) | 310.29º | 0.97% | 0.82% | - |
| XYZ | 34.38 | 16.93 | 42.01 | - |
| YUV | 86.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 175 | 0 | 0.97 | 0.17 | 0.18 | 310.29 | 0.94 | 0.42 |
| Hex | D2 | 6 | AF | 0 | 61 | 11 | 12 | 136 | 5E | 2A |
| Octal | 322 | 6 | 257 | 0 | 141 | 21 | 22 | 466 | 136 | 52 |
| Binary | 11010010 | 110 | 10101111 | 0 | 1100001 | 10001 | 10010 | 100110110 | 1011110 | 101010 |
Color Harmonies of #D206AF
Complementary color
Monochromatic Colors of #D206AF
Black with #D206AF
Text Example
Text Example
White with #D206AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206AF; }
p { color: rgb(210,6,175); }
H1.HeaderClassName
{
color: #D206AF;
}
.AnyTagClassName
{
color: #D206AF;
}
</style>
background-color css
<style>
a { background-color: #D206AF; }
a { background-color: rgb(210,6,175); }
div.DivClassName
{
background-color: #D206AF;
}
.BgClassName
{
background-color: #D206AF;
}
</style>
border-color css
<style>
span { border-color: #D206AF; }
span { border-color: rgb(210,6,175); }
td.TdClassName
{
border-color: #D206AF;
}
.TagClassName
{
border-color: #D206AF;
}
</style>