Shades of Cranberry #DD5277
Tints of Cranberry #DD5277
RGB
CMYK
RGB Variations
Color information
#DD5277 (or 0xDD5277) is known color: Cranberry. HEX triplet: DD, 52 and 77. RGB value is (221,82,119). Sum of RGB (Red+Green+Blue) = 221+82+119=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5277 is #22AD88. Grayscale: #7F7F7F. Windows color (decimal): -2272649 or 7819997. OLE color: 7819997.
HSL color Cylindrical-coordinate representation of color #DD5277: hue angle of 344.03º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5277 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 119 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.13 |
| HSL | 344.03º | 0.67% | 0.59% | - |
| HSV(B) | 344.03º | 0.63% | 0.87% | - |
| XYZ | 36.17 | 22.74 | 19.94 | - |
| YUV | 127.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 119 | 0 | 0.63 | 0.46 | 0.13 | 344.03 | 0.67 | 0.59 |
| Hex | DD | 52 | 77 | 0 | 3F | 2E | D | 158 | 43 | 3B |
| Octal | 335 | 122 | 167 | 0 | 77 | 56 | 15 | 530 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1110111 | 0 | 111111 | 101110 | 1101 | 101011000 | 1000011 | 111011 |
Color Harmonies of #DD5277
Complementary color
Monochromatic Colors of #DD5277
Black with #DD5277
Text Example
Text Example
White with #DD5277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5277; }
p { color: rgb(221,82,119); }
H1.HeaderClassName
{
color: #DD5277;
}
.AnyTagClassName
{
color: #DD5277;
}
</style>
background-color css
<style>
a { background-color: #DD5277; }
a { background-color: rgb(221,82,119); }
div.DivClassName
{
background-color: #DD5277;
}
.BgClassName
{
background-color: #DD5277;
}
</style>
border-color css
<style>
span { border-color: #DD5277; }
span { border-color: rgb(221,82,119); }
td.TdClassName
{
border-color: #DD5277;
}
.TagClassName
{
border-color: #DD5277;
}
</style>