Shades of Cerise #D22162
Tints of Cerise #D22162
RGB
CMYK
RGB Variations
Color information
#D22162 (or 0xD22162) is known color: Cerise. HEX triplet: D2, 21 and 62. RGB value is (210,33,98). Sum of RGB (Red+Green+Blue) = 210+33+98=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D22162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22162 is #2DDE9D. Grayscale: #5D5D5D. Windows color (decimal): -3006110 or 6431186. OLE color: 6431186.
HSL color Cylindrical-coordinate representation of color #D22162: hue angle of 337.97º degrees, saturation: 0.73, 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 #D22162 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 98 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.18 |
| HSL | 337.97º | 0.73% | 0.48% | - |
| HSV(B) | 337.97º | 0.84% | 0.82% | - |
| XYZ | 29.33 | 15.67 | 13.03 | - |
| YUV | 93.33 | 130.64 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 98 | 0 | 0.84 | 0.53 | 0.18 | 337.97 | 0.73 | 0.48 |
| Hex | D2 | 21 | 62 | 0 | 54 | 35 | 12 | 152 | 49 | 30 |
| Octal | 322 | 41 | 142 | 0 | 124 | 65 | 22 | 522 | 111 | 60 |
| Binary | 11010010 | 100001 | 1100010 | 0 | 1010100 | 110101 | 10010 | 101010010 | 1001001 | 110000 |
Color Harmonies of #D22162
Complementary color
Monochromatic Colors of #D22162
Black with #D22162
Text Example
Text Example
White with #D22162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22162; }
p { color: rgb(210,33,98); }
H1.HeaderClassName
{
color: #D22162;
}
.AnyTagClassName
{
color: #D22162;
}
</style>
background-color css
<style>
a { background-color: #D22162; }
a { background-color: rgb(210,33,98); }
div.DivClassName
{
background-color: #D22162;
}
.BgClassName
{
background-color: #D22162;
}
</style>
border-color css
<style>
span { border-color: #D22162; }
span { border-color: rgb(210,33,98); }
td.TdClassName
{
border-color: #D22162;
}
.TagClassName
{
border-color: #D22162;
}
</style>