Shades of Deep Cerise #DD2D79
Tints of Deep Cerise #DD2D79
RGB
CMYK
RGB Variations
Color information
#DD2D79 (or 0xDD2D79) is known color: Deep Cerise. HEX triplet: DD, 2D and 79. RGB value is (221,45,121). Sum of RGB (Red+Green+Blue) = 221+45+121=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D79 is #22D286. Grayscale: #6A6A6A. Windows color (decimal): -2282119 or 7941597. OLE color: 7941597.
HSL color Cylindrical-coordinate representation of color #DD2D79: hue angle of 334.09º 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 #DD2D79 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 121 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.13 |
| HSL | 334.09º | 0.72% | 0.52% | - |
| HSV(B) | 334.09º | 0.8% | 0.87% | - |
| XYZ | 34.21 | 18.63 | 19.88 | - |
| YUV | 106.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 121 | 0 | 0.80 | 0.45 | 0.13 | 334.09 | 0.72 | 0.52 |
| Hex | DD | 2D | 79 | 0 | 50 | 2D | D | 14E | 48 | 34 |
| Octal | 335 | 55 | 171 | 0 | 120 | 55 | 15 | 516 | 110 | 64 |
| Binary | 11011101 | 101101 | 1111001 | 0 | 1010000 | 101101 | 1101 | 101001110 | 1001000 | 110100 |
Color Harmonies of #DD2D79
Complementary color
Monochromatic Colors of #DD2D79
Black with #DD2D79
Text Example
Text Example
White with #DD2D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D79; }
p { color: rgb(221,45,121); }
H1.HeaderClassName
{
color: #DD2D79;
}
.AnyTagClassName
{
color: #DD2D79;
}
</style>
background-color css
<style>
a { background-color: #DD2D79; }
a { background-color: rgb(221,45,121); }
div.DivClassName
{
background-color: #DD2D79;
}
.BgClassName
{
background-color: #DD2D79;
}
</style>
border-color css
<style>
span { border-color: #DD2D79; }
span { border-color: rgb(221,45,121); }
td.TdClassName
{
border-color: #DD2D79;
}
.TagClassName
{
border-color: #DD2D79;
}
</style>