Shades of Cranberry #DD4870
Tints of Cranberry #DD4870
RGB
CMYK
RGB Variations
Color information
#DD4870 (or 0xDD4870) is known color: Cranberry. HEX triplet: DD, 48 and 70. RGB value is (221,72,112). Sum of RGB (Red+Green+Blue) = 221+72+112=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4870 is #22B78F. Grayscale: #797979. Windows color (decimal): -2275216 or 7358685. OLE color: 7358685.
HSL color Cylindrical-coordinate representation of color #DD4870: hue angle of 343.89º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4870 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 112 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.13 |
| HSL | 343.89º | 0.69% | 0.57% | - |
| HSV(B) | 343.89º | 0.67% | 0.87% | - |
| XYZ | 35.06 | 21.18 | 17.57 | - |
| YUV | 121.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 112 | 0 | 0.67 | 0.49 | 0.13 | 343.89 | 0.69 | 0.57 |
| Hex | DD | 48 | 70 | 0 | 43 | 31 | D | 158 | 45 | 39 |
| Octal | 335 | 110 | 160 | 0 | 103 | 61 | 15 | 530 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1110000 | 0 | 1000011 | 110001 | 1101 | 101011000 | 1000101 | 111001 |
Color Harmonies of #DD4870
Complementary color
Monochromatic Colors of #DD4870
Black with #DD4870
Text Example
Text Example
White with #DD4870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4870; }
p { color: rgb(221,72,112); }
H1.HeaderClassName
{
color: #DD4870;
}
.AnyTagClassName
{
color: #DD4870;
}
</style>
background-color css
<style>
a { background-color: #DD4870; }
a { background-color: rgb(221,72,112); }
div.DivClassName
{
background-color: #DD4870;
}
.BgClassName
{
background-color: #DD4870;
}
</style>
border-color css
<style>
span { border-color: #DD4870; }
span { border-color: rgb(221,72,112); }
td.TdClassName
{
border-color: #DD4870;
}
.TagClassName
{
border-color: #DD4870;
}
</style>