Shades of Cerise #D8396F
Tints of Cerise #D8396F
RGB
CMYK
RGB Variations
Color information
#D8396F (or 0xD8396F) is known color: Cerise. HEX triplet: D8, 39 and 6F. RGB value is (216,57,111). Sum of RGB (Red+Green+Blue) = 216+57+111=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D8396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8396F is #27C690. Grayscale: #6E6E6E. Windows color (decimal): -2606737 or 7289304. OLE color: 7289304.
HSL color Cylindrical-coordinate representation of color #D8396F: hue angle of 339.62º 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 #D8396F is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 111 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.15 |
| HSL | 339.62º | 0.67% | 0.54% | - |
| HSV(B) | 339.62º | 0.74% | 0.85% | - |
| XYZ | 32.65 | 18.67 | 16.92 | - |
| YUV | 110.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 111 | 0 | 0.74 | 0.49 | 0.15 | 339.62 | 0.67 | 0.54 |
| Hex | D8 | 39 | 6F | 0 | 4A | 31 | F | 154 | 43 | 36 |
| Octal | 330 | 71 | 157 | 0 | 112 | 61 | 17 | 524 | 103 | 66 |
| Binary | 11011000 | 111001 | 1101111 | 0 | 1001010 | 110001 | 1111 | 101010100 | 1000011 | 110110 |
Color Harmonies of #D8396F
Complementary color
Monochromatic Colors of #D8396F
Black with #D8396F
Text Example
Text Example
White with #D8396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8396F; }
p { color: rgb(216,57,111); }
H1.HeaderClassName
{
color: #D8396F;
}
.AnyTagClassName
{
color: #D8396F;
}
</style>
background-color css
<style>
a { background-color: #D8396F; }
a { background-color: rgb(216,57,111); }
div.DivClassName
{
background-color: #D8396F;
}
.BgClassName
{
background-color: #D8396F;
}
</style>
border-color css
<style>
span { border-color: #D8396F; }
span { border-color: rgb(216,57,111); }
td.TdClassName
{
border-color: #D8396F;
}
.TagClassName
{
border-color: #D8396F;
}
</style>