Shades of Deep Magenta #D207DC
Tints of Deep Magenta #D207DC
RGB
CMYK
RGB Variations
Color information
#D207DC (or 0xD207DC) is known color: Deep Magenta. HEX triplet: D2, 07 and DC. RGB value is (210,7,220). Sum of RGB (Red+Green+Blue) = 210+7+220=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #D207DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207DC is #2DF823. Grayscale: #5B5B5B. Windows color (decimal): -3012644 or 14419922. OLE color: 14419922.
HSL color Cylindrical-coordinate representation of color #D207DC: hue angle of 297.18º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207DC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 7 | 220 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.14 |
| HSL | 297.18º | 0.94% | 0.45% | - |
| HSV(B) | 297.18º | 0.97% | 0.86% | - |
| XYZ | 39.57 | 19.02 | 69.3 | - |
| YUV | 91.98 | 200.25 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 220 | 0.05 | 0.97 | 0 | 0.14 | 297.18 | 0.94 | 0.45 |
| Hex | D2 | 7 | DC | 5 | 61 | 0 | E | 129 | 5E | 2D |
| Octal | 322 | 7 | 334 | 5 | 141 | 0 | 16 | 451 | 136 | 55 |
| Binary | 11010010 | 111 | 11011100 | 101 | 1100001 | 0 | 1110 | 100101001 | 1011110 | 101101 |
Color Harmonies of #D207DC
Complementary color
Monochromatic Colors of #D207DC
Black with #D207DC
Text Example
Text Example
White with #D207DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207DC; }
p { color: rgb(210,7,220); }
H1.HeaderClassName
{
color: #D207DC;
}
.AnyTagClassName
{
color: #D207DC;
}
</style>
background-color css
<style>
a { background-color: #D207DC; }
a { background-color: rgb(210,7,220); }
div.DivClassName
{
background-color: #D207DC;
}
.BgClassName
{
background-color: #D207DC;
}
</style>
border-color css
<style>
span { border-color: #D207DC; }
span { border-color: rgb(210,7,220); }
td.TdClassName
{
border-color: #D207DC;
}
.TagClassName
{
border-color: #D207DC;
}
</style>