Shades of Deep Magenta #D32BC9
Tints of Deep Magenta #D32BC9
RGB
CMYK
RGB Variations
Color information
#D32BC9 (or 0xD32BC9) is known color: Deep Magenta. HEX triplet: D3, 2B and C9. RGB value is (211,43,201). Sum of RGB (Red+Green+Blue) = 211+43+201=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32BC9 is #2CD436. Grayscale: #6E6E6E. Windows color (decimal): -2937911 or 13183955. OLE color: 13183955.
HSL color Cylindrical-coordinate representation of color #D32BC9: hue angle of 303.57º 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 #D32BC9 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 43 | 201 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.17 |
| HSL | 303.57º | 0.66% | 0.5% | - |
| HSV(B) | 303.57º | 0.8% | 0.83% | - |
| XYZ | 38.27 | 19.79 | 57.06 | - |
| YUV | 111.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 201 | 0 | 0.80 | 0.05 | 0.17 | 303.57 | 0.66 | 0.5 |
| Hex | D3 | 2B | C9 | 0 | 50 | 5 | 11 | 130 | 42 | 32 |
| Octal | 323 | 53 | 311 | 0 | 120 | 5 | 21 | 460 | 102 | 62 |
| Binary | 11010011 | 101011 | 11001001 | 0 | 1010000 | 101 | 10001 | 100110000 | 1000010 | 110010 |
Color Harmonies of #D32BC9
Complementary color
Monochromatic Colors of #D32BC9
Black with #D32BC9
Text Example
Text Example
White with #D32BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BC9; }
p { color: rgb(211,43,201); }
H1.HeaderClassName
{
color: #D32BC9;
}
.AnyTagClassName
{
color: #D32BC9;
}
</style>
background-color css
<style>
a { background-color: #D32BC9; }
a { background-color: rgb(211,43,201); }
div.DivClassName
{
background-color: #D32BC9;
}
.BgClassName
{
background-color: #D32BC9;
}
</style>
border-color css
<style>
span { border-color: #D32BC9; }
span { border-color: rgb(211,43,201); }
td.TdClassName
{
border-color: #D32BC9;
}
.TagClassName
{
border-color: #D32BC9;
}
</style>