Shades of Cerise #D22961
Tints of Cerise #D22961
RGB
CMYK
RGB Variations
Color information
#D22961 (or 0xD22961) is known color: Cerise. HEX triplet: D2, 29 and 61. RGB value is (210,41,97). Sum of RGB (Red+Green+Blue) = 210+41+97=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D22961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22961 is #2DD69E. Grayscale: #616161. Windows color (decimal): -3004063 or 6367698. OLE color: 6367698.
HSL color Cylindrical-coordinate representation of color #D22961: hue angle of 340.12º 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 #D22961 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 97 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.18 |
| HSL | 340.12º | 0.67% | 0.49% | - |
| HSV(B) | 340.12º | 0.8% | 0.82% | - |
| XYZ | 29.53 | 16.15 | 12.87 | - |
| YUV | 97.92 | 127.49 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 97 | 0 | 0.80 | 0.54 | 0.18 | 340.12 | 0.67 | 0.49 |
| Hex | D2 | 29 | 61 | 0 | 50 | 36 | 12 | 154 | 43 | 31 |
| Octal | 322 | 51 | 141 | 0 | 120 | 66 | 22 | 524 | 103 | 61 |
| Binary | 11010010 | 101001 | 1100001 | 0 | 1010000 | 110110 | 10010 | 101010100 | 1000011 | 110001 |
Color Harmonies of #D22961
Complementary color
Monochromatic Colors of #D22961
Black with #D22961
Text Example
Text Example
White with #D22961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22961; }
p { color: rgb(210,41,97); }
H1.HeaderClassName
{
color: #D22961;
}
.AnyTagClassName
{
color: #D22961;
}
</style>
background-color css
<style>
a { background-color: #D22961; }
a { background-color: rgb(210,41,97); }
div.DivClassName
{
background-color: #D22961;
}
.BgClassName
{
background-color: #D22961;
}
</style>
border-color css
<style>
span { border-color: #D22961; }
span { border-color: rgb(210,41,97); }
td.TdClassName
{
border-color: #D22961;
}
.TagClassName
{
border-color: #D22961;
}
</style>