Shades of Cranberry #DD5084
Tints of Cranberry #DD5084
RGB
CMYK
RGB Variations
Color information
#DD5084 (or 0xDD5084) is known color: Cranberry. HEX triplet: DD, 50 and 84. RGB value is (221,80,132). Sum of RGB (Red+Green+Blue) = 221+80+132=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5084 is #22AF7B. Grayscale: #808080. Windows color (decimal): -2273148 or 8671453. OLE color: 8671453.
HSL color Cylindrical-coordinate representation of color #DD5084: hue angle of 337.87º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5084 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 132 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.13 |
| HSL | 337.87º | 0.67% | 0.59% | - |
| HSV(B) | 337.87º | 0.64% | 0.87% | - |
| XYZ | 36.85 | 22.78 | 24.28 | - |
| YUV | 128.09 | 130.21 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 132 | 0 | 0.64 | 0.40 | 0.13 | 337.87 | 0.67 | 0.59 |
| Hex | DD | 50 | 84 | 0 | 40 | 28 | D | 152 | 43 | 3B |
| Octal | 335 | 120 | 204 | 0 | 100 | 50 | 15 | 522 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10000100 | 0 | 1000000 | 101000 | 1101 | 101010010 | 1000011 | 111011 |
Color Harmonies of #DD5084
Complementary color
Monochromatic Colors of #DD5084
Black with #DD5084
Text Example
Text Example
White with #DD5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5084; }
p { color: rgb(221,80,132); }
H1.HeaderClassName
{
color: #DD5084;
}
.AnyTagClassName
{
color: #DD5084;
}
</style>
background-color css
<style>
a { background-color: #DD5084; }
a { background-color: rgb(221,80,132); }
div.DivClassName
{
background-color: #DD5084;
}
.BgClassName
{
background-color: #DD5084;
}
</style>
border-color css
<style>
span { border-color: #DD5084; }
span { border-color: rgb(221,80,132); }
td.TdClassName
{
border-color: #DD5084;
}
.TagClassName
{
border-color: #DD5084;
}
</style>