Shades of Deep Cerise #D32EAA
Tints of Deep Cerise #D32EAA
RGB
CMYK
RGB Variations
Color information
#D32EAA (or 0xD32EAA) is known color: Deep Cerise. HEX triplet: D3, 2E and AA. RGB value is (211,46,170). Sum of RGB (Red+Green+Blue) = 211+46+170=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D32EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32EAA is #2CD155. Grayscale: #6D6D6D. Windows color (decimal): -2937174 or 11153107. OLE color: 11153107.
HSL color Cylindrical-coordinate representation of color #D32EAA: hue angle of 314.91º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32EAA is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 46 | 170 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.17 |
| HSL | 314.91º | 0.65% | 0.5% | - |
| HSV(B) | 314.91º | 0.78% | 0.83% | - |
| XYZ | 35.1 | 18.71 | 39.79 | - |
| YUV | 109.47 | 162.16 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 170 | 0 | 0.78 | 0.19 | 0.17 | 314.91 | 0.65 | 0.5 |
| Hex | D3 | 2E | AA | 0 | 4E | 13 | 11 | 13B | 41 | 32 |
| Octal | 323 | 56 | 252 | 0 | 116 | 23 | 21 | 473 | 101 | 62 |
| Binary | 11010011 | 101110 | 10101010 | 0 | 1001110 | 10011 | 10001 | 100111011 | 1000001 | 110010 |
Color Harmonies of #D32EAA
Complementary color
Monochromatic Colors of #D32EAA
Black with #D32EAA
Text Example
Text Example
White with #D32EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32EAA; }
p { color: rgb(211,46,170); }
H1.HeaderClassName
{
color: #D32EAA;
}
.AnyTagClassName
{
color: #D32EAA;
}
</style>
background-color css
<style>
a { background-color: #D32EAA; }
a { background-color: rgb(211,46,170); }
div.DivClassName
{
background-color: #D32EAA;
}
.BgClassName
{
background-color: #D32EAA;
}
</style>
border-color css
<style>
span { border-color: #D32EAA; }
span { border-color: rgb(211,46,170); }
td.TdClassName
{
border-color: #D32EAA;
}
.TagClassName
{
border-color: #D32EAA;
}
</style>