Shades of Cerise #D7215D
Tints of Cerise #D7215D
RGB
CMYK
RGB Variations
Color information
#D7215D (or 0xD7215D) is known color: Cerise. HEX triplet: D7, 21 and 5D. RGB value is (215,33,93). Sum of RGB (Red+Green+Blue) = 215+33+93=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7215D is #28DEA2. Grayscale: #5E5E5E. Windows color (decimal): -2678435 or 6103511. OLE color: 6103511.
HSL color Cylindrical-coordinate representation of color #D7215D: hue angle of 340.22º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7215D is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 93 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.16 |
| HSL | 340.22º | 0.73% | 0.49% | - |
| HSV(B) | 340.22º | 0.85% | 0.84% | - |
| XYZ | 30.54 | 16.33 | 11.9 | - |
| YUV | 94.26 | 127.3 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 93 | 0 | 0.85 | 0.57 | 0.16 | 340.22 | 0.73 | 0.49 |
| Hex | D7 | 21 | 5D | 0 | 55 | 39 | 10 | 154 | 49 | 31 |
| Octal | 327 | 41 | 135 | 0 | 125 | 71 | 20 | 524 | 111 | 61 |
| Binary | 11010111 | 100001 | 1011101 | 0 | 1010101 | 111001 | 10000 | 101010100 | 1001001 | 110001 |
Color Harmonies of #D7215D
Complementary color
Monochromatic Colors of #D7215D
Black with #D7215D
Text Example
Text Example
White with #D7215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7215D; }
p { color: rgb(215,33,93); }
H1.HeaderClassName
{
color: #D7215D;
}
.AnyTagClassName
{
color: #D7215D;
}
</style>
background-color css
<style>
a { background-color: #D7215D; }
a { background-color: rgb(215,33,93); }
div.DivClassName
{
background-color: #D7215D;
}
.BgClassName
{
background-color: #D7215D;
}
</style>
border-color css
<style>
span { border-color: #D7215D; }
span { border-color: rgb(215,33,93); }
td.TdClassName
{
border-color: #D7215D;
}
.TagClassName
{
border-color: #D7215D;
}
</style>