Shades of Cranberry #DD477F
Tints of Cranberry #DD477F
RGB
CMYK
RGB Variations
Color information
#DD477F (or 0xDD477F) is known color: Cranberry. HEX triplet: DD, 47 and 7F. RGB value is (221,71,127). Sum of RGB (Red+Green+Blue) = 221+71+127=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD477F is #22B880. Grayscale: #7A7A7A. Windows color (decimal): -2275457 or 8341469. OLE color: 8341469.
HSL color Cylindrical-coordinate representation of color #DD477F: hue angle of 337.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 #DD477F is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 127 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.13 |
| HSL | 337.6º | 0.69% | 0.57% | - |
| HSV(B) | 337.6º | 0.68% | 0.87% | - |
| XYZ | 35.9 | 21.41 | 22.32 | - |
| YUV | 122.23 | 130.7 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 127 | 0 | 0.68 | 0.43 | 0.13 | 337.6 | 0.69 | 0.57 |
| Hex | DD | 47 | 7F | 0 | 44 | 2B | D | 152 | 45 | 39 |
| Octal | 335 | 107 | 177 | 0 | 104 | 53 | 15 | 522 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1111111 | 0 | 1000100 | 101011 | 1101 | 101010010 | 1000101 | 111001 |
Color Harmonies of #DD477F
Complementary color
Monochromatic Colors of #DD477F
Black with #DD477F
Text Example
Text Example
White with #DD477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD477F; }
p { color: rgb(221,71,127); }
H1.HeaderClassName
{
color: #DD477F;
}
.AnyTagClassName
{
color: #DD477F;
}
</style>
background-color css
<style>
a { background-color: #DD477F; }
a { background-color: rgb(221,71,127); }
div.DivClassName
{
background-color: #DD477F;
}
.BgClassName
{
background-color: #DD477F;
}
</style>
border-color css
<style>
span { border-color: #DD477F; }
span { border-color: rgb(221,71,127); }
td.TdClassName
{
border-color: #DD477F;
}
.TagClassName
{
border-color: #DD477F;
}
</style>