Shades of Cranberry #DD5E77
Tints of Cranberry #DD5E77
RGB
CMYK
RGB Variations
Color information
#DD5E77 (or 0xDD5E77) is known color: Cranberry. HEX triplet: DD, 5E and 77. RGB value is (221,94,119). Sum of RGB (Red+Green+Blue) = 221+94+119=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E77 is #22A188. Grayscale: #868686. Windows color (decimal): -2269577 or 7823069. OLE color: 7823069.
HSL color Cylindrical-coordinate representation of color #DD5E77: hue angle of 348.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5E77 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 119 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.13 |
| HSL | 348.19º | 0.65% | 0.62% | - |
| HSV(B) | 348.19º | 0.57% | 0.87% | - |
| XYZ | 37.15 | 24.71 | 20.26 | - |
| YUV | 134.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 119 | 0 | 0.57 | 0.46 | 0.13 | 348.19 | 0.65 | 0.62 |
| Hex | DD | 5E | 77 | 0 | 39 | 2E | D | 15C | 41 | 3E |
| Octal | 335 | 136 | 167 | 0 | 71 | 56 | 15 | 534 | 101 | 76 |
| Binary | 11011101 | 1011110 | 1110111 | 0 | 111001 | 101110 | 1101 | 101011100 | 1000001 | 111110 |
Color Harmonies of #DD5E77
Complementary color
Monochromatic Colors of #DD5E77
Black with #DD5E77
Text Example
Text Example
White with #DD5E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E77; }
p { color: rgb(221,94,119); }
H1.HeaderClassName
{
color: #DD5E77;
}
.AnyTagClassName
{
color: #DD5E77;
}
</style>
background-color css
<style>
a { background-color: #DD5E77; }
a { background-color: rgb(221,94,119); }
div.DivClassName
{
background-color: #DD5E77;
}
.BgClassName
{
background-color: #DD5E77;
}
</style>
border-color css
<style>
span { border-color: #DD5E77; }
span { border-color: rgb(221,94,119); }
td.TdClassName
{
border-color: #DD5E77;
}
.TagClassName
{
border-color: #DD5E77;
}
</style>