Shades of Deep Magenta #D004AA
Tints of Deep Magenta #D004AA
RGB
CMYK
RGB Variations
Color information
#D004AA (or 0xD004AA) is known color: Deep Magenta. HEX triplet: D0, 04 and AA. RGB value is (208,4,170). Sum of RGB (Red+Green+Blue) = 208+4+170=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D004AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D004AA is #2FFB55. Grayscale: #535353. Windows color (decimal): -3144534 or 11142352. OLE color: 11142352.
HSL color Cylindrical-coordinate representation of color #D004AA: hue angle of 311.18º 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 #D004AA is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.18 |
| HSL | 311.18º | 0.96% | 0.42% | - |
| HSV(B) | 311.18º | 0.98% | 0.82% | - |
| XYZ | 33.31 | 16.4 | 39.44 | - |
| YUV | 83.92 | 176.59 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 170 | 0 | 0.98 | 0.18 | 0.18 | 311.18 | 0.96 | 0.42 |
| Hex | D0 | 4 | AA | 0 | 62 | 12 | 12 | 137 | 60 | 2A |
| Octal | 320 | 4 | 252 | 0 | 142 | 22 | 22 | 467 | 140 | 52 |
| Binary | 11010000 | 100 | 10101010 | 0 | 1100010 | 10010 | 10010 | 100110111 | 1100000 | 101010 |
Color Harmonies of #D004AA
Complementary color
Monochromatic Colors of #D004AA
Black with #D004AA
Text Example
Text Example
White with #D004AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004AA; }
p { color: rgb(208,4,170); }
H1.HeaderClassName
{
color: #D004AA;
}
.AnyTagClassName
{
color: #D004AA;
}
</style>
background-color css
<style>
a { background-color: #D004AA; }
a { background-color: rgb(208,4,170); }
div.DivClassName
{
background-color: #D004AA;
}
.BgClassName
{
background-color: #D004AA;
}
</style>
border-color css
<style>
span { border-color: #D004AA; }
span { border-color: rgb(208,4,170); }
td.TdClassName
{
border-color: #D004AA;
}
.TagClassName
{
border-color: #D004AA;
}
</style>