Shades of Deep Magenta #D206CF
Tints of Deep Magenta #D206CF
RGB
CMYK
RGB Variations
Color information
#D206CF (or 0xD206CF) is known color: Deep Magenta. HEX triplet: D2, 06 and CF. RGB value is (210,6,207). Sum of RGB (Red+Green+Blue) = 210+6+207=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D206CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206CF is #2DF930. Grayscale: #595959. Windows color (decimal): -3012913 or 13567698. OLE color: 13567698.
HSL color Cylindrical-coordinate representation of color #D206CF: hue angle of 300.88º 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 #D206CF is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 207 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.18 |
| HSL | 300.88º | 0.94% | 0.42% | - |
| HSV(B) | 300.88º | 0.97% | 0.82% | - |
| XYZ | 37.91 | 18.34 | 60.57 | - |
| YUV | 89.91 | 194.09 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 207 | 0 | 0.97 | 0.01 | 0.18 | 300.88 | 0.94 | 0.42 |
| Hex | D2 | 6 | CF | 0 | 61 | 1 | 12 | 12D | 5E | 2A |
| Octal | 322 | 6 | 317 | 0 | 141 | 1 | 22 | 455 | 136 | 52 |
| Binary | 11010010 | 110 | 11001111 | 0 | 1100001 | 1 | 10010 | 100101101 | 1011110 | 101010 |
Color Harmonies of #D206CF
Complementary color
Monochromatic Colors of #D206CF
Black with #D206CF
Text Example
Text Example
White with #D206CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206CF; }
p { color: rgb(210,6,207); }
H1.HeaderClassName
{
color: #D206CF;
}
.AnyTagClassName
{
color: #D206CF;
}
</style>
background-color css
<style>
a { background-color: #D206CF; }
a { background-color: rgb(210,6,207); }
div.DivClassName
{
background-color: #D206CF;
}
.BgClassName
{
background-color: #D206CF;
}
</style>
border-color css
<style>
span { border-color: #D206CF; }
span { border-color: rgb(210,6,207); }
td.TdClassName
{
border-color: #D206CF;
}
.TagClassName
{
border-color: #D206CF;
}
</style>