Shades of Cranberry #DD5579
Tints of Cranberry #DD5579
RGB
CMYK
RGB Variations
Color information
#DD5579 (or 0xDD5579) is known color: Cranberry. HEX triplet: DD, 55 and 79. RGB value is (221,85,121). Sum of RGB (Red+Green+Blue) = 221+85+121=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5579 is #22AA86. Grayscale: #818181. Windows color (decimal): -2271879 or 7951837. OLE color: 7951837.
HSL color Cylindrical-coordinate representation of color #DD5579: hue angle of 344.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5579 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 121 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.13 |
| HSL | 344.12º | 0.67% | 0.6% | - |
| HSV(B) | 344.12º | 0.62% | 0.87% | - |
| XYZ | 36.52 | 23.25 | 20.65 | - |
| YUV | 129.77 | 123.06 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 121 | 0 | 0.62 | 0.45 | 0.13 | 344.12 | 0.67 | 0.6 |
| Hex | DD | 55 | 79 | 0 | 3E | 2D | D | 158 | 43 | 3C |
| Octal | 335 | 125 | 171 | 0 | 76 | 55 | 15 | 530 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1111001 | 0 | 111110 | 101101 | 1101 | 101011000 | 1000011 | 111100 |
Color Harmonies of #DD5579
Complementary color
Monochromatic Colors of #DD5579
Black with #DD5579
Text Example
Text Example
White with #DD5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5579; }
p { color: rgb(221,85,121); }
H1.HeaderClassName
{
color: #DD5579;
}
.AnyTagClassName
{
color: #DD5579;
}
</style>
background-color css
<style>
a { background-color: #DD5579; }
a { background-color: rgb(221,85,121); }
div.DivClassName
{
background-color: #DD5579;
}
.BgClassName
{
background-color: #DD5579;
}
</style>
border-color css
<style>
span { border-color: #DD5579; }
span { border-color: rgb(221,85,121); }
td.TdClassName
{
border-color: #DD5579;
}
.TagClassName
{
border-color: #DD5579;
}
</style>