Shades of Cranberry #DD5770
Tints of Cranberry #DD5770
RGB
CMYK
RGB Variations
Color information
#DD5770 (or 0xDD5770) is known color: Cranberry. HEX triplet: DD, 57 and 70. RGB value is (221,87,112). Sum of RGB (Red+Green+Blue) = 221+87+112=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5770 is #22A88F. Grayscale: #818181. Windows color (decimal): -2271376 or 7362525. OLE color: 7362525.
HSL color Cylindrical-coordinate representation of color #DD5770: hue angle of 348.81º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5770 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 112 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.13 |
| HSL | 348.81º | 0.66% | 0.6% | - |
| HSV(B) | 348.81º | 0.61% | 0.87% | - |
| XYZ | 36.15 | 23.36 | 17.93 | - |
| YUV | 129.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 112 | 0 | 0.61 | 0.49 | 0.13 | 348.81 | 0.66 | 0.6 |
| Hex | DD | 57 | 70 | 0 | 3D | 31 | D | 15D | 42 | 3C |
| Octal | 335 | 127 | 160 | 0 | 75 | 61 | 15 | 535 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1110000 | 0 | 111101 | 110001 | 1101 | 101011101 | 1000010 | 111100 |
Color Harmonies of #DD5770
Complementary color
Monochromatic Colors of #DD5770
Black with #DD5770
Text Example
Text Example
White with #DD5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5770; }
p { color: rgb(221,87,112); }
H1.HeaderClassName
{
color: #DD5770;
}
.AnyTagClassName
{
color: #DD5770;
}
</style>
background-color css
<style>
a { background-color: #DD5770; }
a { background-color: rgb(221,87,112); }
div.DivClassName
{
background-color: #DD5770;
}
.BgClassName
{
background-color: #DD5770;
}
</style>
border-color css
<style>
span { border-color: #DD5770; }
span { border-color: rgb(221,87,112); }
td.TdClassName
{
border-color: #DD5770;
}
.TagClassName
{
border-color: #DD5770;
}
</style>