Shades of Deep Magenta #D32BE1
Tints of Deep Magenta #D32BE1
RGB
CMYK
RGB Variations
Color information
#D32BE1 (or 0xD32BE1) is known color: Deep Magenta. HEX triplet: D3, 2B and E1. RGB value is (211,43,225). Sum of RGB (Red+Green+Blue) = 211+43+225=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 43 (17.19% from 255 or 8.98% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #D32BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32BE1 is #2CD41E. Grayscale: #717171. Windows color (decimal): -2937887 or 14756819. OLE color: 14756819.
HSL color Cylindrical-coordinate representation of color #D32BE1: hue angle of 295.38º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32BE1 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 43 | 225 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.12 |
| HSL | 295.38º | 0.75% | 0.53% | - |
| HSV(B) | 295.38º | 0.81% | 0.88% | - |
| XYZ | 41.32 | 21.01 | 73.11 | - |
| YUV | 113.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 225 | 0.06 | 0.81 | 0 | 0.12 | 295.38 | 0.75 | 0.53 |
| Hex | D3 | 2B | E1 | 6 | 51 | 0 | C | 127 | 4B | 35 |
| Octal | 323 | 53 | 341 | 6 | 121 | 0 | 14 | 447 | 113 | 65 |
| Binary | 11010011 | 101011 | 11100001 | 110 | 1010001 | 0 | 1100 | 100100111 | 1001011 | 110101 |
Color Harmonies of #D32BE1
Complementary color
Monochromatic Colors of #D32BE1
Black with #D32BE1
Text Example
Text Example
White with #D32BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BE1; }
p { color: rgb(211,43,225); }
H1.HeaderClassName
{
color: #D32BE1;
}
.AnyTagClassName
{
color: #D32BE1;
}
</style>
background-color css
<style>
a { background-color: #D32BE1; }
a { background-color: rgb(211,43,225); }
div.DivClassName
{
background-color: #D32BE1;
}
.BgClassName
{
background-color: #D32BE1;
}
</style>
border-color css
<style>
span { border-color: #D32BE1; }
span { border-color: rgb(211,43,225); }
td.TdClassName
{
border-color: #D32BE1;
}
.TagClassName
{
border-color: #D32BE1;
}
</style>