Shades of Cranberry #DD5970
Tints of Cranberry #DD5970
RGB
CMYK
RGB Variations
Color information
#DD5970 (or 0xDD5970) is known color: Cranberry. HEX triplet: DD, 59 and 70. RGB value is (221,89,112). Sum of RGB (Red+Green+Blue) = 221+89+112=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5970 is #22A68F. Grayscale: #838383. Windows color (decimal): -2270864 or 7363037. OLE color: 7363037.
HSL color Cylindrical-coordinate representation of color #DD5970: hue angle of 349.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 #DD5970 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 112 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.13 |
| HSL | 349.55º | 0.66% | 0.61% | - |
| HSV(B) | 349.55º | 0.6% | 0.87% | - |
| XYZ | 36.32 | 23.69 | 17.99 | - |
| YUV | 131.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 112 | 0 | 0.60 | 0.49 | 0.13 | 349.55 | 0.66 | 0.61 |
| Hex | DD | 59 | 70 | 0 | 3C | 31 | D | 15E | 42 | 3D |
| Octal | 335 | 131 | 160 | 0 | 74 | 61 | 15 | 536 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1110000 | 0 | 111100 | 110001 | 1101 | 101011110 | 1000010 | 111101 |
Color Harmonies of #DD5970
Complementary color
Monochromatic Colors of #DD5970
Black with #DD5970
Text Example
Text Example
White with #DD5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5970; }
p { color: rgb(221,89,112); }
H1.HeaderClassName
{
color: #DD5970;
}
.AnyTagClassName
{
color: #DD5970;
}
</style>
background-color css
<style>
a { background-color: #DD5970; }
a { background-color: rgb(221,89,112); }
div.DivClassName
{
background-color: #DD5970;
}
.BgClassName
{
background-color: #DD5970;
}
</style>
border-color css
<style>
span { border-color: #DD5970; }
span { border-color: rgb(221,89,112); }
td.TdClassName
{
border-color: #DD5970;
}
.TagClassName
{
border-color: #DD5970;
}
</style>