Shades of Cranberry #DD5677
Tints of Cranberry #DD5677
RGB
CMYK
RGB Variations
Color information
#DD5677 (or 0xDD5677) is known color: Cranberry. HEX triplet: DD, 56 and 77. RGB value is (221,86,119). Sum of RGB (Red+Green+Blue) = 221+86+119=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5677 is #22A988. Grayscale: #828282. Windows color (decimal): -2271625 or 7821021. OLE color: 7821021.
HSL color Cylindrical-coordinate representation of color #DD5677: hue angle of 345.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5677 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 119 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.13 |
| HSL | 345.33º | 0.67% | 0.6% | - |
| HSV(B) | 345.33º | 0.61% | 0.87% | - |
| XYZ | 36.48 | 23.36 | 20.04 | - |
| YUV | 130.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 119 | 0 | 0.61 | 0.46 | 0.13 | 345.33 | 0.67 | 0.6 |
| Hex | DD | 56 | 77 | 0 | 3D | 2E | D | 159 | 43 | 3C |
| Octal | 335 | 126 | 167 | 0 | 75 | 56 | 15 | 531 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1110111 | 0 | 111101 | 101110 | 1101 | 101011001 | 1000011 | 111100 |
Color Harmonies of #DD5677
Complementary color
Monochromatic Colors of #DD5677
Black with #DD5677
Text Example
Text Example
White with #DD5677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5677; }
p { color: rgb(221,86,119); }
H1.HeaderClassName
{
color: #DD5677;
}
.AnyTagClassName
{
color: #DD5677;
}
</style>
background-color css
<style>
a { background-color: #DD5677; }
a { background-color: rgb(221,86,119); }
div.DivClassName
{
background-color: #DD5677;
}
.BgClassName
{
background-color: #DD5677;
}
</style>
border-color css
<style>
span { border-color: #DD5677; }
span { border-color: rgb(221,86,119); }
td.TdClassName
{
border-color: #DD5677;
}
.TagClassName
{
border-color: #DD5677;
}
</style>