Shades of Cerise #D92959
Tints of Cerise #D92959
RGB
CMYK
RGB Variations
Color information
#D92959 (or 0xD92959) is known color: Cerise. HEX triplet: D9, 29 and 59. RGB value is (217,41,89). Sum of RGB (Red+Green+Blue) = 217+41+89=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D92959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92959 is #26D6A6. Grayscale: #636363. Windows color (decimal): -2545319 or 5843417. OLE color: 5843417.
HSL color Cylindrical-coordinate representation of color #D92959: hue angle of 343.64º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92959 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 89 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.15 |
| HSL | 343.64º | 0.7% | 0.51% | - |
| HSV(B) | 343.64º | 0.81% | 0.85% | - |
| XYZ | 31.21 | 17.06 | 11.1 | - |
| YUV | 99.1 | 122.31 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 89 | 0 | 0.81 | 0.59 | 0.15 | 343.64 | 0.7 | 0.51 |
| Hex | D9 | 29 | 59 | 0 | 51 | 3B | F | 158 | 46 | 33 |
| Octal | 331 | 51 | 131 | 0 | 121 | 73 | 17 | 530 | 106 | 63 |
| Binary | 11011001 | 101001 | 1011001 | 0 | 1010001 | 111011 | 1111 | 101011000 | 1000110 | 110011 |
Color Harmonies of #D92959
Complementary color
Monochromatic Colors of #D92959
Black with #D92959
Text Example
Text Example
White with #D92959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92959; }
p { color: rgb(217,41,89); }
H1.HeaderClassName
{
color: #D92959;
}
.AnyTagClassName
{
color: #D92959;
}
</style>
background-color css
<style>
a { background-color: #D92959; }
a { background-color: rgb(217,41,89); }
div.DivClassName
{
background-color: #D92959;
}
.BgClassName
{
background-color: #D92959;
}
</style>
border-color css
<style>
span { border-color: #D92959; }
span { border-color: rgb(217,41,89); }
td.TdClassName
{
border-color: #D92959;
}
.TagClassName
{
border-color: #D92959;
}
</style>