Shades of Cranberry #DB5579
Tints of Cranberry #DB5579
RGB
CMYK
RGB Variations
Color information
#DB5579 (or 0xDB5579) is known color: Cranberry. HEX triplet: DB, 55 and 79. RGB value is (219,85,121). Sum of RGB (Red+Green+Blue) = 219+85+121=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5579 is #24AA86. Grayscale: #818181. Windows color (decimal): -2402951 or 7951835. OLE color: 7951835.
HSL color Cylindrical-coordinate representation of color #DB5579: hue angle of 343.88º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5579 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 121 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.14 |
| HSL | 343.88º | 0.65% | 0.6% | - |
| HSV(B) | 343.88º | 0.61% | 0.86% | - |
| XYZ | 35.91 | 22.94 | 20.62 | - |
| YUV | 129.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 121 | 0 | 0.61 | 0.45 | 0.14 | 343.88 | 0.65 | 0.6 |
| Hex | DB | 55 | 79 | 0 | 3D | 2D | E | 158 | 41 | 3C |
| Octal | 333 | 125 | 171 | 0 | 75 | 55 | 16 | 530 | 101 | 74 |
| Binary | 11011011 | 1010101 | 1111001 | 0 | 111101 | 101101 | 1110 | 101011000 | 1000001 | 111100 |
Color Harmonies of #DB5579
Complementary color
Monochromatic Colors of #DB5579
Black with #DB5579
Text Example
Text Example
White with #DB5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5579; }
p { color: rgb(219,85,121); }
H1.HeaderClassName
{
color: #DB5579;
}
.AnyTagClassName
{
color: #DB5579;
}
</style>
background-color css
<style>
a { background-color: #DB5579; }
a { background-color: rgb(219,85,121); }
div.DivClassName
{
background-color: #DB5579;
}
.BgClassName
{
background-color: #DB5579;
}
</style>
border-color css
<style>
span { border-color: #DB5579; }
span { border-color: rgb(219,85,121); }
td.TdClassName
{
border-color: #DB5579;
}
.TagClassName
{
border-color: #DB5579;
}
</style>