Shades of Cranberry #DB5F79
Tints of Cranberry #DB5F79
RGB
CMYK
RGB Variations
Color information
#DB5F79 (or 0xDB5F79) is known color: Cranberry. HEX triplet: DB, 5F and 79. RGB value is (219,95,121). Sum of RGB (Red+Green+Blue) = 219+95+121=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F79 is #24A086. Grayscale: #878787. Windows color (decimal): -2400391 or 7954395. OLE color: 7954395.
HSL color Cylindrical-coordinate representation of color #DB5F79: hue angle of 347.42º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F79 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 121 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.14 |
| HSL | 347.42º | 0.63% | 0.62% | - |
| HSV(B) | 347.42º | 0.57% | 0.86% | - |
| XYZ | 36.76 | 24.62 | 20.9 | - |
| YUV | 135.04 | 120.08 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 121 | 0 | 0.57 | 0.45 | 0.14 | 347.42 | 0.63 | 0.62 |
| Hex | DB | 5F | 79 | 0 | 39 | 2D | E | 15B | 3F | 3E |
| Octal | 333 | 137 | 171 | 0 | 71 | 55 | 16 | 533 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1111001 | 0 | 111001 | 101101 | 1110 | 101011011 | 111111 | 111110 |
Color Harmonies of #DB5F79
Complementary color
Monochromatic Colors of #DB5F79
Black with #DB5F79
Text Example
Text Example
White with #DB5F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F79; }
p { color: rgb(219,95,121); }
H1.HeaderClassName
{
color: #DB5F79;
}
.AnyTagClassName
{
color: #DB5F79;
}
</style>
background-color css
<style>
a { background-color: #DB5F79; }
a { background-color: rgb(219,95,121); }
div.DivClassName
{
background-color: #DB5F79;
}
.BgClassName
{
background-color: #DB5F79;
}
</style>
border-color css
<style>
span { border-color: #DB5F79; }
span { border-color: rgb(219,95,121); }
td.TdClassName
{
border-color: #DB5F79;
}
.TagClassName
{
border-color: #DB5F79;
}
</style>