Shades of Cerise #D32E5C
Tints of Cerise #D32E5C
RGB
CMYK
RGB Variations
Color information
#D32E5C (or 0xD32E5C) is known color: Cerise. HEX triplet: D3, 2E and 5C. RGB value is (211,46,92). Sum of RGB (Red+Green+Blue) = 211+46+92=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32E5C is #2CD1A3. Grayscale: #646464. Windows color (decimal): -2937252 or 6041299. OLE color: 6041299.
HSL color Cylindrical-coordinate representation of color #D32E5C: hue angle of 343.27º 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 #D32E5C is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 46 | 92 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.17 |
| HSL | 343.27º | 0.65% | 0.5% | - |
| HSV(B) | 343.27º | 0.78% | 0.83% | - |
| XYZ | 29.77 | 16.58 | 11.76 | - |
| YUV | 100.58 | 123.16 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 92 | 0 | 0.78 | 0.56 | 0.17 | 343.27 | 0.65 | 0.5 |
| Hex | D3 | 2E | 5C | 0 | 4E | 38 | 11 | 157 | 41 | 32 |
| Octal | 323 | 56 | 134 | 0 | 116 | 70 | 21 | 527 | 101 | 62 |
| Binary | 11010011 | 101110 | 1011100 | 0 | 1001110 | 111000 | 10001 | 101010111 | 1000001 | 110010 |
Color Harmonies of #D32E5C
Complementary color
Monochromatic Colors of #D32E5C
Black with #D32E5C
Text Example
Text Example
White with #D32E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32E5C; }
p { color: rgb(211,46,92); }
H1.HeaderClassName
{
color: #D32E5C;
}
.AnyTagClassName
{
color: #D32E5C;
}
</style>
background-color css
<style>
a { background-color: #D32E5C; }
a { background-color: rgb(211,46,92); }
div.DivClassName
{
background-color: #D32E5C;
}
.BgClassName
{
background-color: #D32E5C;
}
</style>
border-color css
<style>
span { border-color: #D32E5C; }
span { border-color: rgb(211,46,92); }
td.TdClassName
{
border-color: #D32E5C;
}
.TagClassName
{
border-color: #D32E5C;
}
</style>