Shades of Cerise #D5216A
Tints of Cerise #D5216A
RGB
CMYK
RGB Variations
Color information
#D5216A (or 0xD5216A) is known color: Cerise. HEX triplet: D5, 21 and 6A. RGB value is (213,33,106). Sum of RGB (Red+Green+Blue) = 213+33+106=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5216A is #2ADE95. Grayscale: #5F5F5F. Windows color (decimal): -2809494 or 6955477. OLE color: 6955477.
HSL color Cylindrical-coordinate representation of color #D5216A: hue angle of 335.67º 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 #D5216A is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 106 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.16 |
| HSL | 335.67º | 0.73% | 0.48% | - |
| HSV(B) | 335.67º | 0.85% | 0.84% | - |
| XYZ | 30.59 | 16.27 | 15.16 | - |
| YUV | 95.14 | 134.13 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 106 | 0 | 0.85 | 0.50 | 0.16 | 335.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | 6A | 0 | 55 | 32 | 10 | 150 | 49 | 30 |
| Octal | 325 | 41 | 152 | 0 | 125 | 62 | 20 | 520 | 111 | 60 |
| Binary | 11010101 | 100001 | 1101010 | 0 | 1010101 | 110010 | 10000 | 101010000 | 1001001 | 110000 |
Color Harmonies of #D5216A
Complementary color
Monochromatic Colors of #D5216A
Black with #D5216A
Text Example
Text Example
White with #D5216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5216A; }
p { color: rgb(213,33,106); }
H1.HeaderClassName
{
color: #D5216A;
}
.AnyTagClassName
{
color: #D5216A;
}
</style>
background-color css
<style>
a { background-color: #D5216A; }
a { background-color: rgb(213,33,106); }
div.DivClassName
{
background-color: #D5216A;
}
.BgClassName
{
background-color: #D5216A;
}
</style>
border-color css
<style>
span { border-color: #D5216A; }
span { border-color: rgb(213,33,106); }
td.TdClassName
{
border-color: #D5216A;
}
.TagClassName
{
border-color: #D5216A;
}
</style>