Shades of Cranberry #DD5D79
Tints of Cranberry #DD5D79
RGB
CMYK
RGB Variations
Color information
#DD5D79 (or 0xDD5D79) is known color: Cranberry. HEX triplet: DD, 5D and 79. RGB value is (221,93,121). Sum of RGB (Red+Green+Blue) = 221+93+121=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D79 is #22A286. Grayscale: #868686. Windows color (decimal): -2269831 or 7953885. OLE color: 7953885.
HSL color Cylindrical-coordinate representation of color #DD5D79: hue angle of 346.88º 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 #DD5D79 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 121 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.13 |
| HSL | 346.88º | 0.65% | 0.62% | - |
| HSV(B) | 346.88º | 0.58% | 0.87% | - |
| XYZ | 37.18 | 24.58 | 20.87 | - |
| YUV | 134.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 121 | 0 | 0.58 | 0.45 | 0.13 | 346.88 | 0.65 | 0.62 |
| Hex | DD | 5D | 79 | 0 | 3A | 2D | D | 15B | 41 | 3E |
| Octal | 335 | 135 | 171 | 0 | 72 | 55 | 15 | 533 | 101 | 76 |
| Binary | 11011101 | 1011101 | 1111001 | 0 | 111010 | 101101 | 1101 | 101011011 | 1000001 | 111110 |
Color Harmonies of #DD5D79
Complementary color
Monochromatic Colors of #DD5D79
Black with #DD5D79
Text Example
Text Example
White with #DD5D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D79; }
p { color: rgb(221,93,121); }
H1.HeaderClassName
{
color: #DD5D79;
}
.AnyTagClassName
{
color: #DD5D79;
}
</style>
background-color css
<style>
a { background-color: #DD5D79; }
a { background-color: rgb(221,93,121); }
div.DivClassName
{
background-color: #DD5D79;
}
.BgClassName
{
background-color: #DD5D79;
}
</style>
border-color css
<style>
span { border-color: #DD5D79; }
span { border-color: rgb(221,93,121); }
td.TdClassName
{
border-color: #DD5D79;
}
.TagClassName
{
border-color: #DD5D79;
}
</style>