Shades of Deep Cerise #DD2C79
Tints of Deep Cerise #DD2C79
RGB
CMYK
RGB Variations
Color information
#DD2C79 (or 0xDD2C79) is known color: Deep Cerise. HEX triplet: DD, 2C and 79. RGB value is (221,44,121). Sum of RGB (Red+Green+Blue) = 221+44+121=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2C79 is #22D386. Grayscale: #696969. Windows color (decimal): -2282375 or 7941341. OLE color: 7941341.
HSL color Cylindrical-coordinate representation of color #DD2C79: hue angle of 333.9º 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 #DD2C79 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 121 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.13 |
| HSL | 333.9º | 0.72% | 0.52% | - |
| HSV(B) | 333.9º | 0.8% | 0.87% | - |
| XYZ | 34.17 | 18.55 | 19.87 | - |
| YUV | 105.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 121 | 0 | 0.80 | 0.45 | 0.13 | 333.9 | 0.72 | 0.52 |
| Hex | DD | 2C | 79 | 0 | 50 | 2D | D | 14E | 48 | 34 |
| Octal | 335 | 54 | 171 | 0 | 120 | 55 | 15 | 516 | 110 | 64 |
| Binary | 11011101 | 101100 | 1111001 | 0 | 1010000 | 101101 | 1101 | 101001110 | 1001000 | 110100 |
Color Harmonies of #DD2C79
Complementary color
Monochromatic Colors of #DD2C79
Black with #DD2C79
Text Example
Text Example
White with #DD2C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C79; }
p { color: rgb(221,44,121); }
H1.HeaderClassName
{
color: #DD2C79;
}
.AnyTagClassName
{
color: #DD2C79;
}
</style>
background-color css
<style>
a { background-color: #DD2C79; }
a { background-color: rgb(221,44,121); }
div.DivClassName
{
background-color: #DD2C79;
}
.BgClassName
{
background-color: #DD2C79;
}
</style>
border-color css
<style>
span { border-color: #DD2C79; }
span { border-color: rgb(221,44,121); }
td.TdClassName
{
border-color: #DD2C79;
}
.TagClassName
{
border-color: #DD2C79;
}
</style>