Shades of Cranberry #DD5D7C
Tints of Cranberry #DD5D7C
RGB
CMYK
RGB Variations
Color information
#DD5D7C (or 0xDD5D7C) is known color: Cranberry. HEX triplet: DD, 5D and 7C. RGB value is (221,93,124). Sum of RGB (Red+Green+Blue) = 221+93+124=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D7C is #22A283. Grayscale: #868686. Windows color (decimal): -2269828 or 8150493. OLE color: 8150493.
HSL color Cylindrical-coordinate representation of color #DD5D7C: hue angle of 345.47º 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 #DD5D7C is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 124 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.13 |
| HSL | 345.47º | 0.65% | 0.62% | - |
| HSV(B) | 345.47º | 0.58% | 0.87% | - |
| XYZ | 37.37 | 24.66 | 21.86 | - |
| YUV | 134.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 124 | 0 | 0.58 | 0.44 | 0.13 | 345.47 | 0.65 | 0.62 |
| Hex | DD | 5D | 7C | 0 | 3A | 2C | D | 159 | 41 | 3E |
| Octal | 335 | 135 | 174 | 0 | 72 | 54 | 15 | 531 | 101 | 76 |
| Binary | 11011101 | 1011101 | 1111100 | 0 | 111010 | 101100 | 1101 | 101011001 | 1000001 | 111110 |
Color Harmonies of #DD5D7C
Complementary color
Monochromatic Colors of #DD5D7C
Black with #DD5D7C
Text Example
Text Example
White with #DD5D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D7C; }
p { color: rgb(221,93,124); }
H1.HeaderClassName
{
color: #DD5D7C;
}
.AnyTagClassName
{
color: #DD5D7C;
}
</style>
background-color css
<style>
a { background-color: #DD5D7C; }
a { background-color: rgb(221,93,124); }
div.DivClassName
{
background-color: #DD5D7C;
}
.BgClassName
{
background-color: #DD5D7C;
}
</style>
border-color css
<style>
span { border-color: #DD5D7C; }
span { border-color: rgb(221,93,124); }
td.TdClassName
{
border-color: #DD5D7C;
}
.TagClassName
{
border-color: #DD5D7C;
}
</style>