Shades of Deep Magenta #D206C8
Tints of Deep Magenta #D206C8
RGB
CMYK
RGB Variations
Color information
#D206C8 (or 0xD206C8) is known color: Deep Magenta. HEX triplet: D2, 06 and C8. RGB value is (210,6,200). Sum of RGB (Red+Green+Blue) = 210+6+200=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D206C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206C8 is #2DF937. Grayscale: #585858. Windows color (decimal): -3012920 or 13108946. OLE color: 13108946.
HSL color Cylindrical-coordinate representation of color #D206C8: hue angle of 302.94º 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 #D206C8 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 200 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.18 |
| HSL | 302.94º | 0.94% | 0.42% | - |
| HSV(B) | 302.94º | 0.97% | 0.82% | - |
| XYZ | 37.07 | 18 | 56.16 | - |
| YUV | 89.11 | 190.59 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 200 | 0 | 0.97 | 0.05 | 0.18 | 302.94 | 0.94 | 0.42 |
| Hex | D2 | 6 | C8 | 0 | 61 | 5 | 12 | 12F | 5E | 2A |
| Octal | 322 | 6 | 310 | 0 | 141 | 5 | 22 | 457 | 136 | 52 |
| Binary | 11010010 | 110 | 11001000 | 0 | 1100001 | 101 | 10010 | 100101111 | 1011110 | 101010 |
Color Harmonies of #D206C8
Complementary color
Monochromatic Colors of #D206C8
Black with #D206C8
Text Example
Text Example
White with #D206C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206C8; }
p { color: rgb(210,6,200); }
H1.HeaderClassName
{
color: #D206C8;
}
.AnyTagClassName
{
color: #D206C8;
}
</style>
background-color css
<style>
a { background-color: #D206C8; }
a { background-color: rgb(210,6,200); }
div.DivClassName
{
background-color: #D206C8;
}
.BgClassName
{
background-color: #D206C8;
}
</style>
border-color css
<style>
span { border-color: #D206C8; }
span { border-color: rgb(210,6,200); }
td.TdClassName
{
border-color: #D206C8;
}
.TagClassName
{
border-color: #D206C8;
}
</style>