Shades of Cerise #D32159
Tints of Cerise #D32159
RGB
CMYK
RGB Variations
Color information
#D32159 (or 0xD32159) is known color: Cerise. HEX triplet: D3, 21 and 59. RGB value is (211,33,89). Sum of RGB (Red+Green+Blue) = 211+33+89=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D32159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32159 is #2CDEA6. Grayscale: #5C5C5C. Windows color (decimal): -2940583 or 5841363. OLE color: 5841363.
HSL color Cylindrical-coordinate representation of color #D32159: hue angle of 341.12º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32159 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 89 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.17 |
| HSL | 341.12º | 0.73% | 0.48% | - |
| HSV(B) | 341.12º | 0.84% | 0.83% | - |
| XYZ | 29.21 | 15.66 | 10.93 | - |
| YUV | 92.61 | 125.97 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 89 | 0 | 0.84 | 0.58 | 0.17 | 341.12 | 0.73 | 0.48 |
| Hex | D3 | 21 | 59 | 0 | 54 | 3A | 11 | 155 | 49 | 30 |
| Octal | 323 | 41 | 131 | 0 | 124 | 72 | 21 | 525 | 111 | 60 |
| Binary | 11010011 | 100001 | 1011001 | 0 | 1010100 | 111010 | 10001 | 101010101 | 1001001 | 110000 |
Color Harmonies of #D32159
Complementary color
Monochromatic Colors of #D32159
Black with #D32159
Text Example
Text Example
White with #D32159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32159; }
p { color: rgb(211,33,89); }
H1.HeaderClassName
{
color: #D32159;
}
.AnyTagClassName
{
color: #D32159;
}
</style>
background-color css
<style>
a { background-color: #D32159; }
a { background-color: rgb(211,33,89); }
div.DivClassName
{
background-color: #D32159;
}
.BgClassName
{
background-color: #D32159;
}
</style>
border-color css
<style>
span { border-color: #D32159; }
span { border-color: rgb(211,33,89); }
td.TdClassName
{
border-color: #D32159;
}
.TagClassName
{
border-color: #D32159;
}
</style>