Shades of Cranberry #DD5973
Tints of Cranberry #DD5973
RGB
CMYK
RGB Variations
Color information
#DD5973 (or 0xDD5973) is known color: Cranberry. HEX triplet: DD, 59 and 73. RGB value is (221,89,115). Sum of RGB (Red+Green+Blue) = 221+89+115=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5973 is #22A68C. Grayscale: #838383. Windows color (decimal): -2270861 or 7559645. OLE color: 7559645.
HSL color Cylindrical-coordinate representation of color #DD5973: hue angle of 348.18º 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 #DD5973 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 115 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.13 |
| HSL | 348.18º | 0.66% | 0.61% | - |
| HSV(B) | 348.18º | 0.6% | 0.87% | - |
| XYZ | 36.49 | 23.75 | 18.88 | - |
| YUV | 131.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 115 | 0 | 0.60 | 0.48 | 0.13 | 348.18 | 0.66 | 0.61 |
| Hex | DD | 59 | 73 | 0 | 3C | 30 | D | 15C | 42 | 3D |
| Octal | 335 | 131 | 163 | 0 | 74 | 60 | 15 | 534 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1110011 | 0 | 111100 | 110000 | 1101 | 101011100 | 1000010 | 111101 |
Color Harmonies of #DD5973
Complementary color
Monochromatic Colors of #DD5973
Black with #DD5973
Text Example
Text Example
White with #DD5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5973; }
p { color: rgb(221,89,115); }
H1.HeaderClassName
{
color: #DD5973;
}
.AnyTagClassName
{
color: #DD5973;
}
</style>
background-color css
<style>
a { background-color: #DD5973; }
a { background-color: rgb(221,89,115); }
div.DivClassName
{
background-color: #DD5973;
}
.BgClassName
{
background-color: #DD5973;
}
</style>
border-color css
<style>
span { border-color: #DD5973; }
span { border-color: rgb(221,89,115); }
td.TdClassName
{
border-color: #DD5973;
}
.TagClassName
{
border-color: #DD5973;
}
</style>