Shades of Deep Magenta #D207C8
Tints of Deep Magenta #D207C8
RGB
CMYK
RGB Variations
Color information
#D207C8 (or 0xD207C8) is known color: Deep Magenta. HEX triplet: D2, 07 and C8. RGB value is (210,7,200). Sum of RGB (Red+Green+Blue) = 210+7+200=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D207C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207C8 is #2DF837. Grayscale: #595959. Windows color (decimal): -3012664 or 13109202. OLE color: 13109202.
HSL color Cylindrical-coordinate representation of color #D207C8: hue angle of 302.96º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207C8 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 200 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.18 |
| HSL | 302.96º | 0.94% | 0.43% | - |
| HSV(B) | 302.96º | 0.97% | 0.82% | - |
| XYZ | 37.08 | 18.02 | 56.17 | - |
| YUV | 89.7 | 190.25 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 200 | 0 | 0.97 | 0.05 | 0.18 | 302.96 | 0.94 | 0.43 |
| Hex | D2 | 7 | C8 | 0 | 61 | 5 | 12 | 12F | 5E | 2B |
| Octal | 322 | 7 | 310 | 0 | 141 | 5 | 22 | 457 | 136 | 53 |
| Binary | 11010010 | 111 | 11001000 | 0 | 1100001 | 101 | 10010 | 100101111 | 1011110 | 101011 |
Color Harmonies of #D207C8
Complementary color
Monochromatic Colors of #D207C8
Black with #D207C8
Text Example
Text Example
White with #D207C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207C8; }
p { color: rgb(210,7,200); }
H1.HeaderClassName
{
color: #D207C8;
}
.AnyTagClassName
{
color: #D207C8;
}
</style>
background-color css
<style>
a { background-color: #D207C8; }
a { background-color: rgb(210,7,200); }
div.DivClassName
{
background-color: #D207C8;
}
.BgClassName
{
background-color: #D207C8;
}
</style>
border-color css
<style>
span { border-color: #D207C8; }
span { border-color: rgb(210,7,200); }
td.TdClassName
{
border-color: #D207C8;
}
.TagClassName
{
border-color: #D207C8;
}
</style>