Shades of Deep Magenta #D40AAE
Tints of Deep Magenta #D40AAE
RGB
CMYK
RGB Variations
Color information
#D40AAE (or 0xD40AAE) is known color: Deep Magenta. HEX triplet: D4, 0A and AE. RGB value is (212,10,174). Sum of RGB (Red+Green+Blue) = 212+10+174=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D40AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40AAE is #2BF551. Grayscale: #585858. Windows color (decimal): -2880850 or 11406036. OLE color: 11406036.
HSL color Cylindrical-coordinate representation of color #D40AAE: hue angle of 311.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40AAE is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 174 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.17 |
| HSL | 311.29º | 0.91% | 0.44% | - |
| HSV(B) | 311.29º | 0.95% | 0.83% | - |
| XYZ | 34.9 | 17.27 | 41.54 | - |
| YUV | 89.09 | 175.92 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 174 | 0 | 0.95 | 0.18 | 0.17 | 311.29 | 0.91 | 0.44 |
| Hex | D4 | A | AE | 0 | 5F | 12 | 11 | 137 | 5B | 2C |
| Octal | 324 | 12 | 256 | 0 | 137 | 22 | 21 | 467 | 133 | 54 |
| Binary | 11010100 | 1010 | 10101110 | 0 | 1011111 | 10010 | 10001 | 100110111 | 1011011 | 101100 |
Color Harmonies of #D40AAE
Complementary color
Monochromatic Colors of #D40AAE
Black with #D40AAE
Text Example
Text Example
White with #D40AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40AAE; }
p { color: rgb(212,10,174); }
H1.HeaderClassName
{
color: #D40AAE;
}
.AnyTagClassName
{
color: #D40AAE;
}
</style>
background-color css
<style>
a { background-color: #D40AAE; }
a { background-color: rgb(212,10,174); }
div.DivClassName
{
background-color: #D40AAE;
}
.BgClassName
{
background-color: #D40AAE;
}
</style>
border-color css
<style>
span { border-color: #D40AAE; }
span { border-color: rgb(212,10,174); }
td.TdClassName
{
border-color: #D40AAE;
}
.TagClassName
{
border-color: #D40AAE;
}
</style>