Shades of Cerise #D1216D
Tints of Cerise #D1216D
RGB
CMYK
RGB Variations
Color information
#D1216D (or 0xD1216D) is known color: Cerise. HEX triplet: D1, 21 and 6D. RGB value is (209,33,109). Sum of RGB (Red+Green+Blue) = 209+33+109=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1216D is #2EDE92. Grayscale: #5E5E5E. Windows color (decimal): -3071635 or 7152081. OLE color: 7152081.
HSL color Cylindrical-coordinate representation of color #D1216D: hue angle of 334.09º 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 #D1216D is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 109 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.18 |
| HSL | 334.09º | 0.73% | 0.47% | - |
| HSV(B) | 334.09º | 0.84% | 0.82% | - |
| XYZ | 29.6 | 15.75 | 15.95 | - |
| YUV | 94.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 109 | 0 | 0.84 | 0.48 | 0.18 | 334.09 | 0.73 | 0.47 |
| Hex | D1 | 21 | 6D | 0 | 54 | 30 | 12 | 14E | 49 | 2F |
| Octal | 321 | 41 | 155 | 0 | 124 | 60 | 22 | 516 | 111 | 57 |
| Binary | 11010001 | 100001 | 1101101 | 0 | 1010100 | 110000 | 10010 | 101001110 | 1001001 | 101111 |
Color Harmonies of #D1216D
Complementary color
Monochromatic Colors of #D1216D
Black with #D1216D
Text Example
Text Example
White with #D1216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1216D; }
p { color: rgb(209,33,109); }
H1.HeaderClassName
{
color: #D1216D;
}
.AnyTagClassName
{
color: #D1216D;
}
</style>
background-color css
<style>
a { background-color: #D1216D; }
a { background-color: rgb(209,33,109); }
div.DivClassName
{
background-color: #D1216D;
}
.BgClassName
{
background-color: #D1216D;
}
</style>
border-color css
<style>
span { border-color: #D1216D; }
span { border-color: rgb(209,33,109); }
td.TdClassName
{
border-color: #D1216D;
}
.TagClassName
{
border-color: #D1216D;
}
</style>