Shades of Cerise #D1216C
Tints of Cerise #D1216C
RGB
CMYK
RGB Variations
Color information
#D1216C (or 0xD1216C) is known color: Cerise. HEX triplet: D1, 21 and 6C. RGB value is (209,33,108). Sum of RGB (Red+Green+Blue) = 209+33+108=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1216C is #2EDE93. Grayscale: #5E5E5E. Windows color (decimal): -3071636 or 7086545. OLE color: 7086545.
HSL color Cylindrical-coordinate representation of color #D1216C: hue angle of 334.43º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1216C is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 108 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.18 |
| HSL | 334.43º | 0.73% | 0.47% | - |
| HSV(B) | 334.43º | 0.84% | 0.82% | - |
| XYZ | 29.55 | 15.73 | 15.67 | - |
| YUV | 94.17 | 135.81 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 108 | 0 | 0.84 | 0.48 | 0.18 | 334.43 | 0.73 | 0.47 |
| Hex | D1 | 21 | 6C | 0 | 54 | 30 | 12 | 14E | 49 | 2F |
| Octal | 321 | 41 | 154 | 0 | 124 | 60 | 22 | 516 | 111 | 57 |
| Binary | 11010001 | 100001 | 1101100 | 0 | 1010100 | 110000 | 10010 | 101001110 | 1001001 | 101111 |
Color Harmonies of #D1216C
Complementary color
Monochromatic Colors of #D1216C
Black with #D1216C
Text Example
Text Example
White with #D1216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1216C; }
p { color: rgb(209,33,108); }
H1.HeaderClassName
{
color: #D1216C;
}
.AnyTagClassName
{
color: #D1216C;
}
</style>
background-color css
<style>
a { background-color: #D1216C; }
a { background-color: rgb(209,33,108); }
div.DivClassName
{
background-color: #D1216C;
}
.BgClassName
{
background-color: #D1216C;
}
</style>
border-color css
<style>
span { border-color: #D1216C; }
span { border-color: rgb(209,33,108); }
td.TdClassName
{
border-color: #D1216C;
}
.TagClassName
{
border-color: #D1216C;
}
</style>