Shades of Cranberry #DD5873
Tints of Cranberry #DD5873
RGB
CMYK
RGB Variations
Color information
#DD5873 (or 0xDD5873) is known color: Cranberry. HEX triplet: DD, 58 and 73. RGB value is (221,88,115). Sum of RGB (Red+Green+Blue) = 221+88+115=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5873 is #22A78C. Grayscale: #828282. Windows color (decimal): -2271117 or 7559389. OLE color: 7559389.
HSL color Cylindrical-coordinate representation of color #DD5873: hue angle of 347.82º 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 #DD5873 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 115 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.13 |
| HSL | 347.82º | 0.66% | 0.61% | - |
| HSV(B) | 347.82º | 0.6% | 0.87% | - |
| XYZ | 36.4 | 23.59 | 18.85 | - |
| YUV | 130.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 115 | 0 | 0.60 | 0.48 | 0.13 | 347.82 | 0.66 | 0.61 |
| Hex | DD | 58 | 73 | 0 | 3C | 30 | D | 15C | 42 | 3D |
| Octal | 335 | 130 | 163 | 0 | 74 | 60 | 15 | 534 | 102 | 75 |
| Binary | 11011101 | 1011000 | 1110011 | 0 | 111100 | 110000 | 1101 | 101011100 | 1000010 | 111101 |
Color Harmonies of #DD5873
Complementary color
Monochromatic Colors of #DD5873
Black with #DD5873
Text Example
Text Example
White with #DD5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5873; }
p { color: rgb(221,88,115); }
H1.HeaderClassName
{
color: #DD5873;
}
.AnyTagClassName
{
color: #DD5873;
}
</style>
background-color css
<style>
a { background-color: #DD5873; }
a { background-color: rgb(221,88,115); }
div.DivClassName
{
background-color: #DD5873;
}
.BgClassName
{
background-color: #DD5873;
}
</style>
border-color css
<style>
span { border-color: #DD5873; }
span { border-color: rgb(221,88,115); }
td.TdClassName
{
border-color: #DD5873;
}
.TagClassName
{
border-color: #DD5873;
}
</style>