Shades of Cranberry #DD5676
Tints of Cranberry #DD5676
RGB
CMYK
RGB Variations
Color information
#DD5676 (or 0xDD5676) is known color: Cranberry. HEX triplet: DD, 56 and 76. RGB value is (221,86,118). Sum of RGB (Red+Green+Blue) = 221+86+118=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5676 is #22A989. Grayscale: #828282. Windows color (decimal): -2271626 or 7755485. OLE color: 7755485.
HSL color Cylindrical-coordinate representation of color #DD5676: hue angle of 345.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5676 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 118 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.13 |
| HSL | 345.78º | 0.67% | 0.6% | - |
| HSV(B) | 345.78º | 0.61% | 0.87% | - |
| XYZ | 36.42 | 23.34 | 19.72 | - |
| YUV | 130.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 118 | 0 | 0.61 | 0.47 | 0.13 | 345.78 | 0.67 | 0.6 |
| Hex | DD | 56 | 76 | 0 | 3D | 2F | D | 15A | 43 | 3C |
| Octal | 335 | 126 | 166 | 0 | 75 | 57 | 15 | 532 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1110110 | 0 | 111101 | 101111 | 1101 | 101011010 | 1000011 | 111100 |
Color Harmonies of #DD5676
Complementary color
Monochromatic Colors of #DD5676
Black with #DD5676
Text Example
Text Example
White with #DD5676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5676; }
p { color: rgb(221,86,118); }
H1.HeaderClassName
{
color: #DD5676;
}
.AnyTagClassName
{
color: #DD5676;
}
</style>
background-color css
<style>
a { background-color: #DD5676; }
a { background-color: rgb(221,86,118); }
div.DivClassName
{
background-color: #DD5676;
}
.BgClassName
{
background-color: #DD5676;
}
</style>
border-color css
<style>
span { border-color: #DD5676; }
span { border-color: rgb(221,86,118); }
td.TdClassName
{
border-color: #DD5676;
}
.TagClassName
{
border-color: #DD5676;
}
</style>