Shades of Cerise #D2226D
Tints of Cerise #D2226D
RGB
CMYK
RGB Variations
Color information
#D2226D (or 0xD2226D) is known color: Cerise. HEX triplet: D2, 22 and 6D. RGB value is (210,34,109). Sum of RGB (Red+Green+Blue) = 210+34+109=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2226D is #2DDD92. Grayscale: #5F5F5F. Windows color (decimal): -3005843 or 7152338. OLE color: 7152338.
HSL color Cylindrical-coordinate representation of color #D2226D: hue angle of 334.43º 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 #D2226D is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 109 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.18 |
| HSL | 334.43º | 0.72% | 0.48% | - |
| HSV(B) | 334.43º | 0.84% | 0.82% | - |
| XYZ | 29.91 | 15.95 | 15.97 | - |
| YUV | 95.17 | 135.81 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 109 | 0 | 0.84 | 0.48 | 0.18 | 334.43 | 0.72 | 0.48 |
| Hex | D2 | 22 | 6D | 0 | 54 | 30 | 12 | 14E | 48 | 30 |
| Octal | 322 | 42 | 155 | 0 | 124 | 60 | 22 | 516 | 110 | 60 |
| Binary | 11010010 | 100010 | 1101101 | 0 | 1010100 | 110000 | 10010 | 101001110 | 1001000 | 110000 |
Color Harmonies of #D2226D
Complementary color
Monochromatic Colors of #D2226D
Black with #D2226D
Text Example
Text Example
White with #D2226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2226D; }
p { color: rgb(210,34,109); }
H1.HeaderClassName
{
color: #D2226D;
}
.AnyTagClassName
{
color: #D2226D;
}
</style>
background-color css
<style>
a { background-color: #D2226D; }
a { background-color: rgb(210,34,109); }
div.DivClassName
{
background-color: #D2226D;
}
.BgClassName
{
background-color: #D2226D;
}
</style>
border-color css
<style>
span { border-color: #D2226D; }
span { border-color: rgb(210,34,109); }
td.TdClassName
{
border-color: #D2226D;
}
.TagClassName
{
border-color: #D2226D;
}
</style>