Shades of Cranberry #DD556E
Tints of Cranberry #DD556E
RGB
CMYK
RGB Variations
Color information
#DD556E (or 0xDD556E) is known color: Cranberry. HEX triplet: DD, 55 and 6E. RGB value is (221,85,110). Sum of RGB (Red+Green+Blue) = 221+85+110=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD556E is #22AA91. Grayscale: #808080. Windows color (decimal): -2271890 or 7230941. OLE color: 7230941.
HSL color Cylindrical-coordinate representation of color #DD556E: hue angle of 348.97º 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 #DD556E is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 110 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.13 |
| HSL | 348.97º | 0.67% | 0.6% | - |
| HSV(B) | 348.97º | 0.62% | 0.87% | - |
| XYZ | 35.88 | 22.99 | 17.3 | - |
| YUV | 128.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 110 | 0 | 0.62 | 0.50 | 0.13 | 348.97 | 0.67 | 0.6 |
| Hex | DD | 55 | 6E | 0 | 3E | 32 | D | 15D | 43 | 3C |
| Octal | 335 | 125 | 156 | 0 | 76 | 62 | 15 | 535 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1101110 | 0 | 111110 | 110010 | 1101 | 101011101 | 1000011 | 111100 |
Color Harmonies of #DD556E
Complementary color
Monochromatic Colors of #DD556E
Black with #DD556E
Text Example
Text Example
White with #DD556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD556E; }
p { color: rgb(221,85,110); }
H1.HeaderClassName
{
color: #DD556E;
}
.AnyTagClassName
{
color: #DD556E;
}
</style>
background-color css
<style>
a { background-color: #DD556E; }
a { background-color: rgb(221,85,110); }
div.DivClassName
{
background-color: #DD556E;
}
.BgClassName
{
background-color: #DD556E;
}
</style>
border-color css
<style>
span { border-color: #DD556E; }
span { border-color: rgb(221,85,110); }
td.TdClassName
{
border-color: #DD556E;
}
.TagClassName
{
border-color: #DD556E;
}
</style>