Shades of Cranberry #DB597B
Tints of Cranberry #DB597B
RGB
CMYK
RGB Variations
Color information
#DB597B (or 0xDB597B) is known color: Cranberry. HEX triplet: DB, 59 and 7B. RGB value is (219,89,123). Sum of RGB (Red+Green+Blue) = 219+89+123=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB597B is #24A684. Grayscale: #838383. Windows color (decimal): -2401925 or 8083931. OLE color: 8083931.
HSL color Cylindrical-coordinate representation of color #DB597B: hue angle of 344.31º 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 #DB597B is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 123 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.14 |
| HSL | 344.31º | 0.64% | 0.6% | - |
| HSV(B) | 344.31º | 0.59% | 0.86% | - |
| XYZ | 36.36 | 23.63 | 21.38 | - |
| YUV | 131.75 | 123.07 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 123 | 0 | 0.59 | 0.44 | 0.14 | 344.31 | 0.64 | 0.6 |
| Hex | DB | 59 | 7B | 0 | 3B | 2C | E | 158 | 40 | 3C |
| Octal | 333 | 131 | 173 | 0 | 73 | 54 | 16 | 530 | 100 | 74 |
| Binary | 11011011 | 1011001 | 1111011 | 0 | 111011 | 101100 | 1110 | 101011000 | 1000000 | 111100 |
Color Harmonies of #DB597B
Complementary color
Monochromatic Colors of #DB597B
Black with #DB597B
Text Example
Text Example
White with #DB597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB597B; }
p { color: rgb(219,89,123); }
H1.HeaderClassName
{
color: #DB597B;
}
.AnyTagClassName
{
color: #DB597B;
}
</style>
background-color css
<style>
a { background-color: #DB597B; }
a { background-color: rgb(219,89,123); }
div.DivClassName
{
background-color: #DB597B;
}
.BgClassName
{
background-color: #DB597B;
}
</style>
border-color css
<style>
span { border-color: #DB597B; }
span { border-color: rgb(219,89,123); }
td.TdClassName
{
border-color: #DB597B;
}
.TagClassName
{
border-color: #DB597B;
}
</style>