Shades of Cerise #D7215B
Tints of Cerise #D7215B
RGB
CMYK
RGB Variations
Color information
#D7215B (or 0xD7215B) is known color: Cerise. HEX triplet: D7, 21 and 5B. RGB value is (215,33,91). Sum of RGB (Red+Green+Blue) = 215+33+91=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7215B is #28DEA4. Grayscale: #5D5D5D. Windows color (decimal): -2678437 or 5972439. OLE color: 5972439.
HSL color Cylindrical-coordinate representation of color #D7215B: hue angle of 340.88º 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 #D7215B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 91 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.16 |
| HSL | 340.88º | 0.73% | 0.49% | - |
| HSV(B) | 340.88º | 0.85% | 0.84% | - |
| XYZ | 30.46 | 16.29 | 11.44 | - |
| YUV | 94.03 | 126.3 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 91 | 0 | 0.85 | 0.58 | 0.16 | 340.88 | 0.73 | 0.49 |
| Hex | D7 | 21 | 5B | 0 | 55 | 3A | 10 | 155 | 49 | 31 |
| Octal | 327 | 41 | 133 | 0 | 125 | 72 | 20 | 525 | 111 | 61 |
| Binary | 11010111 | 100001 | 1011011 | 0 | 1010101 | 111010 | 10000 | 101010101 | 1001001 | 110001 |
Color Harmonies of #D7215B
Complementary color
Monochromatic Colors of #D7215B
Black with #D7215B
Text Example
Text Example
White with #D7215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7215B; }
p { color: rgb(215,33,91); }
H1.HeaderClassName
{
color: #D7215B;
}
.AnyTagClassName
{
color: #D7215B;
}
</style>
background-color css
<style>
a { background-color: #D7215B; }
a { background-color: rgb(215,33,91); }
div.DivClassName
{
background-color: #D7215B;
}
.BgClassName
{
background-color: #D7215B;
}
</style>
border-color css
<style>
span { border-color: #D7215B; }
span { border-color: rgb(215,33,91); }
td.TdClassName
{
border-color: #D7215B;
}
.TagClassName
{
border-color: #D7215B;
}
</style>