Shades of Deep Magenta #D32ACD
Tints of Deep Magenta #D32ACD
RGB
CMYK
RGB Variations
Color information
#D32ACD (or 0xD32ACD) is known color: Deep Magenta. HEX triplet: D3, 2A and CD. RGB value is (211,42,205). Sum of RGB (Red+Green+Blue) = 211+42+205=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D32ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ACD is #2CD532. Grayscale: #6E6E6E. Windows color (decimal): -2938163 or 13445843. OLE color: 13445843.
HSL color Cylindrical-coordinate representation of color #D32ACD: hue angle of 302.13º 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 #D32ACD is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 205 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.17 |
| HSL | 302.13º | 0.67% | 0.5% | - |
| HSV(B) | 302.13º | 0.8% | 0.83% | - |
| XYZ | 38.71 | 19.91 | 59.56 | - |
| YUV | 111.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 205 | 0 | 0.80 | 0.03 | 0.17 | 302.13 | 0.67 | 0.5 |
| Hex | D3 | 2A | CD | 0 | 50 | 3 | 11 | 12E | 43 | 32 |
| Octal | 323 | 52 | 315 | 0 | 120 | 3 | 21 | 456 | 103 | 62 |
| Binary | 11010011 | 101010 | 11001101 | 0 | 1010000 | 11 | 10001 | 100101110 | 1000011 | 110010 |
Color Harmonies of #D32ACD
Complementary color
Monochromatic Colors of #D32ACD
Black with #D32ACD
Text Example
Text Example
White with #D32ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32ACD; }
p { color: rgb(211,42,205); }
H1.HeaderClassName
{
color: #D32ACD;
}
.AnyTagClassName
{
color: #D32ACD;
}
</style>
background-color css
<style>
a { background-color: #D32ACD; }
a { background-color: rgb(211,42,205); }
div.DivClassName
{
background-color: #D32ACD;
}
.BgClassName
{
background-color: #D32ACD;
}
</style>
border-color css
<style>
span { border-color: #D32ACD; }
span { border-color: rgb(211,42,205); }
td.TdClassName
{
border-color: #D32ACD;
}
.TagClassName
{
border-color: #D32ACD;
}
</style>