Shades of Cerise #D8255D
Tints of Cerise #D8255D
RGB
CMYK
RGB Variations
Color information
#D8255D (or 0xD8255D) is known color: Cerise. HEX triplet: D8, 25 and 5D. RGB value is (216,37,93). Sum of RGB (Red+Green+Blue) = 216+37+93=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8255D is #27DAA2. Grayscale: #606060. Windows color (decimal): -2611875 or 6104536. OLE color: 6104536.
HSL color Cylindrical-coordinate representation of color #D8255D: hue angle of 341.23º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8255D is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 93 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.15 |
| HSL | 341.23º | 0.71% | 0.5% | - |
| HSV(B) | 341.23º | 0.83% | 0.85% | - |
| XYZ | 30.96 | 16.71 | 11.95 | - |
| YUV | 96.91 | 125.8 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 93 | 0 | 0.83 | 0.57 | 0.15 | 341.23 | 0.71 | 0.5 |
| Hex | D8 | 25 | 5D | 0 | 53 | 39 | F | 155 | 47 | 32 |
| Octal | 330 | 45 | 135 | 0 | 123 | 71 | 17 | 525 | 107 | 62 |
| Binary | 11011000 | 100101 | 1011101 | 0 | 1010011 | 111001 | 1111 | 101010101 | 1000111 | 110010 |
Color Harmonies of #D8255D
Complementary color
Monochromatic Colors of #D8255D
Black with #D8255D
Text Example
Text Example
White with #D8255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8255D; }
p { color: rgb(216,37,93); }
H1.HeaderClassName
{
color: #D8255D;
}
.AnyTagClassName
{
color: #D8255D;
}
</style>
background-color css
<style>
a { background-color: #D8255D; }
a { background-color: rgb(216,37,93); }
div.DivClassName
{
background-color: #D8255D;
}
.BgClassName
{
background-color: #D8255D;
}
</style>
border-color css
<style>
span { border-color: #D8255D; }
span { border-color: rgb(216,37,93); }
td.TdClassName
{
border-color: #D8255D;
}
.TagClassName
{
border-color: #D8255D;
}
</style>