Shades of Deep Cerise #D32E7C
Tints of Deep Cerise #D32E7C
RGB
CMYK
RGB Variations
Color information
#D32E7C (or 0xD32E7C) is known color: Deep Cerise. HEX triplet: D3, 2E and 7C. RGB value is (211,46,124). Sum of RGB (Red+Green+Blue) = 211+46+124=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32E7C is #2CD183. Grayscale: #686868. Windows color (decimal): -2937220 or 8138451. OLE color: 8138451.
HSL color Cylindrical-coordinate representation of color #D32E7C: hue angle of 331.64º 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 #D32E7C is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 46 | 124 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.17 |
| HSL | 331.64º | 0.65% | 0.5% | - |
| HSV(B) | 331.64º | 0.78% | 0.83% | - |
| XYZ | 31.48 | 17.26 | 20.74 | - |
| YUV | 104.23 | 139.16 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 124 | 0 | 0.78 | 0.41 | 0.17 | 331.64 | 0.65 | 0.5 |
| Hex | D3 | 2E | 7C | 0 | 4E | 29 | 11 | 14C | 41 | 32 |
| Octal | 323 | 56 | 174 | 0 | 116 | 51 | 21 | 514 | 101 | 62 |
| Binary | 11010011 | 101110 | 1111100 | 0 | 1001110 | 101001 | 10001 | 101001100 | 1000001 | 110010 |
Color Harmonies of #D32E7C
Complementary color
Monochromatic Colors of #D32E7C
Black with #D32E7C
Text Example
Text Example
White with #D32E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32E7C; }
p { color: rgb(211,46,124); }
H1.HeaderClassName
{
color: #D32E7C;
}
.AnyTagClassName
{
color: #D32E7C;
}
</style>
background-color css
<style>
a { background-color: #D32E7C; }
a { background-color: rgb(211,46,124); }
div.DivClassName
{
background-color: #D32E7C;
}
.BgClassName
{
background-color: #D32E7C;
}
</style>
border-color css
<style>
span { border-color: #D32E7C; }
span { border-color: rgb(211,46,124); }
td.TdClassName
{
border-color: #D32E7C;
}
.TagClassName
{
border-color: #D32E7C;
}
</style>