Shades of Cerise #D8385E
Tints of Cerise #D8385E
RGB
CMYK
RGB Variations
Color information
#D8385E (or 0xD8385E) is known color: Cerise. HEX triplet: D8, 38 and 5E. RGB value is (216,56,94). Sum of RGB (Red+Green+Blue) = 216+56+94=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D8385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8385E is #27C7A1. Grayscale: #6C6C6C. Windows color (decimal): -2607010 or 6174936. OLE color: 6174936.
HSL color Cylindrical-coordinate representation of color #D8385E: hue angle of 345.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8385E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 94 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.15 |
| HSL | 345.75º | 0.67% | 0.53% | - |
| HSV(B) | 345.75º | 0.74% | 0.85% | - |
| XYZ | 31.75 | 18.24 | 12.44 | - |
| YUV | 108.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 94 | 0 | 0.74 | 0.56 | 0.15 | 345.75 | 0.67 | 0.53 |
| Hex | D8 | 38 | 5E | 0 | 4A | 38 | F | 15A | 43 | 35 |
| Octal | 330 | 70 | 136 | 0 | 112 | 70 | 17 | 532 | 103 | 65 |
| Binary | 11011000 | 111000 | 1011110 | 0 | 1001010 | 111000 | 1111 | 101011010 | 1000011 | 110101 |
Color Harmonies of #D8385E
Complementary color
Monochromatic Colors of #D8385E
Black with #D8385E
Text Example
Text Example
White with #D8385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8385E; }
p { color: rgb(216,56,94); }
H1.HeaderClassName
{
color: #D8385E;
}
.AnyTagClassName
{
color: #D8385E;
}
</style>
background-color css
<style>
a { background-color: #D8385E; }
a { background-color: rgb(216,56,94); }
div.DivClassName
{
background-color: #D8385E;
}
.BgClassName
{
background-color: #D8385E;
}
</style>
border-color css
<style>
span { border-color: #D8385E; }
span { border-color: rgb(216,56,94); }
td.TdClassName
{
border-color: #D8385E;
}
.TagClassName
{
border-color: #D8385E;
}
</style>