Shades of Cranberry #DD4A77
Tints of Cranberry #DD4A77
RGB
CMYK
RGB Variations
Color information
#DD4A77 (or 0xDD4A77) is known color: Cranberry. HEX triplet: DD, 4A and 77. RGB value is (221,74,119). Sum of RGB (Red+Green+Blue) = 221+74+119=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A77 is #22B588. Grayscale: #7B7B7B. Windows color (decimal): -2274697 or 7817949. OLE color: 7817949.
HSL color Cylindrical-coordinate representation of color #DD4A77: hue angle of 341.63º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4A77 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 119 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.13 |
| HSL | 341.63º | 0.68% | 0.58% | - |
| HSV(B) | 341.63º | 0.67% | 0.87% | - |
| XYZ | 35.6 | 21.6 | 19.75 | - |
| YUV | 123.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 119 | 0 | 0.67 | 0.46 | 0.13 | 341.63 | 0.68 | 0.58 |
| Hex | DD | 4A | 77 | 0 | 43 | 2E | D | 156 | 44 | 3A |
| Octal | 335 | 112 | 167 | 0 | 103 | 56 | 15 | 526 | 104 | 72 |
| Binary | 11011101 | 1001010 | 1110111 | 0 | 1000011 | 101110 | 1101 | 101010110 | 1000100 | 111010 |
Color Harmonies of #DD4A77
Complementary color
Monochromatic Colors of #DD4A77
Black with #DD4A77
Text Example
Text Example
White with #DD4A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A77; }
p { color: rgb(221,74,119); }
H1.HeaderClassName
{
color: #DD4A77;
}
.AnyTagClassName
{
color: #DD4A77;
}
</style>
background-color css
<style>
a { background-color: #DD4A77; }
a { background-color: rgb(221,74,119); }
div.DivClassName
{
background-color: #DD4A77;
}
.BgClassName
{
background-color: #DD4A77;
}
</style>
border-color css
<style>
span { border-color: #DD4A77; }
span { border-color: rgb(221,74,119); }
td.TdClassName
{
border-color: #DD4A77;
}
.TagClassName
{
border-color: #DD4A77;
}
</style>