Shades of Cerise #D32359
Tints of Cerise #D32359
RGB
CMYK
RGB Variations
Color information
#D32359 (or 0xD32359) is known color: Cerise. HEX triplet: D3, 23 and 59. RGB value is (211,35,89). Sum of RGB (Red+Green+Blue) = 211+35+89=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D32359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32359 is #2CDCA6. Grayscale: #5D5D5D. Windows color (decimal): -2940071 or 5841875. OLE color: 5841875.
HSL color Cylindrical-coordinate representation of color #D32359: hue angle of 341.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32359 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 89 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.17 |
| HSL | 341.59º | 0.72% | 0.48% | - |
| HSV(B) | 341.59º | 0.83% | 0.83% | - |
| XYZ | 29.27 | 15.77 | 10.95 | - |
| YUV | 93.78 | 125.31 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 89 | 0 | 0.83 | 0.58 | 0.17 | 341.59 | 0.72 | 0.48 |
| Hex | D3 | 23 | 59 | 0 | 53 | 3A | 11 | 156 | 48 | 30 |
| Octal | 323 | 43 | 131 | 0 | 123 | 72 | 21 | 526 | 110 | 60 |
| Binary | 11010011 | 100011 | 1011001 | 0 | 1010011 | 111010 | 10001 | 101010110 | 1001000 | 110000 |
Color Harmonies of #D32359
Complementary color
Monochromatic Colors of #D32359
Black with #D32359
Text Example
Text Example
White with #D32359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32359; }
p { color: rgb(211,35,89); }
H1.HeaderClassName
{
color: #D32359;
}
.AnyTagClassName
{
color: #D32359;
}
</style>
background-color css
<style>
a { background-color: #D32359; }
a { background-color: rgb(211,35,89); }
div.DivClassName
{
background-color: #D32359;
}
.BgClassName
{
background-color: #D32359;
}
</style>
border-color css
<style>
span { border-color: #D32359; }
span { border-color: rgb(211,35,89); }
td.TdClassName
{
border-color: #D32359;
}
.TagClassName
{
border-color: #D32359;
}
</style>