Shades of Cranberry #DD5373
Tints of Cranberry #DD5373
RGB
CMYK
RGB Variations
Color information
#DD5373 (or 0xDD5373) is known color: Cranberry. HEX triplet: DD, 53 and 73. RGB value is (221,83,115). Sum of RGB (Red+Green+Blue) = 221+83+115=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5373 is #22AC8C. Grayscale: #7F7F7F. Windows color (decimal): -2272397 or 7558109. OLE color: 7558109.
HSL color Cylindrical-coordinate representation of color #DD5373: hue angle of 346.09º 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 #DD5373 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 115 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.13 |
| HSL | 346.09º | 0.67% | 0.6% | - |
| HSV(B) | 346.09º | 0.62% | 0.87% | - |
| XYZ | 36.01 | 22.8 | 18.72 | - |
| YUV | 127.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 115 | 0 | 0.62 | 0.48 | 0.13 | 346.09 | 0.67 | 0.6 |
| Hex | DD | 53 | 73 | 0 | 3E | 30 | D | 15A | 43 | 3C |
| Octal | 335 | 123 | 163 | 0 | 76 | 60 | 15 | 532 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1110011 | 0 | 111110 | 110000 | 1101 | 101011010 | 1000011 | 111100 |
Color Harmonies of #DD5373
Complementary color
Monochromatic Colors of #DD5373
Black with #DD5373
Text Example
Text Example
White with #DD5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5373; }
p { color: rgb(221,83,115); }
H1.HeaderClassName
{
color: #DD5373;
}
.AnyTagClassName
{
color: #DD5373;
}
</style>
background-color css
<style>
a { background-color: #DD5373; }
a { background-color: rgb(221,83,115); }
div.DivClassName
{
background-color: #DD5373;
}
.BgClassName
{
background-color: #DD5373;
}
</style>
border-color css
<style>
span { border-color: #DD5373; }
span { border-color: rgb(221,83,115); }
td.TdClassName
{
border-color: #DD5373;
}
.TagClassName
{
border-color: #DD5373;
}
</style>