Shades of Deep Magenta #D32CDD
Tints of Deep Magenta #D32CDD
RGB
CMYK
RGB Variations
Color information
#D32CDD (or 0xD32CDD) is known color: Deep Magenta. HEX triplet: D3, 2C and DD. RGB value is (211,44,221). Sum of RGB (Red+Green+Blue) = 211+44+221=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #D32CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32CDD is #2CD322. Grayscale: #717171. Windows color (decimal): -2937635 or 14494931. OLE color: 14494931.
HSL color Cylindrical-coordinate representation of color #D32CDD: hue angle of 296.61º 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 #D32CDD is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 44 | 221 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.13 |
| HSL | 296.61º | 0.72% | 0.52% | - |
| HSV(B) | 296.61º | 0.8% | 0.87% | - |
| XYZ | 40.82 | 20.87 | 70.28 | - |
| YUV | 114.11 | 188.33 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 44 | 221 | 0.05 | 0.80 | 0 | 0.13 | 296.61 | 0.72 | 0.52 |
| Hex | D3 | 2C | DD | 5 | 50 | 0 | D | 129 | 48 | 34 |
| Octal | 323 | 54 | 335 | 5 | 120 | 0 | 15 | 451 | 110 | 64 |
| Binary | 11010011 | 101100 | 11011101 | 101 | 1010000 | 0 | 1101 | 100101001 | 1001000 | 110100 |
Color Harmonies of #D32CDD
Complementary color
Monochromatic Colors of #D32CDD
Black with #D32CDD
Text Example
Text Example
White with #D32CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32CDD; }
p { color: rgb(211,44,221); }
H1.HeaderClassName
{
color: #D32CDD;
}
.AnyTagClassName
{
color: #D32CDD;
}
</style>
background-color css
<style>
a { background-color: #D32CDD; }
a { background-color: rgb(211,44,221); }
div.DivClassName
{
background-color: #D32CDD;
}
.BgClassName
{
background-color: #D32CDD;
}
</style>
border-color css
<style>
span { border-color: #D32CDD; }
span { border-color: rgb(211,44,221); }
td.TdClassName
{
border-color: #D32CDD;
}
.TagClassName
{
border-color: #D32CDD;
}
</style>