Shades of Cerise #D32E6C
Tints of Cerise #D32E6C
RGB
CMYK
RGB Variations
Color information
#D32E6C (or 0xD32E6C) is known color: Cerise. HEX triplet: D3, 2E and 6C. RGB value is (211,46,108). Sum of RGB (Red+Green+Blue) = 211+46+108=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32E6C is #2CD193. Grayscale: #666666. Windows color (decimal): -2937236 or 7089875. OLE color: 7089875.
HSL color Cylindrical-coordinate representation of color #D32E6C: hue angle of 337.45º 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 #D32E6C is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 46 | 108 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.17 |
| HSL | 337.45º | 0.65% | 0.5% | - |
| HSV(B) | 337.45º | 0.78% | 0.83% | - |
| XYZ | 30.55 | 16.89 | 15.84 | - |
| YUV | 102.4 | 131.16 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 108 | 0 | 0.78 | 0.49 | 0.17 | 337.45 | 0.65 | 0.5 |
| Hex | D3 | 2E | 6C | 0 | 4E | 31 | 11 | 151 | 41 | 32 |
| Octal | 323 | 56 | 154 | 0 | 116 | 61 | 21 | 521 | 101 | 62 |
| Binary | 11010011 | 101110 | 1101100 | 0 | 1001110 | 110001 | 10001 | 101010001 | 1000001 | 110010 |
Color Harmonies of #D32E6C
Complementary color
Monochromatic Colors of #D32E6C
Black with #D32E6C
Text Example
Text Example
White with #D32E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32E6C; }
p { color: rgb(211,46,108); }
H1.HeaderClassName
{
color: #D32E6C;
}
.AnyTagClassName
{
color: #D32E6C;
}
</style>
background-color css
<style>
a { background-color: #D32E6C; }
a { background-color: rgb(211,46,108); }
div.DivClassName
{
background-color: #D32E6C;
}
.BgClassName
{
background-color: #D32E6C;
}
</style>
border-color css
<style>
span { border-color: #D32E6C; }
span { border-color: rgb(211,46,108); }
td.TdClassName
{
border-color: #D32E6C;
}
.TagClassName
{
border-color: #D32E6C;
}
</style>