Shades of Cranberry #DD5578
Tints of Cranberry #DD5578
RGB
CMYK
RGB Variations
Color information
#DD5578 (or 0xDD5578) is known color: Cranberry. HEX triplet: DD, 55 and 78. RGB value is (221,85,120). Sum of RGB (Red+Green+Blue) = 221+85+120=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5578 is #22AA87. Grayscale: #818181. Windows color (decimal): -2271880 or 7886301. OLE color: 7886301.
HSL color Cylindrical-coordinate representation of color #DD5578: hue angle of 344.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5578 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 120 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.13 |
| HSL | 344.56º | 0.67% | 0.6% | - |
| HSV(B) | 344.56º | 0.62% | 0.87% | - |
| XYZ | 36.46 | 23.23 | 20.33 | - |
| YUV | 129.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 120 | 0 | 0.62 | 0.46 | 0.13 | 344.56 | 0.67 | 0.6 |
| Hex | DD | 55 | 78 | 0 | 3E | 2E | D | 159 | 43 | 3C |
| Octal | 335 | 125 | 170 | 0 | 76 | 56 | 15 | 531 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1111000 | 0 | 111110 | 101110 | 1101 | 101011001 | 1000011 | 111100 |
Color Harmonies of #DD5578
Complementary color
Monochromatic Colors of #DD5578
Black with #DD5578
Text Example
Text Example
White with #DD5578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5578; }
p { color: rgb(221,85,120); }
H1.HeaderClassName
{
color: #DD5578;
}
.AnyTagClassName
{
color: #DD5578;
}
</style>
background-color css
<style>
a { background-color: #DD5578; }
a { background-color: rgb(221,85,120); }
div.DivClassName
{
background-color: #DD5578;
}
.BgClassName
{
background-color: #DD5578;
}
</style>
border-color css
<style>
span { border-color: #DD5578; }
span { border-color: rgb(221,85,120); }
td.TdClassName
{
border-color: #DD5578;
}
.TagClassName
{
border-color: #DD5578;
}
</style>