Shades of Cranberry #DD5077
Tints of Cranberry #DD5077
RGB
CMYK
RGB Variations
Color information
#DD5077 (or 0xDD5077) is known color: Cranberry. HEX triplet: DD, 50 and 77. RGB value is (221,80,119). Sum of RGB (Red+Green+Blue) = 221+80+119=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5077 is #22AF88. Grayscale: #7E7E7E. Windows color (decimal): -2273161 or 7819485. OLE color: 7819485.
HSL color Cylindrical-coordinate representation of color #DD5077: hue angle of 343.4º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5077 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 119 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.13 |
| HSL | 343.4º | 0.67% | 0.59% | - |
| HSV(B) | 343.4º | 0.64% | 0.87% | - |
| XYZ | 36.02 | 22.44 | 19.89 | - |
| YUV | 126.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 119 | 0 | 0.64 | 0.46 | 0.13 | 343.4 | 0.67 | 0.59 |
| Hex | DD | 50 | 77 | 0 | 40 | 2E | D | 157 | 43 | 3B |
| Octal | 335 | 120 | 167 | 0 | 100 | 56 | 15 | 527 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1110111 | 0 | 1000000 | 101110 | 1101 | 101010111 | 1000011 | 111011 |
Color Harmonies of #DD5077
Complementary color
Monochromatic Colors of #DD5077
Black with #DD5077
Text Example
Text Example
White with #DD5077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5077; }
p { color: rgb(221,80,119); }
H1.HeaderClassName
{
color: #DD5077;
}
.AnyTagClassName
{
color: #DD5077;
}
</style>
background-color css
<style>
a { background-color: #DD5077; }
a { background-color: rgb(221,80,119); }
div.DivClassName
{
background-color: #DD5077;
}
.BgClassName
{
background-color: #DD5077;
}
</style>
border-color css
<style>
span { border-color: #DD5077; }
span { border-color: rgb(221,80,119); }
td.TdClassName
{
border-color: #DD5077;
}
.TagClassName
{
border-color: #DD5077;
}
</style>