Shades of Cerise #D8215C
Tints of Cerise #D8215C
RGB
CMYK
RGB Variations
Color information
#D8215C (or 0xD8215C) is known color: Cerise. HEX triplet: D8, 21 and 5C. RGB value is (216,33,92). Sum of RGB (Red+Green+Blue) = 216+33+92=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8215C is #27DEA3. Grayscale: #5E5E5E. Windows color (decimal): -2612900 or 6037976. OLE color: 6037976.
HSL color Cylindrical-coordinate representation of color #D8215C: hue angle of 340.66º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8215C is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 92 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.15 |
| HSL | 340.66º | 0.73% | 0.49% | - |
| HSV(B) | 340.66º | 0.85% | 0.85% | - |
| XYZ | 30.79 | 16.46 | 11.68 | - |
| YUV | 94.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 92 | 0 | 0.85 | 0.57 | 0.15 | 340.66 | 0.73 | 0.49 |
| Hex | D8 | 21 | 5C | 0 | 55 | 39 | F | 155 | 49 | 31 |
| Octal | 330 | 41 | 134 | 0 | 125 | 71 | 17 | 525 | 111 | 61 |
| Binary | 11011000 | 100001 | 1011100 | 0 | 1010101 | 111001 | 1111 | 101010101 | 1001001 | 110001 |
Color Harmonies of #D8215C
Complementary color
Monochromatic Colors of #D8215C
Black with #D8215C
Text Example
Text Example
White with #D8215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8215C; }
p { color: rgb(216,33,92); }
H1.HeaderClassName
{
color: #D8215C;
}
.AnyTagClassName
{
color: #D8215C;
}
</style>
background-color css
<style>
a { background-color: #D8215C; }
a { background-color: rgb(216,33,92); }
div.DivClassName
{
background-color: #D8215C;
}
.BgClassName
{
background-color: #D8215C;
}
</style>
border-color css
<style>
span { border-color: #D8215C; }
span { border-color: rgb(216,33,92); }
td.TdClassName
{
border-color: #D8215C;
}
.TagClassName
{
border-color: #D8215C;
}
</style>