Shades of Deep Magenta #D004AD
Tints of Deep Magenta #D004AD
RGB
CMYK
RGB Variations
Color information
#D004AD (or 0xD004AD) is known color: Deep Magenta. HEX triplet: D0, 04 and AD. RGB value is (208,4,173). Sum of RGB (Red+Green+Blue) = 208+4+173=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D004AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D004AD is #2FFB52. Grayscale: #535353. Windows color (decimal): -3144531 or 11338960. OLE color: 11338960.
HSL color Cylindrical-coordinate representation of color #D004AD: hue angle of 310.29º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004AD is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.18 |
| HSL | 310.29º | 0.96% | 0.42% | - |
| HSV(B) | 310.29º | 0.98% | 0.82% | - |
| XYZ | 33.6 | 16.51 | 40.95 | - |
| YUV | 84.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 173 | 0 | 0.98 | 0.17 | 0.18 | 310.29 | 0.96 | 0.42 |
| Hex | D0 | 4 | AD | 0 | 62 | 11 | 12 | 136 | 60 | 2A |
| Octal | 320 | 4 | 255 | 0 | 142 | 21 | 22 | 466 | 140 | 52 |
| Binary | 11010000 | 100 | 10101101 | 0 | 1100010 | 10001 | 10010 | 100110110 | 1100000 | 101010 |
Color Harmonies of #D004AD
Complementary color
Monochromatic Colors of #D004AD
Black with #D004AD
Text Example
Text Example
White with #D004AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004AD; }
p { color: rgb(208,4,173); }
H1.HeaderClassName
{
color: #D004AD;
}
.AnyTagClassName
{
color: #D004AD;
}
</style>
background-color css
<style>
a { background-color: #D004AD; }
a { background-color: rgb(208,4,173); }
div.DivClassName
{
background-color: #D004AD;
}
.BgClassName
{
background-color: #D004AD;
}
</style>
border-color css
<style>
span { border-color: #D004AD; }
span { border-color: rgb(208,4,173); }
td.TdClassName
{
border-color: #D004AD;
}
.TagClassName
{
border-color: #D004AD;
}
</style>