Shades of Deep Cerise #DD2477
Tints of Deep Cerise #DD2477
RGB
CMYK
RGB Variations
Color information
#DD2477 (or 0xDD2477) is known color: Deep Cerise. HEX triplet: DD, 24 and 77. RGB value is (221,36,119). Sum of RGB (Red+Green+Blue) = 221+36+119=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2477 is #22DB88. Grayscale: #646464. Windows color (decimal): -2284425 or 7808221. OLE color: 7808221.
HSL color Cylindrical-coordinate representation of color #DD2477: hue angle of 333.08º 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 #DD2477 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 119 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.13 |
| HSL | 333.08º | 0.73% | 0.5% | - |
| HSV(B) | 333.08º | 0.84% | 0.87% | - |
| XYZ | 33.78 | 17.97 | 19.14 | - |
| YUV | 100.78 | 138.29 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 119 | 0 | 0.84 | 0.46 | 0.13 | 333.08 | 0.73 | 0.5 |
| Hex | DD | 24 | 77 | 0 | 54 | 2E | D | 14D | 49 | 32 |
| Octal | 335 | 44 | 167 | 0 | 124 | 56 | 15 | 515 | 111 | 62 |
| Binary | 11011101 | 100100 | 1110111 | 0 | 1010100 | 101110 | 1101 | 101001101 | 1001001 | 110010 |
Color Harmonies of #DD2477
Complementary color
Monochromatic Colors of #DD2477
Black with #DD2477
Text Example
Text Example
White with #DD2477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2477; }
p { color: rgb(221,36,119); }
H1.HeaderClassName
{
color: #DD2477;
}
.AnyTagClassName
{
color: #DD2477;
}
</style>
background-color css
<style>
a { background-color: #DD2477; }
a { background-color: rgb(221,36,119); }
div.DivClassName
{
background-color: #DD2477;
}
.BgClassName
{
background-color: #DD2477;
}
</style>
border-color css
<style>
span { border-color: #DD2477; }
span { border-color: rgb(221,36,119); }
td.TdClassName
{
border-color: #DD2477;
}
.TagClassName
{
border-color: #DD2477;
}
</style>