Shades of Cerise #D8396D
Tints of Cerise #D8396D
RGB
CMYK
RGB Variations
Color information
#D8396D (or 0xD8396D) is known color: Cerise. HEX triplet: D8, 39 and 6D. RGB value is (216,57,109). Sum of RGB (Red+Green+Blue) = 216+57+109=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8396D is #27C692. Grayscale: #6E6E6E. Windows color (decimal): -2606739 or 7158232. OLE color: 7158232.
HSL color Cylindrical-coordinate representation of color #D8396D: hue angle of 340.38º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8396D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 109 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.15 |
| HSL | 340.38º | 0.67% | 0.54% | - |
| HSV(B) | 340.38º | 0.74% | 0.85% | - |
| XYZ | 32.54 | 18.63 | 16.35 | - |
| YUV | 110.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 109 | 0 | 0.74 | 0.50 | 0.15 | 340.38 | 0.67 | 0.54 |
| Hex | D8 | 39 | 6D | 0 | 4A | 32 | F | 154 | 43 | 36 |
| Octal | 330 | 71 | 155 | 0 | 112 | 62 | 17 | 524 | 103 | 66 |
| Binary | 11011000 | 111001 | 1101101 | 0 | 1001010 | 110010 | 1111 | 101010100 | 1000011 | 110110 |
Color Harmonies of #D8396D
Complementary color
Monochromatic Colors of #D8396D
Black with #D8396D
Text Example
Text Example
White with #D8396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8396D; }
p { color: rgb(216,57,109); }
H1.HeaderClassName
{
color: #D8396D;
}
.AnyTagClassName
{
color: #D8396D;
}
</style>
background-color css
<style>
a { background-color: #D8396D; }
a { background-color: rgb(216,57,109); }
div.DivClassName
{
background-color: #D8396D;
}
.BgClassName
{
background-color: #D8396D;
}
</style>
border-color css
<style>
span { border-color: #D8396D; }
span { border-color: rgb(216,57,109); }
td.TdClassName
{
border-color: #D8396D;
}
.TagClassName
{
border-color: #D8396D;
}
</style>