Shades of Cerise #D8395B
Tints of Cerise #D8395B
RGB
CMYK
RGB Variations
Color information
#D8395B (or 0xD8395B) is known color: Cerise. HEX triplet: D8, 39 and 5B. RGB value is (216,57,91). Sum of RGB (Red+Green+Blue) = 216+57+91=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8395B is #27C6A4. Grayscale: #6C6C6C. Windows color (decimal): -2606757 or 5978584. OLE color: 5978584.
HSL color Cylindrical-coordinate representation of color #D8395B: hue angle of 347.17º 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 #D8395B is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 91 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.15 |
| HSL | 347.17º | 0.67% | 0.54% | - |
| HSV(B) | 347.17º | 0.74% | 0.85% | - |
| XYZ | 31.67 | 18.28 | 11.76 | - |
| YUV | 108.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 91 | 0 | 0.74 | 0.58 | 0.15 | 347.17 | 0.67 | 0.54 |
| Hex | D8 | 39 | 5B | 0 | 4A | 3A | F | 15B | 43 | 36 |
| Octal | 330 | 71 | 133 | 0 | 112 | 72 | 17 | 533 | 103 | 66 |
| Binary | 11011000 | 111001 | 1011011 | 0 | 1001010 | 111010 | 1111 | 101011011 | 1000011 | 110110 |
Color Harmonies of #D8395B
Complementary color
Monochromatic Colors of #D8395B
Black with #D8395B
Text Example
Text Example
White with #D8395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8395B; }
p { color: rgb(216,57,91); }
H1.HeaderClassName
{
color: #D8395B;
}
.AnyTagClassName
{
color: #D8395B;
}
</style>
background-color css
<style>
a { background-color: #D8395B; }
a { background-color: rgb(216,57,91); }
div.DivClassName
{
background-color: #D8395B;
}
.BgClassName
{
background-color: #D8395B;
}
</style>
border-color css
<style>
span { border-color: #D8395B; }
span { border-color: rgb(216,57,91); }
td.TdClassName
{
border-color: #D8395B;
}
.TagClassName
{
border-color: #D8395B;
}
</style>