Shades of Cerise #D22962
Tints of Cerise #D22962
RGB
CMYK
RGB Variations
Color information
#D22962 (or 0xD22962) is known color: Cerise. HEX triplet: D2, 29 and 62. RGB value is (210,41,98). Sum of RGB (Red+Green+Blue) = 210+41+98=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D22962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22962 is #2DD69D. Grayscale: #616161. Windows color (decimal): -3004062 or 6433234. OLE color: 6433234.
HSL color Cylindrical-coordinate representation of color #D22962: hue angle of 339.76º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22962 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 98 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.18 |
| HSL | 339.76º | 0.67% | 0.49% | - |
| HSV(B) | 339.76º | 0.8% | 0.82% | - |
| XYZ | 29.58 | 16.17 | 13.12 | - |
| YUV | 98.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 98 | 0 | 0.80 | 0.53 | 0.18 | 339.76 | 0.67 | 0.49 |
| Hex | D2 | 29 | 62 | 0 | 50 | 35 | 12 | 154 | 43 | 31 |
| Octal | 322 | 51 | 142 | 0 | 120 | 65 | 22 | 524 | 103 | 61 |
| Binary | 11010010 | 101001 | 1100010 | 0 | 1010000 | 110101 | 10010 | 101010100 | 1000011 | 110001 |
Color Harmonies of #D22962
Complementary color
Monochromatic Colors of #D22962
Black with #D22962
Text Example
Text Example
White with #D22962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22962; }
p { color: rgb(210,41,98); }
H1.HeaderClassName
{
color: #D22962;
}
.AnyTagClassName
{
color: #D22962;
}
</style>
background-color css
<style>
a { background-color: #D22962; }
a { background-color: rgb(210,41,98); }
div.DivClassName
{
background-color: #D22962;
}
.BgClassName
{
background-color: #D22962;
}
</style>
border-color css
<style>
span { border-color: #D22962; }
span { border-color: rgb(210,41,98); }
td.TdClassName
{
border-color: #D22962;
}
.TagClassName
{
border-color: #D22962;
}
</style>