Shades of Deep Cerise #DD2E7C
Tints of Deep Cerise #DD2E7C
RGB
CMYK
RGB Variations
Color information
#DD2E7C (or 0xDD2E7C) is known color: Deep Cerise. HEX triplet: DD, 2E and 7C. RGB value is (221,46,124). Sum of RGB (Red+Green+Blue) = 221+46+124=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E7C is #22D183. Grayscale: #6B6B6B. Windows color (decimal): -2281860 or 8138461. OLE color: 8138461.
HSL color Cylindrical-coordinate representation of color #DD2E7C: hue angle of 333.26º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E7C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 124 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.13 |
| HSL | 333.26º | 0.72% | 0.52% | - |
| HSV(B) | 333.26º | 0.79% | 0.87% | - |
| XYZ | 34.43 | 18.78 | 20.88 | - |
| YUV | 107.22 | 137.48 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 124 | 0 | 0.79 | 0.44 | 0.13 | 333.26 | 0.72 | 0.52 |
| Hex | DD | 2E | 7C | 0 | 4F | 2C | D | 14D | 48 | 34 |
| Octal | 335 | 56 | 174 | 0 | 117 | 54 | 15 | 515 | 110 | 64 |
| Binary | 11011101 | 101110 | 1111100 | 0 | 1001111 | 101100 | 1101 | 101001101 | 1001000 | 110100 |
Color Harmonies of #DD2E7C
Complementary color
Monochromatic Colors of #DD2E7C
Black with #DD2E7C
Text Example
Text Example
White with #DD2E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E7C; }
p { color: rgb(221,46,124); }
H1.HeaderClassName
{
color: #DD2E7C;
}
.AnyTagClassName
{
color: #DD2E7C;
}
</style>
background-color css
<style>
a { background-color: #DD2E7C; }
a { background-color: rgb(221,46,124); }
div.DivClassName
{
background-color: #DD2E7C;
}
.BgClassName
{
background-color: #DD2E7C;
}
</style>
border-color css
<style>
span { border-color: #DD2E7C; }
span { border-color: rgb(221,46,124); }
td.TdClassName
{
border-color: #DD2E7C;
}
.TagClassName
{
border-color: #DD2E7C;
}
</style>