Shades of Cranberry #DD5379
Tints of Cranberry #DD5379
RGB
CMYK
RGB Variations
Color information
#DD5379 (or 0xDD5379) is known color: Cranberry. HEX triplet: DD, 53 and 79. RGB value is (221,83,121). Sum of RGB (Red+Green+Blue) = 221+83+121=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5379 is #22AC86. Grayscale: #808080. Windows color (decimal): -2272391 or 7951325. OLE color: 7951325.
HSL color Cylindrical-coordinate representation of color #DD5379: hue angle of 343.48º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5379 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 121 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.13 |
| HSL | 343.48º | 0.67% | 0.6% | - |
| HSV(B) | 343.48º | 0.62% | 0.87% | - |
| XYZ | 36.36 | 22.94 | 20.6 | - |
| YUV | 128.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 121 | 0 | 0.62 | 0.45 | 0.13 | 343.48 | 0.67 | 0.6 |
| Hex | DD | 53 | 79 | 0 | 3E | 2D | D | 157 | 43 | 3C |
| Octal | 335 | 123 | 171 | 0 | 76 | 55 | 15 | 527 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1111001 | 0 | 111110 | 101101 | 1101 | 101010111 | 1000011 | 111100 |
Color Harmonies of #DD5379
Complementary color
Monochromatic Colors of #DD5379
Black with #DD5379
Text Example
Text Example
White with #DD5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5379; }
p { color: rgb(221,83,121); }
H1.HeaderClassName
{
color: #DD5379;
}
.AnyTagClassName
{
color: #DD5379;
}
</style>
background-color css
<style>
a { background-color: #DD5379; }
a { background-color: rgb(221,83,121); }
div.DivClassName
{
background-color: #DD5379;
}
.BgClassName
{
background-color: #DD5379;
}
</style>
border-color css
<style>
span { border-color: #DD5379; }
span { border-color: rgb(221,83,121); }
td.TdClassName
{
border-color: #DD5379;
}
.TagClassName
{
border-color: #DD5379;
}
</style>