Shades of Deep Magenta #D32ACC
Tints of Deep Magenta #D32ACC
RGB
CMYK
RGB Variations
Color information
#D32ACC (or 0xD32ACC) is known color: Deep Magenta. HEX triplet: D3, 2A and CC. RGB value is (211,42,204). Sum of RGB (Red+Green+Blue) = 211+42+204=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D32ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ACC is #2CD533. Grayscale: #6E6E6E. Windows color (decimal): -2938164 or 13380307. OLE color: 13380307.
HSL color Cylindrical-coordinate representation of color #D32ACC: hue angle of 302.49º 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 #D32ACC is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 204 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.17 |
| HSL | 302.49º | 0.67% | 0.5% | - |
| HSV(B) | 302.49º | 0.8% | 0.83% | - |
| XYZ | 38.59 | 19.86 | 58.93 | - |
| YUV | 111 | 180.49 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 204 | 0 | 0.80 | 0.03 | 0.17 | 302.49 | 0.67 | 0.5 |
| Hex | D3 | 2A | CC | 0 | 50 | 3 | 11 | 12E | 43 | 32 |
| Octal | 323 | 52 | 314 | 0 | 120 | 3 | 21 | 456 | 103 | 62 |
| Binary | 11010011 | 101010 | 11001100 | 0 | 1010000 | 11 | 10001 | 100101110 | 1000011 | 110010 |
Color Harmonies of #D32ACC
Complementary color
Monochromatic Colors of #D32ACC
Black with #D32ACC
Text Example
Text Example
White with #D32ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32ACC; }
p { color: rgb(211,42,204); }
H1.HeaderClassName
{
color: #D32ACC;
}
.AnyTagClassName
{
color: #D32ACC;
}
</style>
background-color css
<style>
a { background-color: #D32ACC; }
a { background-color: rgb(211,42,204); }
div.DivClassName
{
background-color: #D32ACC;
}
.BgClassName
{
background-color: #D32ACC;
}
</style>
border-color css
<style>
span { border-color: #D32ACC; }
span { border-color: rgb(211,42,204); }
td.TdClassName
{
border-color: #D32ACC;
}
.TagClassName
{
border-color: #D32ACC;
}
</style>