Shades of Deep Magenta #D40AC0
Tints of Deep Magenta #D40AC0
RGB
CMYK
RGB Variations
Color information
#D40AC0 (or 0xD40AC0) is known color: Deep Magenta. HEX triplet: D4, 0A and C0. RGB value is (212,10,192). Sum of RGB (Red+Green+Blue) = 212+10+192=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D40AC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40AC0 is #2BF53F. Grayscale: #5A5A5A. Windows color (decimal): -2880832 or 12585684. OLE color: 12585684.
HSL color Cylindrical-coordinate representation of color #D40AC0: hue angle of 305.94º 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 #D40AC0 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 192 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.17 |
| HSL | 305.94º | 0.91% | 0.44% | - |
| HSV(B) | 305.94º | 0.95% | 0.83% | - |
| XYZ | 36.77 | 18.02 | 51.41 | - |
| YUV | 91.15 | 184.92 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 192 | 0 | 0.95 | 0.09 | 0.17 | 305.94 | 0.91 | 0.44 |
| Hex | D4 | A | C0 | 0 | 5F | 9 | 11 | 132 | 5B | 2C |
| Octal | 324 | 12 | 300 | 0 | 137 | 11 | 21 | 462 | 133 | 54 |
| Binary | 11010100 | 1010 | 11000000 | 0 | 1011111 | 1001 | 10001 | 100110010 | 1011011 | 101100 |
Color Harmonies of #D40AC0
Complementary color
Monochromatic Colors of #D40AC0
Black with #D40AC0
Text Example
Text Example
White with #D40AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40AC0; }
p { color: rgb(212,10,192); }
H1.HeaderClassName
{
color: #D40AC0;
}
.AnyTagClassName
{
color: #D40AC0;
}
</style>
background-color css
<style>
a { background-color: #D40AC0; }
a { background-color: rgb(212,10,192); }
div.DivClassName
{
background-color: #D40AC0;
}
.BgClassName
{
background-color: #D40AC0;
}
</style>
border-color css
<style>
span { border-color: #D40AC0; }
span { border-color: rgb(212,10,192); }
td.TdClassName
{
border-color: #D40AC0;
}
.TagClassName
{
border-color: #D40AC0;
}
</style>