Shades of Cerise #D22B56
Tints of Cerise #D22B56
RGB
CMYK
RGB Variations
Color information
#D22B56 (or 0xD22B56) is known color: Cerise. HEX triplet: D2, 2B and 56. RGB value is (210,43,86). Sum of RGB (Red+Green+Blue) = 210+43+86=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B56 is #2DD4A9. Grayscale: #616161. Windows color (decimal): -3003562 or 5647314. OLE color: 5647314.
HSL color Cylindrical-coordinate representation of color #D22B56: hue angle of 344.55º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22B56 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 86 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.18 |
| HSL | 344.55º | 0.66% | 0.5% | - |
| HSV(B) | 344.55º | 0.8% | 0.82% | - |
| XYZ | 29.12 | 16.1 | 10.38 | - |
| YUV | 97.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 86 | 0 | 0.80 | 0.59 | 0.18 | 344.55 | 0.66 | 0.5 |
| Hex | D2 | 2B | 56 | 0 | 50 | 3B | 12 | 159 | 42 | 32 |
| Octal | 322 | 53 | 126 | 0 | 120 | 73 | 22 | 531 | 102 | 62 |
| Binary | 11010010 | 101011 | 1010110 | 0 | 1010000 | 111011 | 10010 | 101011001 | 1000010 | 110010 |
Color Harmonies of #D22B56
Complementary color
Monochromatic Colors of #D22B56
Black with #D22B56
Text Example
Text Example
White with #D22B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B56; }
p { color: rgb(210,43,86); }
H1.HeaderClassName
{
color: #D22B56;
}
.AnyTagClassName
{
color: #D22B56;
}
</style>
background-color css
<style>
a { background-color: #D22B56; }
a { background-color: rgb(210,43,86); }
div.DivClassName
{
background-color: #D22B56;
}
.BgClassName
{
background-color: #D22B56;
}
</style>
border-color css
<style>
span { border-color: #D22B56; }
span { border-color: rgb(210,43,86); }
td.TdClassName
{
border-color: #D22B56;
}
.TagClassName
{
border-color: #D22B56;
}
</style>