Shades of Deep Magenta #D206C9
Tints of Deep Magenta #D206C9
RGB
CMYK
RGB Variations
Color information
#D206C9 (or 0xD206C9) is known color: Deep Magenta. HEX triplet: D2, 06 and C9. RGB value is (210,6,201). Sum of RGB (Red+Green+Blue) = 210+6+201=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D206C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206C9 is #2DF936. Grayscale: #585858. Windows color (decimal): -3012919 or 13174482. OLE color: 13174482.
HSL color Cylindrical-coordinate representation of color #D206C9: hue angle of 302.65º 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 #D206C9 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 6 | 201 | - |
CMYK | 0 | 0.97 | 0.04 | 0.18 |
HSL | 302.65º | 0.94% | 0.42% | - |
HSV(B) | 302.65º | 0.97% | 0.82% | - |
XYZ | 37.19 | 18.05 | 56.78 | - |
YUV | 89.23 | 191.09 | 214.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 6 | 201 | 0 | 0.97 | 0.04 | 0.18 | 302.65 | 0.94 | 0.42 |
Hex | D2 | 6 | C9 | 0 | 61 | 4 | 12 | 12F | 5E | 2A |
Octal | 322 | 6 | 311 | 0 | 141 | 4 | 22 | 457 | 136 | 52 |
Binary | 11010010 | 110 | 11001001 | 0 | 1100001 | 100 | 10010 | 100101111 | 1011110 | 101010 |
Color Harmonies of #D206C9
Complementary color
Monochromatic Colors of #D206C9
Black with #D206C9
Text Example
Text Example
White with #D206C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206C9; }
p { color: rgb(210,6,201); }
H1.HeaderClassName
{
color: #D206C9;
}
.AnyTagClassName
{
color: #D206C9;
}
</style>
background-color css
<style>
a { background-color: #D206C9; }
a { background-color: rgb(210,6,201); }
div.DivClassName
{
background-color: #D206C9;
}
.BgClassName
{
background-color: #D206C9;
}
</style>
border-color css
<style>
span { border-color: #D206C9; }
span { border-color: rgb(210,6,201); }
td.TdClassName
{
border-color: #D206C9;
}
.TagClassName
{
border-color: #D206C9;
}
</style>