Shades of Deep Cerise #DD3979
Tints of Deep Cerise #DD3979
RGB
CMYK
RGB Variations
Color information
#DD3979 (or 0xDD3979) is known color: Deep Cerise. HEX triplet: DD, 39 and 79. RGB value is (221,57,121). Sum of RGB (Red+Green+Blue) = 221+57+121=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3979 is #22C686. Grayscale: #717171. Windows color (decimal): -2279047 or 7944669. OLE color: 7944669.
HSL color Cylindrical-coordinate representation of color #DD3979: hue angle of 336.59º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3979 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 121 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.13 |
| HSL | 336.59º | 0.71% | 0.55% | - |
| HSV(B) | 336.59º | 0.74% | 0.87% | - |
| XYZ | 34.73 | 19.68 | 20.06 | - |
| YUV | 113.33 | 132.33 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 121 | 0 | 0.74 | 0.45 | 0.13 | 336.59 | 0.71 | 0.55 |
| Hex | DD | 39 | 79 | 0 | 4A | 2D | D | 151 | 47 | 37 |
| Octal | 335 | 71 | 171 | 0 | 112 | 55 | 15 | 521 | 107 | 67 |
| Binary | 11011101 | 111001 | 1111001 | 0 | 1001010 | 101101 | 1101 | 101010001 | 1000111 | 110111 |
Color Harmonies of #DD3979
Complementary color
Monochromatic Colors of #DD3979
Black with #DD3979
Text Example
Text Example
White with #DD3979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3979; }
p { color: rgb(221,57,121); }
H1.HeaderClassName
{
color: #DD3979;
}
.AnyTagClassName
{
color: #DD3979;
}
</style>
background-color css
<style>
a { background-color: #DD3979; }
a { background-color: rgb(221,57,121); }
div.DivClassName
{
background-color: #DD3979;
}
.BgClassName
{
background-color: #DD3979;
}
</style>
border-color css
<style>
span { border-color: #DD3979; }
span { border-color: rgb(221,57,121); }
td.TdClassName
{
border-color: #DD3979;
}
.TagClassName
{
border-color: #DD3979;
}
</style>