Shades of Cranberry #DD5870
Tints of Cranberry #DD5870
RGB
CMYK
RGB Variations
Color information
#DD5870 (or 0xDD5870) is known color: Cranberry. HEX triplet: DD, 58 and 70. RGB value is (221,88,112). Sum of RGB (Red+Green+Blue) = 221+88+112=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5870 is #22A78F. Grayscale: #828282. Windows color (decimal): -2271120 or 7362781. OLE color: 7362781.
HSL color Cylindrical-coordinate representation of color #DD5870: hue angle of 349.17º 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 #DD5870 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 112 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.13 |
| HSL | 349.17º | 0.66% | 0.61% | - |
| HSV(B) | 349.17º | 0.6% | 0.87% | - |
| XYZ | 36.23 | 23.52 | 17.96 | - |
| YUV | 130.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 112 | 0 | 0.60 | 0.49 | 0.13 | 349.17 | 0.66 | 0.61 |
| Hex | DD | 58 | 70 | 0 | 3C | 31 | D | 15D | 42 | 3D |
| Octal | 335 | 130 | 160 | 0 | 74 | 61 | 15 | 535 | 102 | 75 |
| Binary | 11011101 | 1011000 | 1110000 | 0 | 111100 | 110001 | 1101 | 101011101 | 1000010 | 111101 |
Color Harmonies of #DD5870
Complementary color
Monochromatic Colors of #DD5870
Black with #DD5870
Text Example
Text Example
White with #DD5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5870; }
p { color: rgb(221,88,112); }
H1.HeaderClassName
{
color: #DD5870;
}
.AnyTagClassName
{
color: #DD5870;
}
</style>
background-color css
<style>
a { background-color: #DD5870; }
a { background-color: rgb(221,88,112); }
div.DivClassName
{
background-color: #DD5870;
}
.BgClassName
{
background-color: #DD5870;
}
</style>
border-color css
<style>
span { border-color: #DD5870; }
span { border-color: rgb(221,88,112); }
td.TdClassName
{
border-color: #DD5870;
}
.TagClassName
{
border-color: #DD5870;
}
</style>