Shades of Deep Magenta #D32BD6
Tints of Deep Magenta #D32BD6
RGB
CMYK
RGB Variations
Color information
#D32BD6 (or 0xD32BD6) is known color: Deep Magenta. HEX triplet: D3, 2B and D6. RGB value is (211,43,214). Sum of RGB (Red+Green+Blue) = 211+43+214=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #D32BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32BD6 is #2CD429. Grayscale: #707070. Windows color (decimal): -2937898 or 14035923. OLE color: 14035923.
HSL color Cylindrical-coordinate representation of color #D32BD6: hue angle of 298.95º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32BD6 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 43 | 214 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.16 |
| HSL | 298.95º | 0.68% | 0.5% | - |
| HSV(B) | 298.95º | 0.8% | 0.84% | - |
| XYZ | 39.87 | 20.43 | 65.46 | - |
| YUV | 112.73 | 185.16 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 214 | 0.01 | 0.80 | 0 | 0.16 | 298.95 | 0.68 | 0.5 |
| Hex | D3 | 2B | D6 | 1 | 50 | 0 | 10 | 12B | 44 | 32 |
| Octal | 323 | 53 | 326 | 1 | 120 | 0 | 20 | 453 | 104 | 62 |
| Binary | 11010011 | 101011 | 11010110 | 1 | 1010000 | 0 | 10000 | 100101011 | 1000100 | 110010 |
Color Harmonies of #D32BD6
Complementary color
Monochromatic Colors of #D32BD6
Black with #D32BD6
Text Example
Text Example
White with #D32BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BD6; }
p { color: rgb(211,43,214); }
H1.HeaderClassName
{
color: #D32BD6;
}
.AnyTagClassName
{
color: #D32BD6;
}
</style>
background-color css
<style>
a { background-color: #D32BD6; }
a { background-color: rgb(211,43,214); }
div.DivClassName
{
background-color: #D32BD6;
}
.BgClassName
{
background-color: #D32BD6;
}
</style>
border-color css
<style>
span { border-color: #D32BD6; }
span { border-color: rgb(211,43,214); }
td.TdClassName
{
border-color: #D32BD6;
}
.TagClassName
{
border-color: #D32BD6;
}
</style>