Shades of Cerise #DD2470
Tints of Cerise #DD2470
RGB
CMYK
RGB Variations
Color information
#DD2470 (or 0xDD2470) is known color: Cerise. HEX triplet: DD, 24 and 70. RGB value is (221,36,112). Sum of RGB (Red+Green+Blue) = 221+36+112=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2470 is #22DB8F. Grayscale: #636363. Windows color (decimal): -2284432 or 7349469. OLE color: 7349469.
HSL color Cylindrical-coordinate representation of color #DD2470: hue angle of 335.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2470 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 112 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.13 |
| HSL | 335.35º | 0.73% | 0.5% | - |
| HSV(B) | 335.35º | 0.84% | 0.87% | - |
| XYZ | 33.37 | 17.8 | 17.01 | - |
| YUV | 99.98 | 134.79 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 112 | 0 | 0.84 | 0.49 | 0.13 | 335.35 | 0.73 | 0.5 |
| Hex | DD | 24 | 70 | 0 | 54 | 31 | D | 14F | 49 | 32 |
| Octal | 335 | 44 | 160 | 0 | 124 | 61 | 15 | 517 | 111 | 62 |
| Binary | 11011101 | 100100 | 1110000 | 0 | 1010100 | 110001 | 1101 | 101001111 | 1001001 | 110010 |
Color Harmonies of #DD2470
Complementary color
Monochromatic Colors of #DD2470
Black with #DD2470
Text Example
Text Example
White with #DD2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2470; }
p { color: rgb(221,36,112); }
H1.HeaderClassName
{
color: #DD2470;
}
.AnyTagClassName
{
color: #DD2470;
}
</style>
background-color css
<style>
a { background-color: #DD2470; }
a { background-color: rgb(221,36,112); }
div.DivClassName
{
background-color: #DD2470;
}
.BgClassName
{
background-color: #DD2470;
}
</style>
border-color css
<style>
span { border-color: #DD2470; }
span { border-color: rgb(221,36,112); }
td.TdClassName
{
border-color: #DD2470;
}
.TagClassName
{
border-color: #DD2470;
}
</style>