Shades of Cerise #DD2C5A
Tints of Cerise #DD2C5A
RGB
CMYK
RGB Variations
Color information
#DD2C5A (or 0xDD2C5A) is known color: Cerise. HEX triplet: DD, 2C and 5A. RGB value is (221,44,90). Sum of RGB (Red+Green+Blue) = 221+44+90=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2C5A is #22D3A5. Grayscale: #666666. Windows color (decimal): -2282406 or 5909725. OLE color: 5909725.
HSL color Cylindrical-coordinate representation of color #DD2C5A: hue angle of 344.41º 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 #DD2C5A is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 90 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.13 |
| HSL | 344.41º | 0.72% | 0.52% | - |
| HSV(B) | 344.41º | 0.8% | 0.87% | - |
| XYZ | 32.56 | 17.91 | 11.41 | - |
| YUV | 102.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 90 | 0 | 0.80 | 0.59 | 0.13 | 344.41 | 0.72 | 0.52 |
| Hex | DD | 2C | 5A | 0 | 50 | 3B | D | 158 | 48 | 34 |
| Octal | 335 | 54 | 132 | 0 | 120 | 73 | 15 | 530 | 110 | 64 |
| Binary | 11011101 | 101100 | 1011010 | 0 | 1010000 | 111011 | 1101 | 101011000 | 1001000 | 110100 |
Color Harmonies of #DD2C5A
Complementary color
Monochromatic Colors of #DD2C5A
Black with #DD2C5A
Text Example
Text Example
White with #DD2C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C5A; }
p { color: rgb(221,44,90); }
H1.HeaderClassName
{
color: #DD2C5A;
}
.AnyTagClassName
{
color: #DD2C5A;
}
</style>
background-color css
<style>
a { background-color: #DD2C5A; }
a { background-color: rgb(221,44,90); }
div.DivClassName
{
background-color: #DD2C5A;
}
.BgClassName
{
background-color: #DD2C5A;
}
</style>
border-color css
<style>
span { border-color: #DD2C5A; }
span { border-color: rgb(221,44,90); }
td.TdClassName
{
border-color: #DD2C5A;
}
.TagClassName
{
border-color: #DD2C5A;
}
</style>