Shades of Cerise #DD2859
Tints of Cerise #DD2859
RGB
CMYK
RGB Variations
Color information
#DD2859 (or 0xDD2859) is known color: Cerise. HEX triplet: DD, 28 and 59. RGB value is (221,40,89). Sum of RGB (Red+Green+Blue) = 221+40+89=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2859 is #22D7A6. Grayscale: #636363. Windows color (decimal): -2283431 or 5843165. OLE color: 5843165.
HSL color Cylindrical-coordinate representation of color #DD2859: hue angle of 343.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2859 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 89 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.13 |
| HSL | 343.76º | 0.73% | 0.51% | - |
| HSV(B) | 343.76º | 0.82% | 0.87% | - |
| XYZ | 32.38 | 17.61 | 11.14 | - |
| YUV | 99.71 | 121.97 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 89 | 0 | 0.82 | 0.60 | 0.13 | 343.76 | 0.73 | 0.51 |
| Hex | DD | 28 | 59 | 0 | 52 | 3C | D | 158 | 49 | 33 |
| Octal | 335 | 50 | 131 | 0 | 122 | 74 | 15 | 530 | 111 | 63 |
| Binary | 11011101 | 101000 | 1011001 | 0 | 1010010 | 111100 | 1101 | 101011000 | 1001001 | 110011 |
Color Harmonies of #DD2859
Complementary color
Monochromatic Colors of #DD2859
Black with #DD2859
Text Example
Text Example
White with #DD2859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2859; }
p { color: rgb(221,40,89); }
H1.HeaderClassName
{
color: #DD2859;
}
.AnyTagClassName
{
color: #DD2859;
}
</style>
background-color css
<style>
a { background-color: #DD2859; }
a { background-color: rgb(221,40,89); }
div.DivClassName
{
background-color: #DD2859;
}
.BgClassName
{
background-color: #DD2859;
}
</style>
border-color css
<style>
span { border-color: #DD2859; }
span { border-color: rgb(221,40,89); }
td.TdClassName
{
border-color: #DD2859;
}
.TagClassName
{
border-color: #DD2859;
}
</style>