Shades of Cranberry #DD4E70
Tints of Cranberry #DD4E70
RGB
CMYK
RGB Variations
Color information
#DD4E70 (or 0xDD4E70) is known color: Cranberry. HEX triplet: DD, 4E and 70. RGB value is (221,78,112). Sum of RGB (Red+Green+Blue) = 221+78+112=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E70 is #22B18F. Grayscale: #7C7C7C. Windows color (decimal): -2273680 or 7360221. OLE color: 7360221.
HSL color Cylindrical-coordinate representation of color #DD4E70: hue angle of 345.73º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E70 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 112 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.13 |
| HSL | 345.73º | 0.68% | 0.59% | - |
| HSV(B) | 345.73º | 0.65% | 0.87% | - |
| XYZ | 35.47 | 21.99 | 17.7 | - |
| YUV | 124.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 112 | 0 | 0.65 | 0.49 | 0.13 | 345.73 | 0.68 | 0.59 |
| Hex | DD | 4E | 70 | 0 | 41 | 31 | D | 15A | 44 | 3B |
| Octal | 335 | 116 | 160 | 0 | 101 | 61 | 15 | 532 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1110000 | 0 | 1000001 | 110001 | 1101 | 101011010 | 1000100 | 111011 |
Color Harmonies of #DD4E70
Complementary color
Monochromatic Colors of #DD4E70
Black with #DD4E70
Text Example
Text Example
White with #DD4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E70; }
p { color: rgb(221,78,112); }
H1.HeaderClassName
{
color: #DD4E70;
}
.AnyTagClassName
{
color: #DD4E70;
}
</style>
background-color css
<style>
a { background-color: #DD4E70; }
a { background-color: rgb(221,78,112); }
div.DivClassName
{
background-color: #DD4E70;
}
.BgClassName
{
background-color: #DD4E70;
}
</style>
border-color css
<style>
span { border-color: #DD4E70; }
span { border-color: rgb(221,78,112); }
td.TdClassName
{
border-color: #DD4E70;
}
.TagClassName
{
border-color: #DD4E70;
}
</style>