Shades of Cranberry #DD556D
Tints of Cranberry #DD556D
RGB
CMYK
RGB Variations
Color information
#DD556D (or 0xDD556D) is known color: Cranberry. HEX triplet: DD, 55 and 6D. RGB value is (221,85,109). Sum of RGB (Red+Green+Blue) = 221+85+109=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD556D is #22AA92. Grayscale: #808080. Windows color (decimal): -2271891 or 7165405. OLE color: 7165405.
HSL color Cylindrical-coordinate representation of color #DD556D: hue angle of 349.41º 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 #DD556D is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 109 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.13 |
| HSL | 349.41º | 0.67% | 0.6% | - |
| HSV(B) | 349.41º | 0.62% | 0.87% | - |
| XYZ | 35.83 | 22.97 | 17.01 | - |
| YUV | 128.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 109 | 0 | 0.62 | 0.51 | 0.13 | 349.41 | 0.67 | 0.6 |
| Hex | DD | 55 | 6D | 0 | 3E | 33 | D | 15D | 43 | 3C |
| Octal | 335 | 125 | 155 | 0 | 76 | 63 | 15 | 535 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1101101 | 0 | 111110 | 110011 | 1101 | 101011101 | 1000011 | 111100 |
Color Harmonies of #DD556D
Complementary color
Monochromatic Colors of #DD556D
Black with #DD556D
Text Example
Text Example
White with #DD556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD556D; }
p { color: rgb(221,85,109); }
H1.HeaderClassName
{
color: #DD556D;
}
.AnyTagClassName
{
color: #DD556D;
}
</style>
background-color css
<style>
a { background-color: #DD556D; }
a { background-color: rgb(221,85,109); }
div.DivClassName
{
background-color: #DD556D;
}
.BgClassName
{
background-color: #DD556D;
}
</style>
border-color css
<style>
span { border-color: #DD556D; }
span { border-color: rgb(221,85,109); }
td.TdClassName
{
border-color: #DD556D;
}
.TagClassName
{
border-color: #DD556D;
}
</style>