Shades of Deep Cerise #DD2879
Tints of Deep Cerise #DD2879
RGB
CMYK
RGB Variations
Color information
#DD2879 (or 0xDD2879) is known color: Deep Cerise. HEX triplet: DD, 28 and 79. RGB value is (221,40,121). Sum of RGB (Red+Green+Blue) = 221+40+121=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2879 is #22D786. Grayscale: #676767. Windows color (decimal): -2283399 or 7940317. OLE color: 7940317.
HSL color Cylindrical-coordinate representation of color #DD2879: hue angle of 333.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2879 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 121 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.13 |
| HSL | 333.15º | 0.73% | 0.51% | - |
| HSV(B) | 333.15º | 0.82% | 0.87% | - |
| XYZ | 34.03 | 18.27 | 19.82 | - |
| YUV | 103.35 | 137.97 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 121 | 0 | 0.82 | 0.45 | 0.13 | 333.15 | 0.73 | 0.51 |
| Hex | DD | 28 | 79 | 0 | 52 | 2D | D | 14D | 49 | 33 |
| Octal | 335 | 50 | 171 | 0 | 122 | 55 | 15 | 515 | 111 | 63 |
| Binary | 11011101 | 101000 | 1111001 | 0 | 1010010 | 101101 | 1101 | 101001101 | 1001001 | 110011 |
Color Harmonies of #DD2879
Complementary color
Monochromatic Colors of #DD2879
Black with #DD2879
Text Example
Text Example
White with #DD2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2879; }
p { color: rgb(221,40,121); }
H1.HeaderClassName
{
color: #DD2879;
}
.AnyTagClassName
{
color: #DD2879;
}
</style>
background-color css
<style>
a { background-color: #DD2879; }
a { background-color: rgb(221,40,121); }
div.DivClassName
{
background-color: #DD2879;
}
.BgClassName
{
background-color: #DD2879;
}
</style>
border-color css
<style>
span { border-color: #DD2879; }
span { border-color: rgb(221,40,121); }
td.TdClassName
{
border-color: #DD2879;
}
.TagClassName
{
border-color: #DD2879;
}
</style>