Shades of Cerise #D8235D
Tints of Cerise #D8235D
RGB
CMYK
RGB Variations
Color information
#D8235D (or 0xD8235D) is known color: Cerise. HEX triplet: D8, 23 and 5D. RGB value is (216,35,93). Sum of RGB (Red+Green+Blue) = 216+35+93=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8235D is #27DCA2. Grayscale: #5F5F5F. Windows color (decimal): -2612387 or 6104024. OLE color: 6104024.
HSL color Cylindrical-coordinate representation of color #D8235D: hue angle of 340.77º 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 #D8235D is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 93 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.15 |
| HSL | 340.77º | 0.72% | 0.49% | - |
| HSV(B) | 340.77º | 0.84% | 0.85% | - |
| XYZ | 30.9 | 16.59 | 11.93 | - |
| YUV | 95.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 93 | 0 | 0.84 | 0.57 | 0.15 | 340.77 | 0.72 | 0.49 |
| Hex | D8 | 23 | 5D | 0 | 54 | 39 | F | 155 | 48 | 31 |
| Octal | 330 | 43 | 135 | 0 | 124 | 71 | 17 | 525 | 110 | 61 |
| Binary | 11011000 | 100011 | 1011101 | 0 | 1010100 | 111001 | 1111 | 101010101 | 1001000 | 110001 |
Color Harmonies of #D8235D
Complementary color
Monochromatic Colors of #D8235D
Black with #D8235D
Text Example
Text Example
White with #D8235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8235D; }
p { color: rgb(216,35,93); }
H1.HeaderClassName
{
color: #D8235D;
}
.AnyTagClassName
{
color: #D8235D;
}
</style>
background-color css
<style>
a { background-color: #D8235D; }
a { background-color: rgb(216,35,93); }
div.DivClassName
{
background-color: #D8235D;
}
.BgClassName
{
background-color: #D8235D;
}
</style>
border-color css
<style>
span { border-color: #D8235D; }
span { border-color: rgb(216,35,93); }
td.TdClassName
{
border-color: #D8235D;
}
.TagClassName
{
border-color: #D8235D;
}
</style>