Shades of Cranberry #DD4477
Tints of Cranberry #DD4477
RGB
CMYK
RGB Variations
Color information
#DD4477 (or 0xDD4477) is known color: Cranberry. HEX triplet: DD, 44 and 77. RGB value is (221,68,119). Sum of RGB (Red+Green+Blue) = 221+68+119=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4477 is #22BB88. Grayscale: #777777. Windows color (decimal): -2276233 or 7816413. OLE color: 7816413.
HSL color Cylindrical-coordinate representation of color #DD4477: hue angle of 340º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4477 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 119 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.13 |
| HSL | 340º | 0.69% | 0.57% | - |
| HSV(B) | 340º | 0.69% | 0.87% | - |
| XYZ | 35.22 | 20.84 | 19.62 | - |
| YUV | 119.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 119 | 0 | 0.69 | 0.46 | 0.13 | 340 | 0.69 | 0.57 |
| Hex | DD | 44 | 77 | 0 | 45 | 2E | D | 154 | 45 | 39 |
| Octal | 335 | 104 | 167 | 0 | 105 | 56 | 15 | 524 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1110111 | 0 | 1000101 | 101110 | 1101 | 101010100 | 1000101 | 111001 |
Color Harmonies of #DD4477
Complementary color
Monochromatic Colors of #DD4477
Black with #DD4477
Text Example
Text Example
White with #DD4477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4477; }
p { color: rgb(221,68,119); }
H1.HeaderClassName
{
color: #DD4477;
}
.AnyTagClassName
{
color: #DD4477;
}
</style>
background-color css
<style>
a { background-color: #DD4477; }
a { background-color: rgb(221,68,119); }
div.DivClassName
{
background-color: #DD4477;
}
.BgClassName
{
background-color: #DD4477;
}
</style>
border-color css
<style>
span { border-color: #DD4477; }
span { border-color: rgb(221,68,119); }
td.TdClassName
{
border-color: #DD4477;
}
.TagClassName
{
border-color: #DD4477;
}
</style>