Shades of Deep Magenta #D007DC
Tints of Deep Magenta #D007DC
RGB
CMYK
RGB Variations
Color information
#D007DC (or 0xD007DC) is known color: Deep Magenta. HEX triplet: D0, 07 and DC. RGB value is (208,7,220). Sum of RGB (Red+Green+Blue) = 208+7+220=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #D007DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D007DC is #2FF823. Grayscale: #5A5A5A. Windows color (decimal): -3143716 or 14419920. OLE color: 14419920.
HSL color Cylindrical-coordinate representation of color #D007DC: hue angle of 296.62º 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 #D007DC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 7 | 220 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.14 |
| HSL | 296.62º | 0.94% | 0.45% | - |
| HSV(B) | 296.62º | 0.97% | 0.86% | - |
| XYZ | 39.01 | 18.73 | 69.27 | - |
| YUV | 91.38 | 200.59 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 220 | 0.05 | 0.97 | 0 | 0.14 | 296.62 | 0.94 | 0.45 |
| Hex | D0 | 7 | DC | 5 | 61 | 0 | E | 129 | 5E | 2D |
| Octal | 320 | 7 | 334 | 5 | 141 | 0 | 16 | 451 | 136 | 55 |
| Binary | 11010000 | 111 | 11011100 | 101 | 1100001 | 0 | 1110 | 100101001 | 1011110 | 101101 |
Color Harmonies of #D007DC
Complementary color
Monochromatic Colors of #D007DC
Black with #D007DC
Text Example
Text Example
White with #D007DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007DC; }
p { color: rgb(208,7,220); }
H1.HeaderClassName
{
color: #D007DC;
}
.AnyTagClassName
{
color: #D007DC;
}
</style>
background-color css
<style>
a { background-color: #D007DC; }
a { background-color: rgb(208,7,220); }
div.DivClassName
{
background-color: #D007DC;
}
.BgClassName
{
background-color: #D007DC;
}
</style>
border-color css
<style>
span { border-color: #D007DC; }
span { border-color: rgb(208,7,220); }
td.TdClassName
{
border-color: #D007DC;
}
.TagClassName
{
border-color: #D007DC;
}
</style>