Shades of Deep Magenta #D007DD
Tints of Deep Magenta #D007DD
RGB
CMYK
RGB Variations
Color information
#D007DD (or 0xD007DD) is known color: Deep Magenta. HEX triplet: D0, 07 and DD. RGB value is (208,7,221). Sum of RGB (Red+Green+Blue) = 208+7+221=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #D007DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D007DD is #2FF822. Grayscale: #5A5A5A. Windows color (decimal): -3143715 or 14485456. OLE color: 14485456.
HSL color Cylindrical-coordinate representation of color #D007DD: hue angle of 296.36º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007DD is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 7 | 221 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.13 |
| HSL | 296.36º | 0.94% | 0.45% | - |
| HSV(B) | 296.36º | 0.97% | 0.87% | - |
| XYZ | 39.14 | 18.78 | 69.97 | - |
| YUV | 91.5 | 201.09 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 221 | 0.06 | 0.97 | 0 | 0.13 | 296.36 | 0.94 | 0.45 |
| Hex | D0 | 7 | DD | 6 | 61 | 0 | D | 128 | 5E | 2D |
| Octal | 320 | 7 | 335 | 6 | 141 | 0 | 15 | 450 | 136 | 55 |
| Binary | 11010000 | 111 | 11011101 | 110 | 1100001 | 0 | 1101 | 100101000 | 1011110 | 101101 |
Color Harmonies of #D007DD
Complementary color
Monochromatic Colors of #D007DD
Black with #D007DD
Text Example
Text Example
White with #D007DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007DD; }
p { color: rgb(208,7,221); }
H1.HeaderClassName
{
color: #D007DD;
}
.AnyTagClassName
{
color: #D007DD;
}
</style>
background-color css
<style>
a { background-color: #D007DD; }
a { background-color: rgb(208,7,221); }
div.DivClassName
{
background-color: #D007DD;
}
.BgClassName
{
background-color: #D007DD;
}
</style>
border-color css
<style>
span { border-color: #D007DD; }
span { border-color: rgb(208,7,221); }
td.TdClassName
{
border-color: #D007DD;
}
.TagClassName
{
border-color: #D007DD;
}
</style>