Shades of Cranberry #DD477A
Tints of Cranberry #DD477A
RGB
CMYK
RGB Variations
Color information
#DD477A (or 0xDD477A) is known color: Cranberry. HEX triplet: DD, 47 and 7A. RGB value is (221,71,122). Sum of RGB (Red+Green+Blue) = 221+71+122=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD477A is #22B885. Grayscale: #797979. Windows color (decimal): -2275462 or 8013789. OLE color: 8013789.
HSL color Cylindrical-coordinate representation of color #DD477A: hue angle of 339.6º 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 #DD477A is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 122 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.13 |
| HSL | 339.6º | 0.69% | 0.57% | - |
| HSV(B) | 339.6º | 0.68% | 0.87% | - |
| XYZ | 35.58 | 21.28 | 20.65 | - |
| YUV | 121.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 122 | 0 | 0.68 | 0.45 | 0.13 | 339.6 | 0.69 | 0.57 |
| Hex | DD | 47 | 7A | 0 | 44 | 2D | D | 154 | 45 | 39 |
| Octal | 335 | 107 | 172 | 0 | 104 | 55 | 15 | 524 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1111010 | 0 | 1000100 | 101101 | 1101 | 101010100 | 1000101 | 111001 |
Color Harmonies of #DD477A
Complementary color
Monochromatic Colors of #DD477A
Black with #DD477A
Text Example
Text Example
White with #DD477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD477A; }
p { color: rgb(221,71,122); }
H1.HeaderClassName
{
color: #DD477A;
}
.AnyTagClassName
{
color: #DD477A;
}
</style>
background-color css
<style>
a { background-color: #DD477A; }
a { background-color: rgb(221,71,122); }
div.DivClassName
{
background-color: #DD477A;
}
.BgClassName
{
background-color: #DD477A;
}
</style>
border-color css
<style>
span { border-color: #DD477A; }
span { border-color: rgb(221,71,122); }
td.TdClassName
{
border-color: #DD477A;
}
.TagClassName
{
border-color: #DD477A;
}
</style>