Shades of Cranberry #DD5878
Tints of Cranberry #DD5878
RGB
CMYK
RGB Variations
Color information
#DD5878 (or 0xDD5878) is known color: Cranberry. HEX triplet: DD, 58 and 78. RGB value is (221,88,120). Sum of RGB (Red+Green+Blue) = 221+88+120=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5878 is #22A787. Grayscale: #838383. Windows color (decimal): -2271112 or 7887069. OLE color: 7887069.
HSL color Cylindrical-coordinate representation of color #DD5878: hue angle of 345.56º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5878 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 120 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.13 |
| HSL | 345.56º | 0.66% | 0.61% | - |
| HSV(B) | 345.56º | 0.6% | 0.87% | - |
| XYZ | 36.7 | 23.71 | 20.41 | - |
| YUV | 131.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 120 | 0 | 0.60 | 0.46 | 0.13 | 345.56 | 0.66 | 0.61 |
| Hex | DD | 58 | 78 | 0 | 3C | 2E | D | 15A | 42 | 3D |
| Octal | 335 | 130 | 170 | 0 | 74 | 56 | 15 | 532 | 102 | 75 |
| Binary | 11011101 | 1011000 | 1111000 | 0 | 111100 | 101110 | 1101 | 101011010 | 1000010 | 111101 |
Color Harmonies of #DD5878
Complementary color
Monochromatic Colors of #DD5878
Black with #DD5878
Text Example
Text Example
White with #DD5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5878; }
p { color: rgb(221,88,120); }
H1.HeaderClassName
{
color: #DD5878;
}
.AnyTagClassName
{
color: #DD5878;
}
</style>
background-color css
<style>
a { background-color: #DD5878; }
a { background-color: rgb(221,88,120); }
div.DivClassName
{
background-color: #DD5878;
}
.BgClassName
{
background-color: #DD5878;
}
</style>
border-color css
<style>
span { border-color: #DD5878; }
span { border-color: rgb(221,88,120); }
td.TdClassName
{
border-color: #DD5878;
}
.TagClassName
{
border-color: #DD5878;
}
</style>