Shades of Cranberry #DD5279
Tints of Cranberry #DD5279
RGB
CMYK
RGB Variations
Color information
#DD5279 (or 0xDD5279) is known color: Cranberry. HEX triplet: DD, 52 and 79. RGB value is (221,82,121). Sum of RGB (Red+Green+Blue) = 221+82+121=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5279 is #22AD86. Grayscale: #7F7F7F. Windows color (decimal): -2272647 or 7951069. OLE color: 7951069.
HSL color Cylindrical-coordinate representation of color #DD5279: hue angle of 343.17º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5279 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 121 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.13 |
| HSL | 343.17º | 0.67% | 0.59% | - |
| HSV(B) | 343.17º | 0.63% | 0.87% | - |
| XYZ | 36.29 | 22.79 | 20.57 | - |
| YUV | 128.01 | 124.05 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 121 | 0 | 0.63 | 0.45 | 0.13 | 343.17 | 0.67 | 0.59 |
| Hex | DD | 52 | 79 | 0 | 3F | 2D | D | 157 | 43 | 3B |
| Octal | 335 | 122 | 171 | 0 | 77 | 55 | 15 | 527 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1111001 | 0 | 111111 | 101101 | 1101 | 101010111 | 1000011 | 111011 |
Color Harmonies of #DD5279
Complementary color
Monochromatic Colors of #DD5279
Black with #DD5279
Text Example
Text Example
White with #DD5279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5279; }
p { color: rgb(221,82,121); }
H1.HeaderClassName
{
color: #DD5279;
}
.AnyTagClassName
{
color: #DD5279;
}
</style>
background-color css
<style>
a { background-color: #DD5279; }
a { background-color: rgb(221,82,121); }
div.DivClassName
{
background-color: #DD5279;
}
.BgClassName
{
background-color: #DD5279;
}
</style>
border-color css
<style>
span { border-color: #DD5279; }
span { border-color: rgb(221,82,121); }
td.TdClassName
{
border-color: #DD5279;
}
.TagClassName
{
border-color: #DD5279;
}
</style>