Shades of Cranberry #DD5670
Tints of Cranberry #DD5670
RGB
CMYK
RGB Variations
Color information
#DD5670 (or 0xDD5670) is known color: Cranberry. HEX triplet: DD, 56 and 70. RGB value is (221,86,112). Sum of RGB (Red+Green+Blue) = 221+86+112=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5670 is #22A98F. Grayscale: #818181. Windows color (decimal): -2271632 or 7362269. OLE color: 7362269.
HSL color Cylindrical-coordinate representation of color #DD5670: hue angle of 348.44º 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 #DD5670 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 112 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.13 |
| HSL | 348.44º | 0.67% | 0.6% | - |
| HSV(B) | 348.44º | 0.61% | 0.87% | - |
| XYZ | 36.07 | 23.2 | 17.91 | - |
| YUV | 129.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 112 | 0 | 0.61 | 0.49 | 0.13 | 348.44 | 0.67 | 0.6 |
| Hex | DD | 56 | 70 | 0 | 3D | 31 | D | 15C | 43 | 3C |
| Octal | 335 | 126 | 160 | 0 | 75 | 61 | 15 | 534 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1110000 | 0 | 111101 | 110001 | 1101 | 101011100 | 1000011 | 111100 |
Color Harmonies of #DD5670
Complementary color
Monochromatic Colors of #DD5670
Black with #DD5670
Text Example
Text Example
White with #DD5670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5670; }
p { color: rgb(221,86,112); }
H1.HeaderClassName
{
color: #DD5670;
}
.AnyTagClassName
{
color: #DD5670;
}
</style>
background-color css
<style>
a { background-color: #DD5670; }
a { background-color: rgb(221,86,112); }
div.DivClassName
{
background-color: #DD5670;
}
.BgClassName
{
background-color: #DD5670;
}
</style>
border-color css
<style>
span { border-color: #DD5670; }
span { border-color: rgb(221,86,112); }
td.TdClassName
{
border-color: #DD5670;
}
.TagClassName
{
border-color: #DD5670;
}
</style>