Shades of Cerise #D8235C
Tints of Cerise #D8235C
RGB
CMYK
RGB Variations
Color information
#D8235C (or 0xD8235C) is known color: Cerise. HEX triplet: D8, 23 and 5C. RGB value is (216,35,92). Sum of RGB (Red+Green+Blue) = 216+35+92=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8235C is #27DCA3. Grayscale: #5F5F5F. Windows color (decimal): -2612388 or 6038488. OLE color: 6038488.
HSL color Cylindrical-coordinate representation of color #D8235C: hue angle of 341.1º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8235C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 92 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.15 |
| HSL | 341.11º | 0.72% | 0.49% | - |
| HSV(B) | 341.11º | 0.84% | 0.85% | - |
| XYZ | 30.85 | 16.57 | 11.7 | - |
| YUV | 95.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 92 | 0 | 0.84 | 0.57 | 0.15 | 341.11 | 0.72 | 0.49 |
| Hex | D8 | 23 | 5C | 0 | 54 | 39 | F | 155 | 48 | 31 |
| Octal | 330 | 43 | 134 | 0 | 124 | 71 | 17 | 525 | 110 | 61 |
| Binary | 11011000 | 100011 | 1011100 | 0 | 1010100 | 111001 | 1111 | 101010101 | 1001000 | 110001 |
Color Harmonies of #D8235C
Complementary color
Monochromatic Colors of #D8235C
Black with #D8235C
Text Example
Text Example
White with #D8235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8235C; }
p { color: rgb(216,35,92); }
H1.HeaderClassName
{
color: #D8235C;
}
.AnyTagClassName
{
color: #D8235C;
}
</style>
background-color css
<style>
a { background-color: #D8235C; }
a { background-color: rgb(216,35,92); }
div.DivClassName
{
background-color: #D8235C;
}
.BgClassName
{
background-color: #D8235C;
}
</style>
border-color css
<style>
span { border-color: #D8235C; }
span { border-color: rgb(216,35,92); }
td.TdClassName
{
border-color: #D8235C;
}
.TagClassName
{
border-color: #D8235C;
}
</style>