Shades of Cerise #DC2959
Tints of Cerise #DC2959
RGB
CMYK
RGB Variations
Color information
#DC2959 (or 0xDC2959) is known color: Cerise. HEX triplet: DC, 29 and 59. RGB value is (220,41,89). Sum of RGB (Red+Green+Blue) = 220+41+89=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2959 is #23D6A6. Grayscale: #636363. Windows color (decimal): -2348711 or 5843420. OLE color: 5843420.
HSL color Cylindrical-coordinate representation of color #DC2959: hue angle of 343.91º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2959 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 89 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.14 |
| HSL | 343.91º | 0.72% | 0.51% | - |
| HSV(B) | 343.91º | 0.81% | 0.86% | - |
| XYZ | 32.11 | 17.52 | 11.14 | - |
| YUV | 99.99 | 121.8 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 89 | 0 | 0.81 | 0.60 | 0.14 | 343.91 | 0.72 | 0.51 |
| Hex | DC | 29 | 59 | 0 | 51 | 3C | E | 158 | 48 | 33 |
| Octal | 334 | 51 | 131 | 0 | 121 | 74 | 16 | 530 | 110 | 63 |
| Binary | 11011100 | 101001 | 1011001 | 0 | 1010001 | 111100 | 1110 | 101011000 | 1001000 | 110011 |
Color Harmonies of #DC2959
Complementary color
Monochromatic Colors of #DC2959
Black with #DC2959
Text Example
Text Example
White with #DC2959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2959; }
p { color: rgb(220,41,89); }
H1.HeaderClassName
{
color: #DC2959;
}
.AnyTagClassName
{
color: #DC2959;
}
</style>
background-color css
<style>
a { background-color: #DC2959; }
a { background-color: rgb(220,41,89); }
div.DivClassName
{
background-color: #DC2959;
}
.BgClassName
{
background-color: #DC2959;
}
</style>
border-color css
<style>
span { border-color: #DC2959; }
span { border-color: rgb(220,41,89); }
td.TdClassName
{
border-color: #DC2959;
}
.TagClassName
{
border-color: #DC2959;
}
</style>