Shades of Deep Magenta #D32BCD
Tints of Deep Magenta #D32BCD
RGB
CMYK
RGB Variations
Color information
#D32BCD (or 0xD32BCD) is known color: Deep Magenta. HEX triplet: D3, 2B and CD. RGB value is (211,43,205). Sum of RGB (Red+Green+Blue) = 211+43+205=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32BCD is #2CD432. Grayscale: #6F6F6F. Windows color (decimal): -2937907 or 13446099. OLE color: 13446099.
HSL color Cylindrical-coordinate representation of color #D32BCD: hue angle of 302.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32BCD is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 43 | 205 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.17 |
| HSL | 302.14º | 0.66% | 0.5% | - |
| HSV(B) | 302.14º | 0.8% | 0.83% | - |
| XYZ | 38.75 | 19.98 | 59.57 | - |
| YUV | 111.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 205 | 0 | 0.80 | 0.03 | 0.17 | 302.14 | 0.66 | 0.5 |
| Hex | D3 | 2B | CD | 0 | 50 | 3 | 11 | 12E | 42 | 32 |
| Octal | 323 | 53 | 315 | 0 | 120 | 3 | 21 | 456 | 102 | 62 |
| Binary | 11010011 | 101011 | 11001101 | 0 | 1010000 | 11 | 10001 | 100101110 | 1000010 | 110010 |
Color Harmonies of #D32BCD
Complementary color
Monochromatic Colors of #D32BCD
Black with #D32BCD
Text Example
Text Example
White with #D32BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BCD; }
p { color: rgb(211,43,205); }
H1.HeaderClassName
{
color: #D32BCD;
}
.AnyTagClassName
{
color: #D32BCD;
}
</style>
background-color css
<style>
a { background-color: #D32BCD; }
a { background-color: rgb(211,43,205); }
div.DivClassName
{
background-color: #D32BCD;
}
.BgClassName
{
background-color: #D32BCD;
}
</style>
border-color css
<style>
span { border-color: #D32BCD; }
span { border-color: rgb(211,43,205); }
td.TdClassName
{
border-color: #D32BCD;
}
.TagClassName
{
border-color: #D32BCD;
}
</style>