Shades of Cerise #D5215C
Tints of Cerise #D5215C
RGB
CMYK
RGB Variations
Color information
#D5215C (or 0xD5215C) is known color: Cerise. HEX triplet: D5, 21 and 5C. RGB value is (213,33,92). Sum of RGB (Red+Green+Blue) = 213+33+92=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5215C is #2ADEA3. Grayscale: #5D5D5D. Windows color (decimal): -2809508 or 6037973. OLE color: 6037973.
HSL color Cylindrical-coordinate representation of color #D5215C: hue angle of 340.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 #D5215C is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 92 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.16 |
| HSL | 340.33º | 0.73% | 0.48% | - |
| HSV(B) | 340.33º | 0.85% | 0.84% | - |
| XYZ | 29.92 | 16.01 | 11.64 | - |
| YUV | 93.55 | 127.13 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 92 | 0 | 0.85 | 0.57 | 0.16 | 340.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | 5C | 0 | 55 | 39 | 10 | 154 | 49 | 30 |
| Octal | 325 | 41 | 134 | 0 | 125 | 71 | 20 | 524 | 111 | 60 |
| Binary | 11010101 | 100001 | 1011100 | 0 | 1010101 | 111001 | 10000 | 101010100 | 1001001 | 110000 |
Color Harmonies of #D5215C
Complementary color
Monochromatic Colors of #D5215C
Black with #D5215C
Text Example
Text Example
White with #D5215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5215C; }
p { color: rgb(213,33,92); }
H1.HeaderClassName
{
color: #D5215C;
}
.AnyTagClassName
{
color: #D5215C;
}
</style>
background-color css
<style>
a { background-color: #D5215C; }
a { background-color: rgb(213,33,92); }
div.DivClassName
{
background-color: #D5215C;
}
.BgClassName
{
background-color: #D5215C;
}
</style>
border-color css
<style>
span { border-color: #D5215C; }
span { border-color: rgb(213,33,92); }
td.TdClassName
{
border-color: #D5215C;
}
.TagClassName
{
border-color: #D5215C;
}
</style>