Shades of Cranberry #DD5D73
Tints of Cranberry #DD5D73
RGB
CMYK
RGB Variations
Color information
#DD5D73 (or 0xDD5D73) is known color: Cranberry. HEX triplet: DD, 5D and 73. RGB value is (221,93,115). Sum of RGB (Red+Green+Blue) = 221+93+115=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D73 is #22A28C. Grayscale: #858585. Windows color (decimal): -2269837 or 7560669. OLE color: 7560669.
HSL color Cylindrical-coordinate representation of color #DD5D73: hue angle of 349.69º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5D73 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 115 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.13 |
| HSL | 349.69º | 0.65% | 0.62% | - |
| HSV(B) | 349.69º | 0.58% | 0.87% | - |
| XYZ | 36.83 | 24.44 | 19 | - |
| YUV | 133.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 115 | 0 | 0.58 | 0.48 | 0.13 | 349.69 | 0.65 | 0.62 |
| Hex | DD | 5D | 73 | 0 | 3A | 30 | D | 15E | 41 | 3E |
| Octal | 335 | 135 | 163 | 0 | 72 | 60 | 15 | 536 | 101 | 76 |
| Binary | 11011101 | 1011101 | 1110011 | 0 | 111010 | 110000 | 1101 | 101011110 | 1000001 | 111110 |
Color Harmonies of #DD5D73
Complementary color
Monochromatic Colors of #DD5D73
Black with #DD5D73
Text Example
Text Example
White with #DD5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D73; }
p { color: rgb(221,93,115); }
H1.HeaderClassName
{
color: #DD5D73;
}
.AnyTagClassName
{
color: #DD5D73;
}
</style>
background-color css
<style>
a { background-color: #DD5D73; }
a { background-color: rgb(221,93,115); }
div.DivClassName
{
background-color: #DD5D73;
}
.BgClassName
{
background-color: #DD5D73;
}
</style>
border-color css
<style>
span { border-color: #DD5D73; }
span { border-color: rgb(221,93,115); }
td.TdClassName
{
border-color: #DD5D73;
}
.TagClassName
{
border-color: #DD5D73;
}
</style>