Shades of Cerise #D5216E
Tints of Cerise #D5216E
RGB
CMYK
RGB Variations
Color information
#D5216E (or 0xD5216E) is known color: Cerise. HEX triplet: D5, 21 and 6E. RGB value is (213,33,110). Sum of RGB (Red+Green+Blue) = 213+33+110=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5216E is #2ADE91. Grayscale: #5F5F5F. Windows color (decimal): -2809490 or 7217621. OLE color: 7217621.
HSL color Cylindrical-coordinate representation of color #D5216E: hue angle of 334.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 #D5216E is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 110 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.16 |
| HSL | 334.33º | 0.73% | 0.48% | - |
| HSV(B) | 334.33º | 0.85% | 0.84% | - |
| XYZ | 30.8 | 16.36 | 16.29 | - |
| YUV | 95.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 110 | 0 | 0.85 | 0.48 | 0.16 | 334.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | 6E | 0 | 55 | 30 | 10 | 14E | 49 | 30 |
| Octal | 325 | 41 | 156 | 0 | 125 | 60 | 20 | 516 | 111 | 60 |
| Binary | 11010101 | 100001 | 1101110 | 0 | 1010101 | 110000 | 10000 | 101001110 | 1001001 | 110000 |
Color Harmonies of #D5216E
Complementary color
Monochromatic Colors of #D5216E
Black with #D5216E
Text Example
Text Example
White with #D5216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5216E; }
p { color: rgb(213,33,110); }
H1.HeaderClassName
{
color: #D5216E;
}
.AnyTagClassName
{
color: #D5216E;
}
</style>
background-color css
<style>
a { background-color: #D5216E; }
a { background-color: rgb(213,33,110); }
div.DivClassName
{
background-color: #D5216E;
}
.BgClassName
{
background-color: #D5216E;
}
</style>
border-color css
<style>
span { border-color: #D5216E; }
span { border-color: rgb(213,33,110); }
td.TdClassName
{
border-color: #D5216E;
}
.TagClassName
{
border-color: #D5216E;
}
</style>