Shades of Cerise #DD2C60
Tints of Cerise #DD2C60
RGB
CMYK
RGB Variations
Color information
#DD2C60 (or 0xDD2C60) is known color: Cerise. HEX triplet: DD, 2C and 60. RGB value is (221,44,96). Sum of RGB (Red+Green+Blue) = 221+44+96=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2C60 is #22D39F. Grayscale: #666666. Windows color (decimal): -2282400 or 6302941. OLE color: 6302941.
HSL color Cylindrical-coordinate representation of color #DD2C60: hue angle of 342.37º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C60 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 96 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.13 |
| HSL | 342.37º | 0.72% | 0.52% | - |
| HSV(B) | 342.37º | 0.8% | 0.87% | - |
| XYZ | 32.83 | 18.02 | 12.81 | - |
| YUV | 102.85 | 124.14 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 96 | 0 | 0.80 | 0.57 | 0.13 | 342.37 | 0.72 | 0.52 |
| Hex | DD | 2C | 60 | 0 | 50 | 39 | D | 156 | 48 | 34 |
| Octal | 335 | 54 | 140 | 0 | 120 | 71 | 15 | 526 | 110 | 64 |
| Binary | 11011101 | 101100 | 1100000 | 0 | 1010000 | 111001 | 1101 | 101010110 | 1001000 | 110100 |
Color Harmonies of #DD2C60
Complementary color
Monochromatic Colors of #DD2C60
Black with #DD2C60
Text Example
Text Example
White with #DD2C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C60; }
p { color: rgb(221,44,96); }
H1.HeaderClassName
{
color: #DD2C60;
}
.AnyTagClassName
{
color: #DD2C60;
}
</style>
background-color css
<style>
a { background-color: #DD2C60; }
a { background-color: rgb(221,44,96); }
div.DivClassName
{
background-color: #DD2C60;
}
.BgClassName
{
background-color: #DD2C60;
}
</style>
border-color css
<style>
span { border-color: #DD2C60; }
span { border-color: rgb(221,44,96); }
td.TdClassName
{
border-color: #DD2C60;
}
.TagClassName
{
border-color: #DD2C60;
}
</style>