Shades of Deep Magenta #D42ACD
Tints of Deep Magenta #D42ACD
RGB
CMYK
RGB Variations
Color information
#D42ACD (or 0xD42ACD) is known color: Deep Magenta. HEX triplet: D4, 2A and CD. RGB value is (212,42,205). Sum of RGB (Red+Green+Blue) = 212+42+205=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D42ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ACD is #2BD532. Grayscale: #6E6E6E. Windows color (decimal): -2872627 or 13445844. OLE color: 13445844.
HSL color Cylindrical-coordinate representation of color #D42ACD: hue angle of 302.47º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42ACD is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 205 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.17 |
| HSL | 302.47º | 0.67% | 0.5% | - |
| HSV(B) | 302.47º | 0.8% | 0.83% | - |
| XYZ | 39 | 20.06 | 59.57 | - |
| YUV | 111.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 205 | 0 | 0.80 | 0.03 | 0.17 | 302.47 | 0.67 | 0.5 |
| Hex | D4 | 2A | CD | 0 | 50 | 3 | 11 | 12E | 43 | 32 |
| Octal | 324 | 52 | 315 | 0 | 120 | 3 | 21 | 456 | 103 | 62 |
| Binary | 11010100 | 101010 | 11001101 | 0 | 1010000 | 11 | 10001 | 100101110 | 1000011 | 110010 |
Color Harmonies of #D42ACD
Complementary color
Monochromatic Colors of #D42ACD
Black with #D42ACD
Text Example
Text Example
White with #D42ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42ACD; }
p { color: rgb(212,42,205); }
H1.HeaderClassName
{
color: #D42ACD;
}
.AnyTagClassName
{
color: #D42ACD;
}
</style>
background-color css
<style>
a { background-color: #D42ACD; }
a { background-color: rgb(212,42,205); }
div.DivClassName
{
background-color: #D42ACD;
}
.BgClassName
{
background-color: #D42ACD;
}
</style>
border-color css
<style>
span { border-color: #D42ACD; }
span { border-color: rgb(212,42,205); }
td.TdClassName
{
border-color: #D42ACD;
}
.TagClassName
{
border-color: #D42ACD;
}
</style>