Shades of Cerise #D8286C
Tints of Cerise #D8286C
RGB
CMYK
RGB Variations
Color information
#D8286C (or 0xD8286C) is known color: Cerise. HEX triplet: D8, 28 and 6C. RGB value is (216,40,108). Sum of RGB (Red+Green+Blue) = 216+40+108=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8286C is #27D793. Grayscale: #646464. Windows color (decimal): -2611092 or 7088344. OLE color: 7088344.
HSL color Cylindrical-coordinate representation of color #D8286C: hue angle of 336.82º 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 #D8286C is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 108 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.15 |
| HSL | 336.82º | 0.69% | 0.5% | - |
| HSV(B) | 336.82º | 0.81% | 0.85% | - |
| XYZ | 31.78 | 17.2 | 15.83 | - |
| YUV | 100.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 108 | 0 | 0.81 | 0.50 | 0.15 | 336.82 | 0.69 | 0.5 |
| Hex | D8 | 28 | 6C | 0 | 51 | 32 | F | 151 | 45 | 32 |
| Octal | 330 | 50 | 154 | 0 | 121 | 62 | 17 | 521 | 105 | 62 |
| Binary | 11011000 | 101000 | 1101100 | 0 | 1010001 | 110010 | 1111 | 101010001 | 1000101 | 110010 |
Color Harmonies of #D8286C
Complementary color
Monochromatic Colors of #D8286C
Black with #D8286C
Text Example
Text Example
White with #D8286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8286C; }
p { color: rgb(216,40,108); }
H1.HeaderClassName
{
color: #D8286C;
}
.AnyTagClassName
{
color: #D8286C;
}
</style>
background-color css
<style>
a { background-color: #D8286C; }
a { background-color: rgb(216,40,108); }
div.DivClassName
{
background-color: #D8286C;
}
.BgClassName
{
background-color: #D8286C;
}
</style>
border-color css
<style>
span { border-color: #D8286C; }
span { border-color: rgb(216,40,108); }
td.TdClassName
{
border-color: #D8286C;
}
.TagClassName
{
border-color: #D8286C;
}
</style>