Shades of Cranberry #DD4E84
Tints of Cranberry #DD4E84
RGB
CMYK
RGB Variations
Color information
#DD4E84 (or 0xDD4E84) is known color: Cranberry. HEX triplet: DD, 4E and 84. RGB value is (221,78,132). Sum of RGB (Red+Green+Blue) = 221+78+132=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4E84 is #22B17B. Grayscale: #7E7E7E. Windows color (decimal): -2273660 or 8670941. OLE color: 8670941.
HSL color Cylindrical-coordinate representation of color #DD4E84: hue angle of 337.34º 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 #DD4E84 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 132 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.13 |
| HSL | 337.34º | 0.68% | 0.59% | - |
| HSV(B) | 337.34º | 0.65% | 0.87% | - |
| XYZ | 36.71 | 22.49 | 24.24 | - |
| YUV | 126.91 | 130.88 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 132 | 0 | 0.65 | 0.40 | 0.13 | 337.34 | 0.68 | 0.59 |
| Hex | DD | 4E | 84 | 0 | 41 | 28 | D | 151 | 44 | 3B |
| Octal | 335 | 116 | 204 | 0 | 101 | 50 | 15 | 521 | 104 | 73 |
| Binary | 11011101 | 1001110 | 10000100 | 0 | 1000001 | 101000 | 1101 | 101010001 | 1000100 | 111011 |
Color Harmonies of #DD4E84
Complementary color
Monochromatic Colors of #DD4E84
Black with #DD4E84
Text Example
Text Example
White with #DD4E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E84; }
p { color: rgb(221,78,132); }
H1.HeaderClassName
{
color: #DD4E84;
}
.AnyTagClassName
{
color: #DD4E84;
}
</style>
background-color css
<style>
a { background-color: #DD4E84; }
a { background-color: rgb(221,78,132); }
div.DivClassName
{
background-color: #DD4E84;
}
.BgClassName
{
background-color: #DD4E84;
}
</style>
border-color css
<style>
span { border-color: #DD4E84; }
span { border-color: rgb(221,78,132); }
td.TdClassName
{
border-color: #DD4E84;
}
.TagClassName
{
border-color: #DD4E84;
}
</style>