Shades of Cerise #D8295D
Tints of Cerise #D8295D
RGB
CMYK
RGB Variations
Color information
#D8295D (or 0xD8295D) is known color: Cerise. HEX triplet: D8, 29 and 5D. RGB value is (216,41,93). Sum of RGB (Red+Green+Blue) = 216+41+93=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D8295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8295D is #27D6A2. Grayscale: #636363. Windows color (decimal): -2610851 or 6105560. OLE color: 6105560.
HSL color Cylindrical-coordinate representation of color #D8295D: hue angle of 342.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8295D is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 93 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.15 |
| HSL | 342.17º | 0.69% | 0.5% | - |
| HSV(B) | 342.17º | 0.81% | 0.85% | - |
| XYZ | 31.09 | 16.98 | 11.99 | - |
| YUV | 99.25 | 124.48 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 93 | 0 | 0.81 | 0.57 | 0.15 | 342.17 | 0.69 | 0.5 |
| Hex | D8 | 29 | 5D | 0 | 51 | 39 | F | 156 | 45 | 32 |
| Octal | 330 | 51 | 135 | 0 | 121 | 71 | 17 | 526 | 105 | 62 |
| Binary | 11011000 | 101001 | 1011101 | 0 | 1010001 | 111001 | 1111 | 101010110 | 1000101 | 110010 |
Color Harmonies of #D8295D
Complementary color
Monochromatic Colors of #D8295D
Black with #D8295D
Text Example
Text Example
White with #D8295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8295D; }
p { color: rgb(216,41,93); }
H1.HeaderClassName
{
color: #D8295D;
}
.AnyTagClassName
{
color: #D8295D;
}
</style>
background-color css
<style>
a { background-color: #D8295D; }
a { background-color: rgb(216,41,93); }
div.DivClassName
{
background-color: #D8295D;
}
.BgClassName
{
background-color: #D8295D;
}
</style>
border-color css
<style>
span { border-color: #D8295D; }
span { border-color: rgb(216,41,93); }
td.TdClassName
{
border-color: #D8295D;
}
.TagClassName
{
border-color: #D8295D;
}
</style>