Shades of Deep Magenta #D32BCF
Tints of Deep Magenta #D32BCF
RGB
CMYK
RGB Variations
Color information
#D32BCF (or 0xD32BCF) is known color: Deep Magenta. HEX triplet: D3, 2B and CF. RGB value is (211,43,207). Sum of RGB (Red+Green+Blue) = 211+43+207=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32BCF is #2CD430. Grayscale: #6F6F6F. Windows color (decimal): -2937905 or 13577171. OLE color: 13577171.
HSL color Cylindrical-coordinate representation of color #D32BCF: hue angle of 301.43º 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 #D32BCF is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 43 | 207 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.17 |
| HSL | 301.43º | 0.66% | 0.5% | - |
| HSV(B) | 301.43º | 0.8% | 0.83% | - |
| XYZ | 38.99 | 20.08 | 60.85 | - |
| YUV | 111.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 207 | 0 | 0.80 | 0.02 | 0.17 | 301.43 | 0.66 | 0.5 |
| Hex | D3 | 2B | CF | 0 | 50 | 2 | 11 | 12D | 42 | 32 |
| Octal | 323 | 53 | 317 | 0 | 120 | 2 | 21 | 455 | 102 | 62 |
| Binary | 11010011 | 101011 | 11001111 | 0 | 1010000 | 10 | 10001 | 100101101 | 1000010 | 110010 |
Color Harmonies of #D32BCF
Complementary color
Monochromatic Colors of #D32BCF
Black with #D32BCF
Text Example
Text Example
White with #D32BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BCF; }
p { color: rgb(211,43,207); }
H1.HeaderClassName
{
color: #D32BCF;
}
.AnyTagClassName
{
color: #D32BCF;
}
</style>
background-color css
<style>
a { background-color: #D32BCF; }
a { background-color: rgb(211,43,207); }
div.DivClassName
{
background-color: #D32BCF;
}
.BgClassName
{
background-color: #D32BCF;
}
</style>
border-color css
<style>
span { border-color: #D32BCF; }
span { border-color: rgb(211,43,207); }
td.TdClassName
{
border-color: #D32BCF;
}
.TagClassName
{
border-color: #D32BCF;
}
</style>