Shades of Deep Magenta #D32CCD
Tints of Deep Magenta #D32CCD
RGB
CMYK
RGB Variations
Color information
#D32CCD (or 0xD32CCD) is known color: Deep Magenta. HEX triplet: D3, 2C and CD. RGB value is (211,44,205). Sum of RGB (Red+Green+Blue) = 211+44+205=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D32CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32CCD is #2CD332. Grayscale: #6F6F6F. Windows color (decimal): -2937651 or 13446355. OLE color: 13446355.
HSL color Cylindrical-coordinate representation of color #D32CCD: hue angle of 302.16º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32CCD is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 44 | 205 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.17 |
| HSL | 302.16º | 0.65% | 0.5% | - |
| HSV(B) | 302.16º | 0.79% | 0.83% | - |
| XYZ | 38.78 | 20.06 | 59.59 | - |
| YUV | 112.29 | 180.33 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 44 | 205 | 0 | 0.79 | 0.03 | 0.17 | 302.16 | 0.65 | 0.5 |
| Hex | D3 | 2C | CD | 0 | 4F | 3 | 11 | 12E | 41 | 32 |
| Octal | 323 | 54 | 315 | 0 | 117 | 3 | 21 | 456 | 101 | 62 |
| Binary | 11010011 | 101100 | 11001101 | 0 | 1001111 | 11 | 10001 | 100101110 | 1000001 | 110010 |
Color Harmonies of #D32CCD
Complementary color
Monochromatic Colors of #D32CCD
Black with #D32CCD
Text Example
Text Example
White with #D32CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32CCD; }
p { color: rgb(211,44,205); }
H1.HeaderClassName
{
color: #D32CCD;
}
.AnyTagClassName
{
color: #D32CCD;
}
</style>
background-color css
<style>
a { background-color: #D32CCD; }
a { background-color: rgb(211,44,205); }
div.DivClassName
{
background-color: #D32CCD;
}
.BgClassName
{
background-color: #D32CCD;
}
</style>
border-color css
<style>
span { border-color: #D32CCD; }
span { border-color: rgb(211,44,205); }
td.TdClassName
{
border-color: #D32CCD;
}
.TagClassName
{
border-color: #D32CCD;
}
</style>