Shades of Cerise #D8355F
Tints of Cerise #D8355F
RGB
CMYK
RGB Variations
Color information
#D8355F (or 0xD8355F) is known color: Cerise. HEX triplet: D8, 35 and 5F. RGB value is (216,53,95). Sum of RGB (Red+Green+Blue) = 216+53+95=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8355F is #27CAA0. Grayscale: #6A6A6A. Windows color (decimal): -2607777 or 6239704. OLE color: 6239704.
HSL color Cylindrical-coordinate representation of color #D8355F: hue angle of 344.54º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8355F is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 95 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.15 |
| HSL | 344.54º | 0.68% | 0.53% | - |
| HSV(B) | 344.54º | 0.75% | 0.85% | - |
| XYZ | 31.66 | 17.97 | 12.63 | - |
| YUV | 106.53 | 121.5 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 95 | 0 | 0.75 | 0.56 | 0.15 | 344.54 | 0.68 | 0.53 |
| Hex | D8 | 35 | 5F | 0 | 4B | 38 | F | 159 | 44 | 35 |
| Octal | 330 | 65 | 137 | 0 | 113 | 70 | 17 | 531 | 104 | 65 |
| Binary | 11011000 | 110101 | 1011111 | 0 | 1001011 | 111000 | 1111 | 101011001 | 1000100 | 110101 |
Color Harmonies of #D8355F
Complementary color
Monochromatic Colors of #D8355F
Black with #D8355F
Text Example
Text Example
White with #D8355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8355F; }
p { color: rgb(216,53,95); }
H1.HeaderClassName
{
color: #D8355F;
}
.AnyTagClassName
{
color: #D8355F;
}
</style>
background-color css
<style>
a { background-color: #D8355F; }
a { background-color: rgb(216,53,95); }
div.DivClassName
{
background-color: #D8355F;
}
.BgClassName
{
background-color: #D8355F;
}
</style>
border-color css
<style>
span { border-color: #D8355F; }
span { border-color: rgb(216,53,95); }
td.TdClassName
{
border-color: #D8355F;
}
.TagClassName
{
border-color: #D8355F;
}
</style>