Shades of Deep Magenta #D32DDD
Tints of Deep Magenta #D32DDD
RGB
CMYK
RGB Variations
Color information
#D32DDD (or 0xD32DDD) is known color: Deep Magenta. HEX triplet: D3, 2D and DD. RGB value is (211,45,221). Sum of RGB (Red+Green+Blue) = 211+45+221=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #D32DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32DDD is #2CD222. Grayscale: #727272. Windows color (decimal): -2937379 or 14495187. OLE color: 14495187.
HSL color Cylindrical-coordinate representation of color #D32DDD: hue angle of 296.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32DDD is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 45 | 221 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.13 |
| HSL | 296.59º | 0.72% | 0.52% | - |
| HSV(B) | 296.59º | 0.8% | 0.87% | - |
| XYZ | 40.85 | 20.95 | 70.3 | - |
| YUV | 114.7 | 188 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 221 | 0.05 | 0.80 | 0 | 0.13 | 296.59 | 0.72 | 0.52 |
| Hex | D3 | 2D | DD | 5 | 50 | 0 | D | 129 | 48 | 34 |
| Octal | 323 | 55 | 335 | 5 | 120 | 0 | 15 | 451 | 110 | 64 |
| Binary | 11010011 | 101101 | 11011101 | 101 | 1010000 | 0 | 1101 | 100101001 | 1001000 | 110100 |
Color Harmonies of #D32DDD
Complementary color
Monochromatic Colors of #D32DDD
Black with #D32DDD
Text Example
Text Example
White with #D32DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DDD; }
p { color: rgb(211,45,221); }
H1.HeaderClassName
{
color: #D32DDD;
}
.AnyTagClassName
{
color: #D32DDD;
}
</style>
background-color css
<style>
a { background-color: #D32DDD; }
a { background-color: rgb(211,45,221); }
div.DivClassName
{
background-color: #D32DDD;
}
.BgClassName
{
background-color: #D32DDD;
}
</style>
border-color css
<style>
span { border-color: #D32DDD; }
span { border-color: rgb(211,45,221); }
td.TdClassName
{
border-color: #D32DDD;
}
.TagClassName
{
border-color: #D32DDD;
}
</style>