Shades of Deep Magenta #D40ACE
Tints of Deep Magenta #D40ACE
RGB
CMYK
RGB Variations
Color information
#D40ACE (or 0xD40ACE) is known color: Deep Magenta. HEX triplet: D4, 0A and CE. RGB value is (212,10,206). Sum of RGB (Red+Green+Blue) = 212+10+206=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D40ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ACE is #2BF531. Grayscale: #5C5C5C. Windows color (decimal): -2880818 or 13503188. OLE color: 13503188.
HSL color Cylindrical-coordinate representation of color #D40ACE: hue angle of 301.78º 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 #D40ACE is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 206 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.17 |
| HSL | 301.78º | 0.91% | 0.44% | - |
| HSV(B) | 301.78º | 0.95% | 0.83% | - |
| XYZ | 38.4 | 18.67 | 59.97 | - |
| YUV | 92.74 | 191.92 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 206 | 0 | 0.95 | 0.03 | 0.17 | 301.78 | 0.91 | 0.44 |
| Hex | D4 | A | CE | 0 | 5F | 3 | 11 | 12E | 5B | 2C |
| Octal | 324 | 12 | 316 | 0 | 137 | 3 | 21 | 456 | 133 | 54 |
| Binary | 11010100 | 1010 | 11001110 | 0 | 1011111 | 11 | 10001 | 100101110 | 1011011 | 101100 |
Color Harmonies of #D40ACE
Complementary color
Monochromatic Colors of #D40ACE
Black with #D40ACE
Text Example
Text Example
White with #D40ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40ACE; }
p { color: rgb(212,10,206); }
H1.HeaderClassName
{
color: #D40ACE;
}
.AnyTagClassName
{
color: #D40ACE;
}
</style>
background-color css
<style>
a { background-color: #D40ACE; }
a { background-color: rgb(212,10,206); }
div.DivClassName
{
background-color: #D40ACE;
}
.BgClassName
{
background-color: #D40ACE;
}
</style>
border-color css
<style>
span { border-color: #D40ACE; }
span { border-color: rgb(212,10,206); }
td.TdClassName
{
border-color: #D40ACE;
}
.TagClassName
{
border-color: #D40ACE;
}
</style>