Shades of Cranberry #DD5978
Tints of Cranberry #DD5978
RGB
CMYK
RGB Variations
Color information
#DD5978 (or 0xDD5978) is known color: Cranberry. HEX triplet: DD, 59 and 78. RGB value is (221,89,120). Sum of RGB (Red+Green+Blue) = 221+89+120=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5978 is #22A687. Grayscale: #848484. Windows color (decimal): -2270856 or 7887325. OLE color: 7887325.
HSL color Cylindrical-coordinate representation of color #DD5978: hue angle of 345.91º 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 #DD5978 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 120 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.13 |
| HSL | 345.91º | 0.66% | 0.61% | - |
| HSV(B) | 345.91º | 0.6% | 0.87% | - |
| XYZ | 36.78 | 23.87 | 20.44 | - |
| YUV | 132 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 120 | 0 | 0.60 | 0.46 | 0.13 | 345.91 | 0.66 | 0.61 |
| Hex | DD | 59 | 78 | 0 | 3C | 2E | D | 15A | 42 | 3D |
| Octal | 335 | 131 | 170 | 0 | 74 | 56 | 15 | 532 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1111000 | 0 | 111100 | 101110 | 1101 | 101011010 | 1000010 | 111101 |
Color Harmonies of #DD5978
Complementary color
Monochromatic Colors of #DD5978
Black with #DD5978
Text Example
Text Example
White with #DD5978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5978; }
p { color: rgb(221,89,120); }
H1.HeaderClassName
{
color: #DD5978;
}
.AnyTagClassName
{
color: #DD5978;
}
</style>
background-color css
<style>
a { background-color: #DD5978; }
a { background-color: rgb(221,89,120); }
div.DivClassName
{
background-color: #DD5978;
}
.BgClassName
{
background-color: #DD5978;
}
</style>
border-color css
<style>
span { border-color: #DD5978; }
span { border-color: rgb(221,89,120); }
td.TdClassName
{
border-color: #DD5978;
}
.TagClassName
{
border-color: #DD5978;
}
</style>