Shades of Deep Cerise #DD2E79
Tints of Deep Cerise #DD2E79
RGB
CMYK
RGB Variations
Color information
#DD2E79 (or 0xDD2E79) is known color: Deep Cerise. HEX triplet: DD, 2E and 79. RGB value is (221,46,121). Sum of RGB (Red+Green+Blue) = 221+46+121=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E79 is #22D186. Grayscale: #6A6A6A. Windows color (decimal): -2281863 or 7941853. OLE color: 7941853.
HSL color Cylindrical-coordinate representation of color #DD2E79: hue angle of 334.29º 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 #DD2E79 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 121 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.13 |
| HSL | 334.29º | 0.72% | 0.52% | - |
| HSV(B) | 334.29º | 0.79% | 0.87% | - |
| XYZ | 34.25 | 18.71 | 19.89 | - |
| YUV | 106.88 | 135.98 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 121 | 0 | 0.79 | 0.45 | 0.13 | 334.29 | 0.72 | 0.52 |
| Hex | DD | 2E | 79 | 0 | 4F | 2D | D | 14E | 48 | 34 |
| Octal | 335 | 56 | 171 | 0 | 117 | 55 | 15 | 516 | 110 | 64 |
| Binary | 11011101 | 101110 | 1111001 | 0 | 1001111 | 101101 | 1101 | 101001110 | 1001000 | 110100 |
Color Harmonies of #DD2E79
Complementary color
Monochromatic Colors of #DD2E79
Black with #DD2E79
Text Example
Text Example
White with #DD2E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E79; }
p { color: rgb(221,46,121); }
H1.HeaderClassName
{
color: #DD2E79;
}
.AnyTagClassName
{
color: #DD2E79;
}
</style>
background-color css
<style>
a { background-color: #DD2E79; }
a { background-color: rgb(221,46,121); }
div.DivClassName
{
background-color: #DD2E79;
}
.BgClassName
{
background-color: #DD2E79;
}
</style>
border-color css
<style>
span { border-color: #DD2E79; }
span { border-color: rgb(221,46,121); }
td.TdClassName
{
border-color: #DD2E79;
}
.TagClassName
{
border-color: #DD2E79;
}
</style>