Shades of Cranberry #DD4771
Tints of Cranberry #DD4771
RGB
CMYK
RGB Variations
Color information
#DD4771 (or 0xDD4771) is known color: Cranberry. HEX triplet: DD, 47 and 71. RGB value is (221,71,113). Sum of RGB (Red+Green+Blue) = 221+71+113=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4771 is #22B88E. Grayscale: #787878. Windows color (decimal): -2275471 or 7423965. OLE color: 7423965.
HSL color Cylindrical-coordinate representation of color #DD4771: hue angle of 343.2º 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 #DD4771 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 113 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.13 |
| HSL | 343.2º | 0.69% | 0.57% | - |
| HSV(B) | 343.2º | 0.68% | 0.87% | - |
| XYZ | 35.05 | 21.07 | 17.84 | - |
| YUV | 120.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 113 | 0 | 0.68 | 0.49 | 0.13 | 343.2 | 0.69 | 0.57 |
| Hex | DD | 47 | 71 | 0 | 44 | 31 | D | 157 | 45 | 39 |
| Octal | 335 | 107 | 161 | 0 | 104 | 61 | 15 | 527 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1110001 | 0 | 1000100 | 110001 | 1101 | 101010111 | 1000101 | 111001 |
Color Harmonies of #DD4771
Complementary color
Monochromatic Colors of #DD4771
Black with #DD4771
Text Example
Text Example
White with #DD4771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4771; }
p { color: rgb(221,71,113); }
H1.HeaderClassName
{
color: #DD4771;
}
.AnyTagClassName
{
color: #DD4771;
}
</style>
background-color css
<style>
a { background-color: #DD4771; }
a { background-color: rgb(221,71,113); }
div.DivClassName
{
background-color: #DD4771;
}
.BgClassName
{
background-color: #DD4771;
}
</style>
border-color css
<style>
span { border-color: #DD4771; }
span { border-color: rgb(221,71,113); }
td.TdClassName
{
border-color: #DD4771;
}
.TagClassName
{
border-color: #DD4771;
}
</style>