Shades of Cranberry #DD476D
Tints of Cranberry #DD476D
RGB
CMYK
RGB Variations
Color information
#DD476D (or 0xDD476D) is known color: Cranberry. HEX triplet: DD, 47 and 6D. RGB value is (221,71,109). Sum of RGB (Red+Green+Blue) = 221+71+109=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD476D is #22B892. Grayscale: #787878. Windows color (decimal): -2275475 or 7161821. OLE color: 7161821.
HSL color Cylindrical-coordinate representation of color #DD476D: hue angle of 344.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 #DD476D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 109 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.13 |
| HSL | 344.8º | 0.69% | 0.57% | - |
| HSV(B) | 344.8º | 0.68% | 0.87% | - |
| XYZ | 34.83 | 20.98 | 16.68 | - |
| YUV | 120.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 109 | 0 | 0.68 | 0.51 | 0.13 | 344.8 | 0.69 | 0.57 |
| Hex | DD | 47 | 6D | 0 | 44 | 33 | D | 159 | 45 | 39 |
| Octal | 335 | 107 | 155 | 0 | 104 | 63 | 15 | 531 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1101101 | 0 | 1000100 | 110011 | 1101 | 101011001 | 1000101 | 111001 |
Color Harmonies of #DD476D
Complementary color
Monochromatic Colors of #DD476D
Black with #DD476D
Text Example
Text Example
White with #DD476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD476D; }
p { color: rgb(221,71,109); }
H1.HeaderClassName
{
color: #DD476D;
}
.AnyTagClassName
{
color: #DD476D;
}
</style>
background-color css
<style>
a { background-color: #DD476D; }
a { background-color: rgb(221,71,109); }
div.DivClassName
{
background-color: #DD476D;
}
.BgClassName
{
background-color: #DD476D;
}
</style>
border-color css
<style>
span { border-color: #DD476D; }
span { border-color: rgb(221,71,109); }
td.TdClassName
{
border-color: #DD476D;
}
.TagClassName
{
border-color: #DD476D;
}
</style>