Shades of Cerise #D8355D
Tints of Cerise #D8355D
RGB
CMYK
RGB Variations
Color information
#D8355D (or 0xD8355D) is known color: Cerise. HEX triplet: D8, 35 and 5D. RGB value is (216,53,93). Sum of RGB (Red+Green+Blue) = 216+53+93=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8355D is #27CAA2. Grayscale: #6A6A6A. Windows color (decimal): -2607779 or 6108632. OLE color: 6108632.
HSL color Cylindrical-coordinate representation of color #D8355D: hue angle of 345.28º 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 #D8355D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 93 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.15 |
| HSL | 345.28º | 0.68% | 0.53% | - |
| HSV(B) | 345.28º | 0.75% | 0.85% | - |
| XYZ | 31.57 | 17.94 | 12.15 | - |
| YUV | 106.3 | 120.5 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 93 | 0 | 0.75 | 0.57 | 0.15 | 345.28 | 0.68 | 0.53 |
| Hex | D8 | 35 | 5D | 0 | 4B | 39 | F | 159 | 44 | 35 |
| Octal | 330 | 65 | 135 | 0 | 113 | 71 | 17 | 531 | 104 | 65 |
| Binary | 11011000 | 110101 | 1011101 | 0 | 1001011 | 111001 | 1111 | 101011001 | 1000100 | 110101 |
Color Harmonies of #D8355D
Complementary color
Monochromatic Colors of #D8355D
Black with #D8355D
Text Example
Text Example
White with #D8355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8355D; }
p { color: rgb(216,53,93); }
H1.HeaderClassName
{
color: #D8355D;
}
.AnyTagClassName
{
color: #D8355D;
}
</style>
background-color css
<style>
a { background-color: #D8355D; }
a { background-color: rgb(216,53,93); }
div.DivClassName
{
background-color: #D8355D;
}
.BgClassName
{
background-color: #D8355D;
}
</style>
border-color css
<style>
span { border-color: #D8355D; }
span { border-color: rgb(216,53,93); }
td.TdClassName
{
border-color: #D8355D;
}
.TagClassName
{
border-color: #D8355D;
}
</style>