Shades of Cerise #D1226D
Tints of Cerise #D1226D
RGB
CMYK
RGB Variations
Color information
#D1226D (or 0xD1226D) is known color: Cerise. HEX triplet: D1, 22 and 6D. RGB value is (209,34,109). Sum of RGB (Red+Green+Blue) = 209+34+109=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1226D is #2EDD92. Grayscale: #5E5E5E. Windows color (decimal): -3071379 or 7152337. OLE color: 7152337.
HSL color Cylindrical-coordinate representation of color #D1226D: hue angle of 334.29º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1226D is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 109 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.18 |
| HSL | 334.29º | 0.72% | 0.48% | - |
| HSV(B) | 334.29º | 0.84% | 0.82% | - |
| XYZ | 29.63 | 15.8 | 15.96 | - |
| YUV | 94.88 | 135.98 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 109 | 0 | 0.84 | 0.48 | 0.18 | 334.29 | 0.72 | 0.48 |
| Hex | D1 | 22 | 6D | 0 | 54 | 30 | 12 | 14E | 48 | 30 |
| Octal | 321 | 42 | 155 | 0 | 124 | 60 | 22 | 516 | 110 | 60 |
| Binary | 11010001 | 100010 | 1101101 | 0 | 1010100 | 110000 | 10010 | 101001110 | 1001000 | 110000 |
Color Harmonies of #D1226D
Complementary color
Monochromatic Colors of #D1226D
Black with #D1226D
Text Example
Text Example
White with #D1226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1226D; }
p { color: rgb(209,34,109); }
H1.HeaderClassName
{
color: #D1226D;
}
.AnyTagClassName
{
color: #D1226D;
}
</style>
background-color css
<style>
a { background-color: #D1226D; }
a { background-color: rgb(209,34,109); }
div.DivClassName
{
background-color: #D1226D;
}
.BgClassName
{
background-color: #D1226D;
}
</style>
border-color css
<style>
span { border-color: #D1226D; }
span { border-color: rgb(209,34,109); }
td.TdClassName
{
border-color: #D1226D;
}
.TagClassName
{
border-color: #D1226D;
}
</style>