Shades of Cranberry #DD5D74
Tints of Cranberry #DD5D74
RGB
CMYK
RGB Variations
Color information
#DD5D74 (or 0xDD5D74) is known color: Cranberry. HEX triplet: DD, 5D and 74. RGB value is (221,93,116). Sum of RGB (Red+Green+Blue) = 221+93+116=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D74 is #22A28B. Grayscale: #858585. Windows color (decimal): -2269836 or 7626205. OLE color: 7626205.
HSL color Cylindrical-coordinate representation of color #DD5D74: hue angle of 349.22º 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 #DD5D74 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 116 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.13 |
| HSL | 349.22º | 0.65% | 0.62% | - |
| HSV(B) | 349.22º | 0.58% | 0.87% | - |
| XYZ | 36.89 | 24.46 | 19.3 | - |
| YUV | 133.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 116 | 0 | 0.58 | 0.48 | 0.13 | 349.22 | 0.65 | 0.62 |
| Hex | DD | 5D | 74 | 0 | 3A | 30 | D | 15D | 41 | 3E |
| Octal | 335 | 135 | 164 | 0 | 72 | 60 | 15 | 535 | 101 | 76 |
| Binary | 11011101 | 1011101 | 1110100 | 0 | 111010 | 110000 | 1101 | 101011101 | 1000001 | 111110 |
Color Harmonies of #DD5D74
Complementary color
Monochromatic Colors of #DD5D74
Black with #DD5D74
Text Example
Text Example
White with #DD5D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D74; }
p { color: rgb(221,93,116); }
H1.HeaderClassName
{
color: #DD5D74;
}
.AnyTagClassName
{
color: #DD5D74;
}
</style>
background-color css
<style>
a { background-color: #DD5D74; }
a { background-color: rgb(221,93,116); }
div.DivClassName
{
background-color: #DD5D74;
}
.BgClassName
{
background-color: #DD5D74;
}
</style>
border-color css
<style>
span { border-color: #DD5D74; }
span { border-color: rgb(221,93,116); }
td.TdClassName
{
border-color: #DD5D74;
}
.TagClassName
{
border-color: #DD5D74;
}
</style>