Shades of Cerise #D5215F
Tints of Cerise #D5215F
RGB
CMYK
RGB Variations
Color information
#D5215F (or 0xD5215F) is known color: Cerise. HEX triplet: D5, 21 and 5F. RGB value is (213,33,95). Sum of RGB (Red+Green+Blue) = 213+33+95=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5215F is #2ADEA0. Grayscale: #5D5D5D. Windows color (decimal): -2809505 or 6234581. OLE color: 6234581.
HSL color Cylindrical-coordinate representation of color #D5215F: hue angle of 339.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5215F is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 95 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.16 |
| HSL | 339.33º | 0.73% | 0.48% | - |
| HSV(B) | 339.33º | 0.85% | 0.84% | - |
| XYZ | 30.05 | 16.06 | 12.34 | - |
| YUV | 93.89 | 128.63 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 95 | 0 | 0.85 | 0.55 | 0.16 | 339.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | 5F | 0 | 55 | 37 | 10 | 153 | 49 | 30 |
| Octal | 325 | 41 | 137 | 0 | 125 | 67 | 20 | 523 | 111 | 60 |
| Binary | 11010101 | 100001 | 1011111 | 0 | 1010101 | 110111 | 10000 | 101010011 | 1001001 | 110000 |
Color Harmonies of #D5215F
Complementary color
Monochromatic Colors of #D5215F
Black with #D5215F
Text Example
Text Example
White with #D5215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5215F; }
p { color: rgb(213,33,95); }
H1.HeaderClassName
{
color: #D5215F;
}
.AnyTagClassName
{
color: #D5215F;
}
</style>
background-color css
<style>
a { background-color: #D5215F; }
a { background-color: rgb(213,33,95); }
div.DivClassName
{
background-color: #D5215F;
}
.BgClassName
{
background-color: #D5215F;
}
</style>
border-color css
<style>
span { border-color: #D5215F; }
span { border-color: rgb(213,33,95); }
td.TdClassName
{
border-color: #D5215F;
}
.TagClassName
{
border-color: #D5215F;
}
</style>