Shades of Cranberry #DD5979
Tints of Cranberry #DD5979
RGB
CMYK
RGB Variations
Color information
#DD5979 (or 0xDD5979) is known color: Cranberry. HEX triplet: DD, 59 and 79. RGB value is (221,89,121). Sum of RGB (Red+Green+Blue) = 221+89+121=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5979 is #22A686. Grayscale: #848484. Windows color (decimal): -2270855 or 7952861. OLE color: 7952861.
HSL color Cylindrical-coordinate representation of color #DD5979: hue angle of 345.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5979 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 121 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.13 |
| HSL | 345.45º | 0.66% | 0.61% | - |
| HSV(B) | 345.45º | 0.6% | 0.87% | - |
| XYZ | 36.84 | 23.9 | 20.76 | - |
| YUV | 132.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 121 | 0 | 0.60 | 0.45 | 0.13 | 345.45 | 0.66 | 0.61 |
| Hex | DD | 59 | 79 | 0 | 3C | 2D | D | 159 | 42 | 3D |
| Octal | 335 | 131 | 171 | 0 | 74 | 55 | 15 | 531 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1111001 | 0 | 111100 | 101101 | 1101 | 101011001 | 1000010 | 111101 |
Color Harmonies of #DD5979
Complementary color
Monochromatic Colors of #DD5979
Black with #DD5979
Text Example
Text Example
White with #DD5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5979; }
p { color: rgb(221,89,121); }
H1.HeaderClassName
{
color: #DD5979;
}
.AnyTagClassName
{
color: #DD5979;
}
</style>
background-color css
<style>
a { background-color: #DD5979; }
a { background-color: rgb(221,89,121); }
div.DivClassName
{
background-color: #DD5979;
}
.BgClassName
{
background-color: #DD5979;
}
</style>
border-color css
<style>
span { border-color: #DD5979; }
span { border-color: rgb(221,89,121); }
td.TdClassName
{
border-color: #DD5979;
}
.TagClassName
{
border-color: #DD5979;
}
</style>