Shades of Cerise #D22860
Tints of Cerise #D22860
RGB
CMYK
RGB Variations
Color information
#D22860 (or 0xD22860) is known color: Cerise. HEX triplet: D2, 28 and 60. RGB value is (210,40,96). Sum of RGB (Red+Green+Blue) = 210+40+96=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D22860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22860 is #2DD79F. Grayscale: #616161. Windows color (decimal): -3004320 or 6301906. OLE color: 6301906.
HSL color Cylindrical-coordinate representation of color #D22860: hue angle of 340.24º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22860 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 96 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.18 |
| HSL | 340.24º | 0.68% | 0.49% | - |
| HSV(B) | 340.24º | 0.81% | 0.82% | - |
| XYZ | 29.45 | 16.06 | 12.61 | - |
| YUV | 97.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 96 | 0 | 0.81 | 0.54 | 0.18 | 340.24 | 0.68 | 0.49 |
| Hex | D2 | 28 | 60 | 0 | 51 | 36 | 12 | 154 | 44 | 31 |
| Octal | 322 | 50 | 140 | 0 | 121 | 66 | 22 | 524 | 104 | 61 |
| Binary | 11010010 | 101000 | 1100000 | 0 | 1010001 | 110110 | 10010 | 101010100 | 1000100 | 110001 |
Color Harmonies of #D22860
Complementary color
Monochromatic Colors of #D22860
Black with #D22860
Text Example
Text Example
White with #D22860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22860; }
p { color: rgb(210,40,96); }
H1.HeaderClassName
{
color: #D22860;
}
.AnyTagClassName
{
color: #D22860;
}
</style>
background-color css
<style>
a { background-color: #D22860; }
a { background-color: rgb(210,40,96); }
div.DivClassName
{
background-color: #D22860;
}
.BgClassName
{
background-color: #D22860;
}
</style>
border-color css
<style>
span { border-color: #D22860; }
span { border-color: rgb(210,40,96); }
td.TdClassName
{
border-color: #D22860;
}
.TagClassName
{
border-color: #D22860;
}
</style>