Shades of Cranberry #DB597C
Tints of Cranberry #DB597C
RGB
CMYK
RGB Variations
Color information
#DB597C (or 0xDB597C) is known color: Cranberry. HEX triplet: DB, 59 and 7C. RGB value is (219,89,124). Sum of RGB (Red+Green+Blue) = 219+89+124=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB597C is #24A683. Grayscale: #838383. Windows color (decimal): -2401924 or 8149467. OLE color: 8149467.
HSL color Cylindrical-coordinate representation of color #DB597C: hue angle of 343.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB597C is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 124 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.14 |
| HSL | 343.85º | 0.64% | 0.6% | - |
| HSV(B) | 343.85º | 0.59% | 0.86% | - |
| XYZ | 36.42 | 23.66 | 21.72 | - |
| YUV | 131.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 124 | 0 | 0.59 | 0.43 | 0.14 | 343.85 | 0.64 | 0.6 |
| Hex | DB | 59 | 7C | 0 | 3B | 2B | E | 158 | 40 | 3C |
| Octal | 333 | 131 | 174 | 0 | 73 | 53 | 16 | 530 | 100 | 74 |
| Binary | 11011011 | 1011001 | 1111100 | 0 | 111011 | 101011 | 1110 | 101011000 | 1000000 | 111100 |
Color Harmonies of #DB597C
Complementary color
Monochromatic Colors of #DB597C
Black with #DB597C
Text Example
Text Example
White with #DB597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB597C; }
p { color: rgb(219,89,124); }
H1.HeaderClassName
{
color: #DB597C;
}
.AnyTagClassName
{
color: #DB597C;
}
</style>
background-color css
<style>
a { background-color: #DB597C; }
a { background-color: rgb(219,89,124); }
div.DivClassName
{
background-color: #DB597C;
}
.BgClassName
{
background-color: #DB597C;
}
</style>
border-color css
<style>
span { border-color: #DB597C; }
span { border-color: rgb(219,89,124); }
td.TdClassName
{
border-color: #DB597C;
}
.TagClassName
{
border-color: #DB597C;
}
</style>