Shades of Cranberry #DD5570
Tints of Cranberry #DD5570
RGB
CMYK
RGB Variations
Color information
#DD5570 (or 0xDD5570) is known color: Cranberry. HEX triplet: DD, 55 and 70. RGB value is (221,85,112). Sum of RGB (Red+Green+Blue) = 221+85+112=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5570 is #22AA8F. Grayscale: #808080. Windows color (decimal): -2271888 or 7362013. OLE color: 7362013.
HSL color Cylindrical-coordinate representation of color #DD5570: hue angle of 348.09º 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 #DD5570 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 112 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.13 |
| HSL | 348.09º | 0.67% | 0.6% | - |
| HSV(B) | 348.09º | 0.62% | 0.87% | - |
| XYZ | 35.99 | 23.04 | 17.88 | - |
| YUV | 128.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 112 | 0 | 0.62 | 0.49 | 0.13 | 348.09 | 0.67 | 0.6 |
| Hex | DD | 55 | 70 | 0 | 3E | 31 | D | 15C | 43 | 3C |
| Octal | 335 | 125 | 160 | 0 | 76 | 61 | 15 | 534 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1110000 | 0 | 111110 | 110001 | 1101 | 101011100 | 1000011 | 111100 |
Color Harmonies of #DD5570
Complementary color
Monochromatic Colors of #DD5570
Black with #DD5570
Text Example
Text Example
White with #DD5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5570; }
p { color: rgb(221,85,112); }
H1.HeaderClassName
{
color: #DD5570;
}
.AnyTagClassName
{
color: #DD5570;
}
</style>
background-color css
<style>
a { background-color: #DD5570; }
a { background-color: rgb(221,85,112); }
div.DivClassName
{
background-color: #DD5570;
}
.BgClassName
{
background-color: #DD5570;
}
</style>
border-color css
<style>
span { border-color: #DD5570; }
span { border-color: rgb(221,85,112); }
td.TdClassName
{
border-color: #DD5570;
}
.TagClassName
{
border-color: #DD5570;
}
</style>