Shades of Cranberry #DD476B
Tints of Cranberry #DD476B
RGB
CMYK
RGB Variations
Color information
#DD476B (or 0xDD476B) is known color: Cranberry. HEX triplet: DD, 47 and 6B. RGB value is (221,71,107). Sum of RGB (Red+Green+Blue) = 221+71+107=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD476B is #22B894. Grayscale: #777777. Windows color (decimal): -2275477 or 7030749. OLE color: 7030749.
HSL color Cylindrical-coordinate representation of color #DD476B: hue angle of 345.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 #DD476B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 107 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.13 |
| HSL | 345.6º | 0.69% | 0.57% | - |
| HSV(B) | 345.6º | 0.68% | 0.87% | - |
| XYZ | 34.73 | 20.94 | 16.12 | - |
| YUV | 119.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 107 | 0 | 0.68 | 0.52 | 0.13 | 345.6 | 0.69 | 0.57 |
| Hex | DD | 47 | 6B | 0 | 44 | 34 | D | 15A | 45 | 39 |
| Octal | 335 | 107 | 153 | 0 | 104 | 64 | 15 | 532 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1101011 | 0 | 1000100 | 110100 | 1101 | 101011010 | 1000101 | 111001 |
Color Harmonies of #DD476B
Complementary color
Monochromatic Colors of #DD476B
Black with #DD476B
Text Example
Text Example
White with #DD476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD476B; }
p { color: rgb(221,71,107); }
H1.HeaderClassName
{
color: #DD476B;
}
.AnyTagClassName
{
color: #DD476B;
}
</style>
background-color css
<style>
a { background-color: #DD476B; }
a { background-color: rgb(221,71,107); }
div.DivClassName
{
background-color: #DD476B;
}
.BgClassName
{
background-color: #DD476B;
}
</style>
border-color css
<style>
span { border-color: #DD476B; }
span { border-color: rgb(221,71,107); }
td.TdClassName
{
border-color: #DD476B;
}
.TagClassName
{
border-color: #DD476B;
}
</style>