Shades of Cranberry #DD597B
Tints of Cranberry #DD597B
RGB
CMYK
RGB Variations
Color information
#DD597B (or 0xDD597B) is known color: Cranberry. HEX triplet: DD, 59 and 7B. RGB value is (221,89,123). Sum of RGB (Red+Green+Blue) = 221+89+123=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD597B is #22A684. Grayscale: #848484. Windows color (decimal): -2270853 or 8083933. OLE color: 8083933.
HSL color Cylindrical-coordinate representation of color #DD597B: hue angle of 344.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD597B is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 123 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.13 |
| HSL | 344.55º | 0.66% | 0.61% | - |
| HSV(B) | 344.55º | 0.6% | 0.87% | - |
| XYZ | 36.97 | 23.95 | 21.41 | - |
| YUV | 132.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 123 | 0 | 0.60 | 0.44 | 0.13 | 344.55 | 0.66 | 0.61 |
| Hex | DD | 59 | 7B | 0 | 3C | 2C | D | 159 | 42 | 3D |
| Octal | 335 | 131 | 173 | 0 | 74 | 54 | 15 | 531 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1111011 | 0 | 111100 | 101100 | 1101 | 101011001 | 1000010 | 111101 |
Color Harmonies of #DD597B
Complementary color
Monochromatic Colors of #DD597B
Black with #DD597B
Text Example
Text Example
White with #DD597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD597B; }
p { color: rgb(221,89,123); }
H1.HeaderClassName
{
color: #DD597B;
}
.AnyTagClassName
{
color: #DD597B;
}
</style>
background-color css
<style>
a { background-color: #DD597B; }
a { background-color: rgb(221,89,123); }
div.DivClassName
{
background-color: #DD597B;
}
.BgClassName
{
background-color: #DD597B;
}
</style>
border-color css
<style>
span { border-color: #DD597B; }
span { border-color: rgb(221,89,123); }
td.TdClassName
{
border-color: #DD597B;
}
.TagClassName
{
border-color: #DD597B;
}
</style>