Shades of Cerise #D2226B
Tints of Cerise #D2226B
RGB
CMYK
RGB Variations
Color information
#D2226B (or 0xD2226B) is known color: Cerise. HEX triplet: D2, 22 and 6B. RGB value is (210,34,107). Sum of RGB (Red+Green+Blue) = 210+34+107=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D2226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2226B is #2DDD94. Grayscale: #5E5E5E. Windows color (decimal): -3005845 or 7021266. OLE color: 7021266.
HSL color Cylindrical-coordinate representation of color #D2226B: hue angle of 335.11º 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 #D2226B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 107 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.18 |
| HSL | 335.11º | 0.72% | 0.48% | - |
| HSV(B) | 335.11º | 0.84% | 0.82% | - |
| XYZ | 29.8 | 15.91 | 15.41 | - |
| YUV | 94.95 | 134.81 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 107 | 0 | 0.84 | 0.49 | 0.18 | 335.11 | 0.72 | 0.48 |
| Hex | D2 | 22 | 6B | 0 | 54 | 31 | 12 | 14F | 48 | 30 |
| Octal | 322 | 42 | 153 | 0 | 124 | 61 | 22 | 517 | 110 | 60 |
| Binary | 11010010 | 100010 | 1101011 | 0 | 1010100 | 110001 | 10010 | 101001111 | 1001000 | 110000 |
Color Harmonies of #D2226B
Complementary color
Monochromatic Colors of #D2226B
Black with #D2226B
Text Example
Text Example
White with #D2226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2226B; }
p { color: rgb(210,34,107); }
H1.HeaderClassName
{
color: #D2226B;
}
.AnyTagClassName
{
color: #D2226B;
}
</style>
background-color css
<style>
a { background-color: #D2226B; }
a { background-color: rgb(210,34,107); }
div.DivClassName
{
background-color: #D2226B;
}
.BgClassName
{
background-color: #D2226B;
}
</style>
border-color css
<style>
span { border-color: #D2226B; }
span { border-color: rgb(210,34,107); }
td.TdClassName
{
border-color: #D2226B;
}
.TagClassName
{
border-color: #D2226B;
}
</style>