Shades of Cranberry #DD5076
Tints of Cranberry #DD5076
RGB
CMYK
RGB Variations
Color information
#DD5076 (or 0xDD5076) is known color: Cranberry. HEX triplet: DD, 50 and 76. RGB value is (221,80,118). Sum of RGB (Red+Green+Blue) = 221+80+118=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5076 is #22AF89. Grayscale: #7E7E7E. Windows color (decimal): -2273162 or 7753949. OLE color: 7753949.
HSL color Cylindrical-coordinate representation of color #DD5076: hue angle of 343.83º 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 #DD5076 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 118 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.13 |
| HSL | 343.83º | 0.67% | 0.59% | - |
| HSV(B) | 343.83º | 0.64% | 0.87% | - |
| XYZ | 35.96 | 22.42 | 19.57 | - |
| YUV | 126.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 118 | 0 | 0.64 | 0.47 | 0.13 | 343.83 | 0.67 | 0.59 |
| Hex | DD | 50 | 76 | 0 | 40 | 2F | D | 158 | 43 | 3B |
| Octal | 335 | 120 | 166 | 0 | 100 | 57 | 15 | 530 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1110110 | 0 | 1000000 | 101111 | 1101 | 101011000 | 1000011 | 111011 |
Color Harmonies of #DD5076
Complementary color
Monochromatic Colors of #DD5076
Black with #DD5076
Text Example
Text Example
White with #DD5076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5076; }
p { color: rgb(221,80,118); }
H1.HeaderClassName
{
color: #DD5076;
}
.AnyTagClassName
{
color: #DD5076;
}
</style>
background-color css
<style>
a { background-color: #DD5076; }
a { background-color: rgb(221,80,118); }
div.DivClassName
{
background-color: #DD5076;
}
.BgClassName
{
background-color: #DD5076;
}
</style>
border-color css
<style>
span { border-color: #DD5076; }
span { border-color: rgb(221,80,118); }
td.TdClassName
{
border-color: #DD5076;
}
.TagClassName
{
border-color: #DD5076;
}
</style>