Shades of Cranberry #DD4777
Tints of Cranberry #DD4777
RGB
CMYK
RGB Variations
Color information
#DD4777 (or 0xDD4777) is known color: Cranberry. HEX triplet: DD, 47 and 77. RGB value is (221,71,119). Sum of RGB (Red+Green+Blue) = 221+71+119=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4777 is #22B888. Grayscale: #797979. Windows color (decimal): -2275465 or 7817181. OLE color: 7817181.
HSL color Cylindrical-coordinate representation of color #DD4777: hue angle of 340.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4777 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 119 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.13 |
| HSL | 340.8º | 0.69% | 0.57% | - |
| HSV(B) | 340.8º | 0.68% | 0.87% | - |
| XYZ | 35.4 | 21.21 | 19.68 | - |
| YUV | 121.32 | 126.7 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 119 | 0 | 0.68 | 0.46 | 0.13 | 340.8 | 0.69 | 0.57 |
| Hex | DD | 47 | 77 | 0 | 44 | 2E | D | 155 | 45 | 39 |
| Octal | 335 | 107 | 167 | 0 | 104 | 56 | 15 | 525 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1110111 | 0 | 1000100 | 101110 | 1101 | 101010101 | 1000101 | 111001 |
Color Harmonies of #DD4777
Complementary color
Monochromatic Colors of #DD4777
Black with #DD4777
Text Example
Text Example
White with #DD4777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4777; }
p { color: rgb(221,71,119); }
H1.HeaderClassName
{
color: #DD4777;
}
.AnyTagClassName
{
color: #DD4777;
}
</style>
background-color css
<style>
a { background-color: #DD4777; }
a { background-color: rgb(221,71,119); }
div.DivClassName
{
background-color: #DD4777;
}
.BgClassName
{
background-color: #DD4777;
}
</style>
border-color css
<style>
span { border-color: #DD4777; }
span { border-color: rgb(221,71,119); }
td.TdClassName
{
border-color: #DD4777;
}
.TagClassName
{
border-color: #DD4777;
}
</style>