Shades of Deep Magenta #D32CDB
Tints of Deep Magenta #D32CDB
RGB
CMYK
RGB Variations
Color information
#D32CDB (or 0xD32CDB) is known color: Deep Magenta. HEX triplet: D3, 2C and DB. RGB value is (211,44,219). Sum of RGB (Red+Green+Blue) = 211+44+219=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #D32CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32CDB is #2CD324. Grayscale: #717171. Windows color (decimal): -2937637 or 14363859. OLE color: 14363859.
HSL color Cylindrical-coordinate representation of color #D32CDB: hue angle of 297.26º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32CDB is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 44 | 219 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.14 |
| HSL | 297.26º | 0.71% | 0.52% | - |
| HSV(B) | 297.26º | 0.8% | 0.86% | - |
| XYZ | 40.55 | 20.76 | 68.89 | - |
| YUV | 113.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 44 | 219 | 0.04 | 0.80 | 0 | 0.14 | 297.26 | 0.71 | 0.52 |
| Hex | D3 | 2C | DB | 4 | 50 | 0 | E | 129 | 47 | 34 |
| Octal | 323 | 54 | 333 | 4 | 120 | 0 | 16 | 451 | 107 | 64 |
| Binary | 11010011 | 101100 | 11011011 | 100 | 1010000 | 0 | 1110 | 100101001 | 1000111 | 110100 |
Color Harmonies of #D32CDB
Complementary color
Monochromatic Colors of #D32CDB
Black with #D32CDB
Text Example
Text Example
White with #D32CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32CDB; }
p { color: rgb(211,44,219); }
H1.HeaderClassName
{
color: #D32CDB;
}
.AnyTagClassName
{
color: #D32CDB;
}
</style>
background-color css
<style>
a { background-color: #D32CDB; }
a { background-color: rgb(211,44,219); }
div.DivClassName
{
background-color: #D32CDB;
}
.BgClassName
{
background-color: #D32CDB;
}
</style>
border-color css
<style>
span { border-color: #D32CDB; }
span { border-color: rgb(211,44,219); }
td.TdClassName
{
border-color: #D32CDB;
}
.TagClassName
{
border-color: #D32CDB;
}
</style>