Shades of Deep Magenta #D007DA
Tints of Deep Magenta #D007DA
RGB
CMYK
RGB Variations
Color information
#D007DA (or 0xD007DA) is known color: Deep Magenta. HEX triplet: D0, 07 and DA. RGB value is (208,7,218). Sum of RGB (Red+Green+Blue) = 208+7+218=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #D007DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D007DA is #2FF825. Grayscale: #5A5A5A. Windows color (decimal): -3143718 or 14288848. OLE color: 14288848.
HSL color Cylindrical-coordinate representation of color #D007DA: hue angle of 297.16º 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 #D007DA is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 7 | 218 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.15 |
| HSL | 297.16º | 0.94% | 0.44% | - |
| HSV(B) | 297.16º | 0.97% | 0.85% | - |
| XYZ | 38.74 | 18.62 | 67.88 | - |
| YUV | 91.15 | 199.59 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 218 | 0.05 | 0.97 | 0 | 0.15 | 297.16 | 0.94 | 0.44 |
| Hex | D0 | 7 | DA | 5 | 61 | 0 | F | 129 | 5E | 2C |
| Octal | 320 | 7 | 332 | 5 | 141 | 0 | 17 | 451 | 136 | 54 |
| Binary | 11010000 | 111 | 11011010 | 101 | 1100001 | 0 | 1111 | 100101001 | 1011110 | 101100 |
Color Harmonies of #D007DA
Complementary color
Monochromatic Colors of #D007DA
Black with #D007DA
Text Example
Text Example
White with #D007DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007DA; }
p { color: rgb(208,7,218); }
H1.HeaderClassName
{
color: #D007DA;
}
.AnyTagClassName
{
color: #D007DA;
}
</style>
background-color css
<style>
a { background-color: #D007DA; }
a { background-color: rgb(208,7,218); }
div.DivClassName
{
background-color: #D007DA;
}
.BgClassName
{
background-color: #D007DA;
}
</style>
border-color css
<style>
span { border-color: #D007DA; }
span { border-color: rgb(208,7,218); }
td.TdClassName
{
border-color: #D007DA;
}
.TagClassName
{
border-color: #D007DA;
}
</style>