Shades of Cranberry #DD5778
Tints of Cranberry #DD5778
RGB
CMYK
RGB Variations
Color information
#DD5778 (or 0xDD5778) is known color: Cranberry. HEX triplet: DD, 57 and 78. RGB value is (221,87,120). Sum of RGB (Red+Green+Blue) = 221+87+120=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5778 is #22A887. Grayscale: #828282. Windows color (decimal): -2271368 or 7886813. OLE color: 7886813.
HSL color Cylindrical-coordinate representation of color #DD5778: hue angle of 345.22º degrees, saturation: 0.66, 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 #DD5778 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 120 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.13 |
| HSL | 345.22º | 0.66% | 0.6% | - |
| HSV(B) | 345.22º | 0.61% | 0.87% | - |
| XYZ | 36.62 | 23.54 | 20.38 | - |
| YUV | 130.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 120 | 0 | 0.61 | 0.46 | 0.13 | 345.22 | 0.66 | 0.6 |
| Hex | DD | 57 | 78 | 0 | 3D | 2E | D | 159 | 42 | 3C |
| Octal | 335 | 127 | 170 | 0 | 75 | 56 | 15 | 531 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1111000 | 0 | 111101 | 101110 | 1101 | 101011001 | 1000010 | 111100 |
Color Harmonies of #DD5778
Complementary color
Monochromatic Colors of #DD5778
Black with #DD5778
Text Example
Text Example
White with #DD5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5778; }
p { color: rgb(221,87,120); }
H1.HeaderClassName
{
color: #DD5778;
}
.AnyTagClassName
{
color: #DD5778;
}
</style>
background-color css
<style>
a { background-color: #DD5778; }
a { background-color: rgb(221,87,120); }
div.DivClassName
{
background-color: #DD5778;
}
.BgClassName
{
background-color: #DD5778;
}
</style>
border-color css
<style>
span { border-color: #DD5778; }
span { border-color: rgb(221,87,120); }
td.TdClassName
{
border-color: #DD5778;
}
.TagClassName
{
border-color: #DD5778;
}
</style>