Shades of Cranberry #DD5473
Tints of Cranberry #DD5473
RGB
CMYK
RGB Variations
Color information
#DD5473 (or 0xDD5473) is known color: Cranberry. HEX triplet: DD, 54 and 73. RGB value is (221,84,115). Sum of RGB (Red+Green+Blue) = 221+84+115=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5473 is #22AB8C. Grayscale: #808080. Windows color (decimal): -2272141 or 7558365. OLE color: 7558365.
HSL color Cylindrical-coordinate representation of color #DD5473: hue angle of 346.42º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5473 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 115 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.13 |
| HSL | 346.42º | 0.67% | 0.6% | - |
| HSV(B) | 346.42º | 0.62% | 0.87% | - |
| XYZ | 36.08 | 22.95 | 18.75 | - |
| YUV | 128.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 115 | 0 | 0.62 | 0.48 | 0.13 | 346.42 | 0.67 | 0.6 |
| Hex | DD | 54 | 73 | 0 | 3E | 30 | D | 15A | 43 | 3C |
| Octal | 335 | 124 | 163 | 0 | 76 | 60 | 15 | 532 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1110011 | 0 | 111110 | 110000 | 1101 | 101011010 | 1000011 | 111100 |
Color Harmonies of #DD5473
Complementary color
Monochromatic Colors of #DD5473
Black with #DD5473
Text Example
Text Example
White with #DD5473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5473; }
p { color: rgb(221,84,115); }
H1.HeaderClassName
{
color: #DD5473;
}
.AnyTagClassName
{
color: #DD5473;
}
</style>
background-color css
<style>
a { background-color: #DD5473; }
a { background-color: rgb(221,84,115); }
div.DivClassName
{
background-color: #DD5473;
}
.BgClassName
{
background-color: #DD5473;
}
</style>
border-color css
<style>
span { border-color: #DD5473; }
span { border-color: rgb(221,84,115); }
td.TdClassName
{
border-color: #DD5473;
}
.TagClassName
{
border-color: #DD5473;
}
</style>