Shades of Deep Magenta #D007A9
Tints of Deep Magenta #D007A9
RGB
CMYK
RGB Variations
Color information
#D007A9 (or 0xD007A9) is known color: Deep Magenta. HEX triplet: D0, 07 and A9. RGB value is (208,7,169). Sum of RGB (Red+Green+Blue) = 208+7+169=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D007A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D007A9 is #2FF856. Grayscale: #555555. Windows color (decimal): -3143767 or 11077584. OLE color: 11077584.
HSL color Cylindrical-coordinate representation of color #D007A9: hue angle of 311.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007A9 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 169 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.18 |
| HSL | 311.64º | 0.93% | 0.42% | - |
| HSV(B) | 311.64º | 0.97% | 0.82% | - |
| XYZ | 33.25 | 16.43 | 38.95 | - |
| YUV | 85.57 | 175.09 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 169 | 0 | 0.97 | 0.19 | 0.18 | 311.64 | 0.93 | 0.42 |
| Hex | D0 | 7 | A9 | 0 | 61 | 13 | 12 | 138 | 5D | 2A |
| Octal | 320 | 7 | 251 | 0 | 141 | 23 | 22 | 470 | 135 | 52 |
| Binary | 11010000 | 111 | 10101001 | 0 | 1100001 | 10011 | 10010 | 100111000 | 1011101 | 101010 |
Color Harmonies of #D007A9
Complementary color
Monochromatic Colors of #D007A9
Black with #D007A9
Text Example
Text Example
White with #D007A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007A9; }
p { color: rgb(208,7,169); }
H1.HeaderClassName
{
color: #D007A9;
}
.AnyTagClassName
{
color: #D007A9;
}
</style>
background-color css
<style>
a { background-color: #D007A9; }
a { background-color: rgb(208,7,169); }
div.DivClassName
{
background-color: #D007A9;
}
.BgClassName
{
background-color: #D007A9;
}
</style>
border-color css
<style>
span { border-color: #D007A9; }
span { border-color: rgb(208,7,169); }
td.TdClassName
{
border-color: #D007A9;
}
.TagClassName
{
border-color: #D007A9;
}
</style>