Shades of Cerise #DD2D5C
Tints of Cerise #DD2D5C
RGB
CMYK
RGB Variations
Color information
#DD2D5C (or 0xDD2D5C) is known color: Cerise. HEX triplet: DD, 2D and 5C. RGB value is (221,45,92). Sum of RGB (Red+Green+Blue) = 221+45+92=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D5C is #22D2A3. Grayscale: #666666. Windows color (decimal): -2282148 or 6041053. OLE color: 6041053.
HSL color Cylindrical-coordinate representation of color #DD2D5C: hue angle of 343.98º 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 #DD2D5C is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 92 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.13 |
| HSL | 343.98º | 0.72% | 0.52% | - |
| HSV(B) | 343.98º | 0.8% | 0.87% | - |
| XYZ | 32.69 | 18.02 | 11.88 | - |
| YUV | 102.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 92 | 0 | 0.80 | 0.58 | 0.13 | 343.98 | 0.72 | 0.52 |
| Hex | DD | 2D | 5C | 0 | 50 | 3A | D | 158 | 48 | 34 |
| Octal | 335 | 55 | 134 | 0 | 120 | 72 | 15 | 530 | 110 | 64 |
| Binary | 11011101 | 101101 | 1011100 | 0 | 1010000 | 111010 | 1101 | 101011000 | 1001000 | 110100 |
Color Harmonies of #DD2D5C
Complementary color
Monochromatic Colors of #DD2D5C
Black with #DD2D5C
Text Example
Text Example
White with #DD2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D5C; }
p { color: rgb(221,45,92); }
H1.HeaderClassName
{
color: #DD2D5C;
}
.AnyTagClassName
{
color: #DD2D5C;
}
</style>
background-color css
<style>
a { background-color: #DD2D5C; }
a { background-color: rgb(221,45,92); }
div.DivClassName
{
background-color: #DD2D5C;
}
.BgClassName
{
background-color: #DD2D5C;
}
</style>
border-color css
<style>
span { border-color: #DD2D5C; }
span { border-color: rgb(221,45,92); }
td.TdClassName
{
border-color: #DD2D5C;
}
.TagClassName
{
border-color: #DD2D5C;
}
</style>