Shades of Deep Magenta #D007AD
Tints of Deep Magenta #D007AD
RGB
CMYK
RGB Variations
Color information
#D007AD (or 0xD007AD) is known color: Deep Magenta. HEX triplet: D0, 07 and AD. RGB value is (208,7,173). Sum of RGB (Red+Green+Blue) = 208+7+173=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D007AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D007AD is #2FF852. Grayscale: #555555. Windows color (decimal): -3143763 or 11339728. OLE color: 11339728.
HSL color Cylindrical-coordinate representation of color #D007AD: hue angle of 310.45º 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 #D007AD is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.18 |
| HSL | 310.45º | 0.93% | 0.42% | - |
| HSV(B) | 310.45º | 0.97% | 0.82% | - |
| XYZ | 33.63 | 16.58 | 40.96 | - |
| YUV | 86.02 | 177.09 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 173 | 0 | 0.97 | 0.17 | 0.18 | 310.45 | 0.93 | 0.42 |
| Hex | D0 | 7 | AD | 0 | 61 | 11 | 12 | 136 | 5D | 2A |
| Octal | 320 | 7 | 255 | 0 | 141 | 21 | 22 | 466 | 135 | 52 |
| Binary | 11010000 | 111 | 10101101 | 0 | 1100001 | 10001 | 10010 | 100110110 | 1011101 | 101010 |
Color Harmonies of #D007AD
Complementary color
Monochromatic Colors of #D007AD
Black with #D007AD
Text Example
Text Example
White with #D007AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007AD; }
p { color: rgb(208,7,173); }
H1.HeaderClassName
{
color: #D007AD;
}
.AnyTagClassName
{
color: #D007AD;
}
</style>
background-color css
<style>
a { background-color: #D007AD; }
a { background-color: rgb(208,7,173); }
div.DivClassName
{
background-color: #D007AD;
}
.BgClassName
{
background-color: #D007AD;
}
</style>
border-color css
<style>
span { border-color: #D007AD; }
span { border-color: rgb(208,7,173); }
td.TdClassName
{
border-color: #D007AD;
}
.TagClassName
{
border-color: #D007AD;
}
</style>