Shades of Cranberry #DD477D
Tints of Cranberry #DD477D
RGB
CMYK
RGB Variations
Color information
#DD477D (or 0xDD477D) is known color: Cranberry. HEX triplet: DD, 47 and 7D. RGB value is (221,71,125). Sum of RGB (Red+Green+Blue) = 221+71+125=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD477D is #22B882. Grayscale: #797979. Windows color (decimal): -2275459 or 8210397. OLE color: 8210397.
HSL color Cylindrical-coordinate representation of color #DD477D: hue angle of 338.4º 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 #DD477D is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 125 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.13 |
| HSL | 338.4º | 0.69% | 0.57% | - |
| HSV(B) | 338.4º | 0.68% | 0.87% | - |
| XYZ | 35.77 | 21.36 | 21.64 | - |
| YUV | 122.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 125 | 0 | 0.68 | 0.43 | 0.13 | 338.4 | 0.69 | 0.57 |
| Hex | DD | 47 | 7D | 0 | 44 | 2B | D | 152 | 45 | 39 |
| Octal | 335 | 107 | 175 | 0 | 104 | 53 | 15 | 522 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1111101 | 0 | 1000100 | 101011 | 1101 | 101010010 | 1000101 | 111001 |
Color Harmonies of #DD477D
Complementary color
Monochromatic Colors of #DD477D
Black with #DD477D
Text Example
Text Example
White with #DD477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD477D; }
p { color: rgb(221,71,125); }
H1.HeaderClassName
{
color: #DD477D;
}
.AnyTagClassName
{
color: #DD477D;
}
</style>
background-color css
<style>
a { background-color: #DD477D; }
a { background-color: rgb(221,71,125); }
div.DivClassName
{
background-color: #DD477D;
}
.BgClassName
{
background-color: #DD477D;
}
</style>
border-color css
<style>
span { border-color: #DD477D; }
span { border-color: rgb(221,71,125); }
td.TdClassName
{
border-color: #DD477D;
}
.TagClassName
{
border-color: #DD477D;
}
</style>