Shades of Cerise #D8356D
Tints of Cerise #D8356D
RGB
CMYK
RGB Variations
Color information
#D8356D (or 0xD8356D) is known color: Cerise. HEX triplet: D8, 35 and 6D. RGB value is (216,53,109). Sum of RGB (Red+Green+Blue) = 216+53+109=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8356D is #27CA92. Grayscale: #6C6C6C. Windows color (decimal): -2607763 or 7157208. OLE color: 7157208.
HSL color Cylindrical-coordinate representation of color #D8356D: hue angle of 339.39º 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 #D8356D is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 109 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.15 |
| HSL | 339.39º | 0.68% | 0.53% | - |
| HSV(B) | 339.39º | 0.75% | 0.85% | - |
| XYZ | 32.35 | 18.25 | 16.29 | - |
| YUV | 108.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 109 | 0 | 0.75 | 0.50 | 0.15 | 339.39 | 0.68 | 0.53 |
| Hex | D8 | 35 | 6D | 0 | 4B | 32 | F | 153 | 44 | 35 |
| Octal | 330 | 65 | 155 | 0 | 113 | 62 | 17 | 523 | 104 | 65 |
| Binary | 11011000 | 110101 | 1101101 | 0 | 1001011 | 110010 | 1111 | 101010011 | 1000100 | 110101 |
Color Harmonies of #D8356D
Complementary color
Monochromatic Colors of #D8356D
Black with #D8356D
Text Example
Text Example
White with #D8356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8356D; }
p { color: rgb(216,53,109); }
H1.HeaderClassName
{
color: #D8356D;
}
.AnyTagClassName
{
color: #D8356D;
}
</style>
background-color css
<style>
a { background-color: #D8356D; }
a { background-color: rgb(216,53,109); }
div.DivClassName
{
background-color: #D8356D;
}
.BgClassName
{
background-color: #D8356D;
}
</style>
border-color css
<style>
span { border-color: #D8356D; }
span { border-color: rgb(216,53,109); }
td.TdClassName
{
border-color: #D8356D;
}
.TagClassName
{
border-color: #D8356D;
}
</style>