Shades of Cranberry #DD4E72
Tints of Cranberry #DD4E72
RGB
CMYK
RGB Variations
Color information
#DD4E72 (or 0xDD4E72) is known color: Cranberry. HEX triplet: DD, 4E and 72. RGB value is (221,78,114). Sum of RGB (Red+Green+Blue) = 221+78+114=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E72 is #22B18D. Grayscale: #7C7C7C. Windows color (decimal): -2273678 or 7491293. OLE color: 7491293.
HSL color Cylindrical-coordinate representation of color #DD4E72: hue angle of 344.9º 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 #DD4E72 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 114 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.13 |
| HSL | 344.9º | 0.68% | 0.59% | - |
| HSV(B) | 344.9º | 0.65% | 0.87% | - |
| XYZ | 35.58 | 22.04 | 18.3 | - |
| YUV | 124.86 | 121.88 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 114 | 0 | 0.65 | 0.48 | 0.13 | 344.9 | 0.68 | 0.59 |
| Hex | DD | 4E | 72 | 0 | 41 | 30 | D | 159 | 44 | 3B |
| Octal | 335 | 116 | 162 | 0 | 101 | 60 | 15 | 531 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1110010 | 0 | 1000001 | 110000 | 1101 | 101011001 | 1000100 | 111011 |
Color Harmonies of #DD4E72
Complementary color
Monochromatic Colors of #DD4E72
Black with #DD4E72
Text Example
Text Example
White with #DD4E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E72; }
p { color: rgb(221,78,114); }
H1.HeaderClassName
{
color: #DD4E72;
}
.AnyTagClassName
{
color: #DD4E72;
}
</style>
background-color css
<style>
a { background-color: #DD4E72; }
a { background-color: rgb(221,78,114); }
div.DivClassName
{
background-color: #DD4E72;
}
.BgClassName
{
background-color: #DD4E72;
}
</style>
border-color css
<style>
span { border-color: #DD4E72; }
span { border-color: rgb(221,78,114); }
td.TdClassName
{
border-color: #DD4E72;
}
.TagClassName
{
border-color: #DD4E72;
}
</style>