Shades of Cerise #D8356C
Tints of Cerise #D8356C
RGB
CMYK
RGB Variations
Color information
#D8356C (or 0xD8356C) is known color: Cerise. HEX triplet: D8, 35 and 6C. RGB value is (216,53,108). Sum of RGB (Red+Green+Blue) = 216+53+108=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8356C is #27CA93. Grayscale: #6B6B6B. Windows color (decimal): -2607764 or 7091672. OLE color: 7091672.
HSL color Cylindrical-coordinate representation of color #D8356C: hue angle of 339.75º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8356C is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 108 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.15 |
| HSL | 339.75º | 0.68% | 0.53% | - |
| HSV(B) | 339.75º | 0.75% | 0.85% | - |
| XYZ | 32.3 | 18.23 | 16 | - |
| YUV | 108.01 | 128 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 108 | 0 | 0.75 | 0.50 | 0.15 | 339.75 | 0.68 | 0.53 |
| Hex | D8 | 35 | 6C | 0 | 4B | 32 | F | 154 | 44 | 35 |
| Octal | 330 | 65 | 154 | 0 | 113 | 62 | 17 | 524 | 104 | 65 |
| Binary | 11011000 | 110101 | 1101100 | 0 | 1001011 | 110010 | 1111 | 101010100 | 1000100 | 110101 |
Color Harmonies of #D8356C
Complementary color
Monochromatic Colors of #D8356C
Black with #D8356C
Text Example
Text Example
White with #D8356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8356C; }
p { color: rgb(216,53,108); }
H1.HeaderClassName
{
color: #D8356C;
}
.AnyTagClassName
{
color: #D8356C;
}
</style>
background-color css
<style>
a { background-color: #D8356C; }
a { background-color: rgb(216,53,108); }
div.DivClassName
{
background-color: #D8356C;
}
.BgClassName
{
background-color: #D8356C;
}
</style>
border-color css
<style>
span { border-color: #D8356C; }
span { border-color: rgb(216,53,108); }
td.TdClassName
{
border-color: #D8356C;
}
.TagClassName
{
border-color: #D8356C;
}
</style>