Shades of Cerise #D32458
Tints of Cerise #D32458
RGB
CMYK
RGB Variations
Color information
#D32458 (or 0xD32458) is known color: Cerise. HEX triplet: D3, 24 and 58. RGB value is (211,36,88). Sum of RGB (Red+Green+Blue) = 211+36+88=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D32458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32458 is #2CDBA7. Grayscale: #5E5E5E. Windows color (decimal): -2939816 or 5776595. OLE color: 5776595.
HSL color Cylindrical-coordinate representation of color #D32458: hue angle of 342.17º degrees, saturation: 0.71, 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 #D32458 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 88 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.17 |
| HSL | 342.17º | 0.71% | 0.48% | - |
| HSV(B) | 342.17º | 0.83% | 0.83% | - |
| XYZ | 29.26 | 15.82 | 10.74 | - |
| YUV | 94.25 | 124.48 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 88 | 0 | 0.83 | 0.58 | 0.17 | 342.17 | 0.71 | 0.48 |
| Hex | D3 | 24 | 58 | 0 | 53 | 3A | 11 | 156 | 47 | 30 |
| Octal | 323 | 44 | 130 | 0 | 123 | 72 | 21 | 526 | 107 | 60 |
| Binary | 11010011 | 100100 | 1011000 | 0 | 1010011 | 111010 | 10001 | 101010110 | 1000111 | 110000 |
Color Harmonies of #D32458
Complementary color
Monochromatic Colors of #D32458
Black with #D32458
Text Example
Text Example
White with #D32458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32458; }
p { color: rgb(211,36,88); }
H1.HeaderClassName
{
color: #D32458;
}
.AnyTagClassName
{
color: #D32458;
}
</style>
background-color css
<style>
a { background-color: #D32458; }
a { background-color: rgb(211,36,88); }
div.DivClassName
{
background-color: #D32458;
}
.BgClassName
{
background-color: #D32458;
}
</style>
border-color css
<style>
span { border-color: #D32458; }
span { border-color: rgb(211,36,88); }
td.TdClassName
{
border-color: #D32458;
}
.TagClassName
{
border-color: #D32458;
}
</style>