Shades of Cerise #D8385C
Tints of Cerise #D8385C
RGB
CMYK
RGB Variations
Color information
#D8385C (or 0xD8385C) is known color: Cerise. HEX triplet: D8, 38 and 5C. RGB value is (216,56,92). Sum of RGB (Red+Green+Blue) = 216+56+92=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8385C is #27C7A3. Grayscale: #6B6B6B. Windows color (decimal): -2607012 or 6043864. OLE color: 6043864.
HSL color Cylindrical-coordinate representation of color #D8385C: hue angle of 346.5º 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 #D8385C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 92 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.15 |
| HSL | 346.5º | 0.67% | 0.53% | - |
| HSV(B) | 346.5º | 0.74% | 0.85% | - |
| XYZ | 31.66 | 18.2 | 11.97 | - |
| YUV | 107.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 92 | 0 | 0.74 | 0.57 | 0.15 | 346.5 | 0.67 | 0.53 |
| Hex | D8 | 38 | 5C | 0 | 4A | 39 | F | 15A | 43 | 35 |
| Octal | 330 | 70 | 134 | 0 | 112 | 71 | 17 | 532 | 103 | 65 |
| Binary | 11011000 | 111000 | 1011100 | 0 | 1001010 | 111001 | 1111 | 101011010 | 1000011 | 110101 |
Color Harmonies of #D8385C
Complementary color
Monochromatic Colors of #D8385C
Black with #D8385C
Text Example
Text Example
White with #D8385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8385C; }
p { color: rgb(216,56,92); }
H1.HeaderClassName
{
color: #D8385C;
}
.AnyTagClassName
{
color: #D8385C;
}
</style>
background-color css
<style>
a { background-color: #D8385C; }
a { background-color: rgb(216,56,92); }
div.DivClassName
{
background-color: #D8385C;
}
.BgClassName
{
background-color: #D8385C;
}
</style>
border-color css
<style>
span { border-color: #D8385C; }
span { border-color: rgb(216,56,92); }
td.TdClassName
{
border-color: #D8385C;
}
.TagClassName
{
border-color: #D8385C;
}
</style>