Shades of Cerise #DD2E60
Tints of Cerise #DD2E60
RGB
CMYK
RGB Variations
Color information
#DD2E60 (or 0xDD2E60) is known color: Cerise. HEX triplet: DD, 2E and 60. RGB value is (221,46,96). Sum of RGB (Red+Green+Blue) = 221+46+96=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E60 is #22D19F. Grayscale: #686868. Windows color (decimal): -2281888 or 6303453. OLE color: 6303453.
HSL color Cylindrical-coordinate representation of color #DD2E60: hue angle of 342.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E60 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 96 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.13 |
| HSL | 342.86º | 0.72% | 0.52% | - |
| HSV(B) | 342.86º | 0.79% | 0.87% | - |
| XYZ | 32.91 | 18.17 | 12.84 | - |
| YUV | 104.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 96 | 0 | 0.79 | 0.57 | 0.13 | 342.86 | 0.72 | 0.52 |
| Hex | DD | 2E | 60 | 0 | 4F | 39 | D | 157 | 48 | 34 |
| Octal | 335 | 56 | 140 | 0 | 117 | 71 | 15 | 527 | 110 | 64 |
| Binary | 11011101 | 101110 | 1100000 | 0 | 1001111 | 111001 | 1101 | 101010111 | 1001000 | 110100 |
Color Harmonies of #DD2E60
Complementary color
Monochromatic Colors of #DD2E60
Black with #DD2E60
Text Example
Text Example
White with #DD2E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E60; }
p { color: rgb(221,46,96); }
H1.HeaderClassName
{
color: #DD2E60;
}
.AnyTagClassName
{
color: #DD2E60;
}
</style>
background-color css
<style>
a { background-color: #DD2E60; }
a { background-color: rgb(221,46,96); }
div.DivClassName
{
background-color: #DD2E60;
}
.BgClassName
{
background-color: #DD2E60;
}
</style>
border-color css
<style>
span { border-color: #DD2E60; }
span { border-color: rgb(221,46,96); }
td.TdClassName
{
border-color: #DD2E60;
}
.TagClassName
{
border-color: #DD2E60;
}
</style>