Shades of Deep Magenta #D32CE5
Tints of Deep Magenta #D32CE5
RGB
CMYK
RGB Variations
Color information
#D32CE5 (or 0xD32CE5) is known color: Deep Magenta. HEX triplet: D3, 2C and E5. RGB value is (211,44,229). Sum of RGB (Red+Green+Blue) = 211+44+229=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #D32CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32CE5 is #2CD31A. Grayscale: #727272. Windows color (decimal): -2937627 or 15019219. OLE color: 15019219.
HSL color Cylindrical-coordinate representation of color #D32CE5: hue angle of 294.16º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32CE5 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 44 | 229 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.10 |
| HSL | 294.16º | 0.78% | 0.54% | - |
| HSV(B) | 294.16º | 0.81% | 0.9% | - |
| XYZ | 41.91 | 21.31 | 76.03 | - |
| YUV | 115.02 | 192.33 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 44 | 229 | 0.08 | 0.81 | 0 | 0.10 | 294.16 | 0.78 | 0.54 |
| Hex | D3 | 2C | E5 | 8 | 51 | 0 | A | 126 | 4E | 36 |
| Octal | 323 | 54 | 345 | 10 | 121 | 0 | 12 | 446 | 116 | 66 |
| Binary | 11010011 | 101100 | 11100101 | 1000 | 1010001 | 0 | 1010 | 100100110 | 1001110 | 110110 |
Color Harmonies of #D32CE5
Complementary color
Monochromatic Colors of #D32CE5
Black with #D32CE5
Text Example
Text Example
White with #D32CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32CE5; }
p { color: rgb(211,44,229); }
H1.HeaderClassName
{
color: #D32CE5;
}
.AnyTagClassName
{
color: #D32CE5;
}
</style>
background-color css
<style>
a { background-color: #D32CE5; }
a { background-color: rgb(211,44,229); }
div.DivClassName
{
background-color: #D32CE5;
}
.BgClassName
{
background-color: #D32CE5;
}
</style>
border-color css
<style>
span { border-color: #D32CE5; }
span { border-color: rgb(211,44,229); }
td.TdClassName
{
border-color: #D32CE5;
}
.TagClassName
{
border-color: #D32CE5;
}
</style>