Shades of Deep Magenta #D206C7
Tints of Deep Magenta #D206C7
RGB
CMYK
RGB Variations
Color information
#D206C7 (or 0xD206C7) is known color: Deep Magenta. HEX triplet: D2, 06 and C7. RGB value is (210,6,199). Sum of RGB (Red+Green+Blue) = 210+6+199=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D206C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206C7 is #2DF938. Grayscale: #585858. Windows color (decimal): -3012921 or 13043410. OLE color: 13043410.
HSL color Cylindrical-coordinate representation of color #D206C7: hue angle of 303.24º 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 #D206C7 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 199 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.18 |
| HSL | 303.24º | 0.94% | 0.42% | - |
| HSV(B) | 303.24º | 0.97% | 0.82% | - |
| XYZ | 36.95 | 17.96 | 55.55 | - |
| YUV | 89 | 190.09 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 199 | 0 | 0.97 | 0.05 | 0.18 | 303.24 | 0.94 | 0.42 |
| Hex | D2 | 6 | C7 | 0 | 61 | 5 | 12 | 12F | 5E | 2A |
| Octal | 322 | 6 | 307 | 0 | 141 | 5 | 22 | 457 | 136 | 52 |
| Binary | 11010010 | 110 | 11000111 | 0 | 1100001 | 101 | 10010 | 100101111 | 1011110 | 101010 |
Color Harmonies of #D206C7
Complementary color
Monochromatic Colors of #D206C7
Black with #D206C7
Text Example
Text Example
White with #D206C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206C7; }
p { color: rgb(210,6,199); }
H1.HeaderClassName
{
color: #D206C7;
}
.AnyTagClassName
{
color: #D206C7;
}
</style>
background-color css
<style>
a { background-color: #D206C7; }
a { background-color: rgb(210,6,199); }
div.DivClassName
{
background-color: #D206C7;
}
.BgClassName
{
background-color: #D206C7;
}
</style>
border-color css
<style>
span { border-color: #D206C7; }
span { border-color: rgb(210,6,199); }
td.TdClassName
{
border-color: #D206C7;
}
.TagClassName
{
border-color: #D206C7;
}
</style>