Shades of Cerise #DD2959
Tints of Cerise #DD2959
RGB
CMYK
RGB Variations
Color information
#DD2959 (or 0xDD2959) is known color: Cerise. HEX triplet: DD, 29 and 59. RGB value is (221,41,89). Sum of RGB (Red+Green+Blue) = 221+41+89=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2959 is #22D6A6. Grayscale: #646464. Windows color (decimal): -2283175 or 5843421. OLE color: 5843421.
HSL color Cylindrical-coordinate representation of color #DD2959: hue angle of 344º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2959 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 89 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.13 |
| HSL | 344º | 0.73% | 0.51% | - |
| HSV(B) | 344º | 0.81% | 0.87% | - |
| XYZ | 32.41 | 17.68 | 11.16 | - |
| YUV | 100.29 | 121.63 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 89 | 0 | 0.81 | 0.60 | 0.13 | 344 | 0.73 | 0.51 |
| Hex | DD | 29 | 59 | 0 | 51 | 3C | D | 158 | 49 | 33 |
| Octal | 335 | 51 | 131 | 0 | 121 | 74 | 15 | 530 | 111 | 63 |
| Binary | 11011101 | 101001 | 1011001 | 0 | 1010001 | 111100 | 1101 | 101011000 | 1001001 | 110011 |
Color Harmonies of #DD2959
Complementary color
Monochromatic Colors of #DD2959
Black with #DD2959
Text Example
Text Example
White with #DD2959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2959; }
p { color: rgb(221,41,89); }
H1.HeaderClassName
{
color: #DD2959;
}
.AnyTagClassName
{
color: #DD2959;
}
</style>
background-color css
<style>
a { background-color: #DD2959; }
a { background-color: rgb(221,41,89); }
div.DivClassName
{
background-color: #DD2959;
}
.BgClassName
{
background-color: #DD2959;
}
</style>
border-color css
<style>
span { border-color: #DD2959; }
span { border-color: rgb(221,41,89); }
td.TdClassName
{
border-color: #DD2959;
}
.TagClassName
{
border-color: #DD2959;
}
</style>