Shades of Cerise #D8215F
Tints of Cerise #D8215F
RGB
CMYK
RGB Variations
Color information
#D8215F (or 0xD8215F) is known color: Cerise. HEX triplet: D8, 21 and 5F. RGB value is (216,33,95). Sum of RGB (Red+Green+Blue) = 216+33+95=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8215F is #27DEA0. Grayscale: #5E5E5E. Windows color (decimal): -2612897 or 6234584. OLE color: 6234584.
HSL color Cylindrical-coordinate representation of color #D8215F: hue angle of 339.67º 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 #D8215F is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 95 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.15 |
| HSL | 339.67º | 0.73% | 0.49% | - |
| HSV(B) | 339.67º | 0.85% | 0.85% | - |
| XYZ | 30.93 | 16.51 | 12.38 | - |
| YUV | 94.79 | 128.13 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 95 | 0 | 0.85 | 0.56 | 0.15 | 339.67 | 0.73 | 0.49 |
| Hex | D8 | 21 | 5F | 0 | 55 | 38 | F | 154 | 49 | 31 |
| Octal | 330 | 41 | 137 | 0 | 125 | 70 | 17 | 524 | 111 | 61 |
| Binary | 11011000 | 100001 | 1011111 | 0 | 1010101 | 111000 | 1111 | 101010100 | 1001001 | 110001 |
Color Harmonies of #D8215F
Complementary color
Monochromatic Colors of #D8215F
Black with #D8215F
Text Example
Text Example
White with #D8215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8215F; }
p { color: rgb(216,33,95); }
H1.HeaderClassName
{
color: #D8215F;
}
.AnyTagClassName
{
color: #D8215F;
}
</style>
background-color css
<style>
a { background-color: #D8215F; }
a { background-color: rgb(216,33,95); }
div.DivClassName
{
background-color: #D8215F;
}
.BgClassName
{
background-color: #D8215F;
}
</style>
border-color css
<style>
span { border-color: #D8215F; }
span { border-color: rgb(216,33,95); }
td.TdClassName
{
border-color: #D8215F;
}
.TagClassName
{
border-color: #D8215F;
}
</style>