Shades of Deep Magenta #D207D0
Tints of Deep Magenta #D207D0
RGB
CMYK
RGB Variations
Color information
#D207D0 (or 0xD207D0) is known color: Deep Magenta. HEX triplet: D2, 07 and D0. RGB value is (210,7,208). Sum of RGB (Red+Green+Blue) = 210+7+208=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D207D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207D0 is #2DF82F. Grayscale: #5A5A5A. Windows color (decimal): -3012656 or 13633490. OLE color: 13633490.
HSL color Cylindrical-coordinate representation of color #D207D0: hue angle of 300.59º 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 #D207D0 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 208 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.18 |
| HSL | 300.59º | 0.94% | 0.43% | - |
| HSV(B) | 300.59º | 0.97% | 0.82% | - |
| XYZ | 38.04 | 18.41 | 61.22 | - |
| YUV | 90.61 | 194.25 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 208 | 0 | 0.97 | 0.01 | 0.18 | 300.59 | 0.94 | 0.43 |
| Hex | D2 | 7 | D0 | 0 | 61 | 1 | 12 | 12D | 5E | 2B |
| Octal | 322 | 7 | 320 | 0 | 141 | 1 | 22 | 455 | 136 | 53 |
| Binary | 11010010 | 111 | 11010000 | 0 | 1100001 | 1 | 10010 | 100101101 | 1011110 | 101011 |
Color Harmonies of #D207D0
Complementary color
Monochromatic Colors of #D207D0
Black with #D207D0
Text Example
Text Example
White with #D207D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207D0; }
p { color: rgb(210,7,208); }
H1.HeaderClassName
{
color: #D207D0;
}
.AnyTagClassName
{
color: #D207D0;
}
</style>
background-color css
<style>
a { background-color: #D207D0; }
a { background-color: rgb(210,7,208); }
div.DivClassName
{
background-color: #D207D0;
}
.BgClassName
{
background-color: #D207D0;
}
</style>
border-color css
<style>
span { border-color: #D207D0; }
span { border-color: rgb(210,7,208); }
td.TdClassName
{
border-color: #D207D0;
}
.TagClassName
{
border-color: #D207D0;
}
</style>