Shades of Deep Magenta #D207D8
Tints of Deep Magenta #D207D8
RGB
CMYK
RGB Variations
Color information
#D207D8 (or 0xD207D8) is known color: Deep Magenta. HEX triplet: D2, 07 and D8. RGB value is (210,7,216). Sum of RGB (Red+Green+Blue) = 210+7+216=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #D207D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207D8 is #2DF827. Grayscale: #5A5A5A. Windows color (decimal): -3012648 or 14157778. OLE color: 14157778.
HSL color Cylindrical-coordinate representation of color #D207D8: hue angle of 298.28º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207D8 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 7 | 216 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.15 |
| HSL | 298.28º | 0.94% | 0.44% | - |
| HSV(B) | 298.28º | 0.97% | 0.85% | - |
| XYZ | 39.05 | 18.81 | 66.54 | - |
| YUV | 91.52 | 198.25 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 216 | 0.03 | 0.97 | 0 | 0.15 | 298.28 | 0.94 | 0.44 |
| Hex | D2 | 7 | D8 | 3 | 61 | 0 | F | 12A | 5E | 2C |
| Octal | 322 | 7 | 330 | 3 | 141 | 0 | 17 | 452 | 136 | 54 |
| Binary | 11010010 | 111 | 11011000 | 11 | 1100001 | 0 | 1111 | 100101010 | 1011110 | 101100 |
Color Harmonies of #D207D8
Complementary color
Monochromatic Colors of #D207D8
Black with #D207D8
Text Example
Text Example
White with #D207D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207D8; }
p { color: rgb(210,7,216); }
H1.HeaderClassName
{
color: #D207D8;
}
.AnyTagClassName
{
color: #D207D8;
}
</style>
background-color css
<style>
a { background-color: #D207D8; }
a { background-color: rgb(210,7,216); }
div.DivClassName
{
background-color: #D207D8;
}
.BgClassName
{
background-color: #D207D8;
}
</style>
border-color css
<style>
span { border-color: #D207D8; }
span { border-color: rgb(210,7,216); }
td.TdClassName
{
border-color: #D207D8;
}
.TagClassName
{
border-color: #D207D8;
}
</style>