Shades of Cranberry #DB5980
Tints of Cranberry #DB5980
RGB
CMYK
RGB Variations
Color information
#DB5980 (or 0xDB5980) is known color: Cranberry. HEX triplet: DB, 59 and 80. RGB value is (219,89,128). Sum of RGB (Red+Green+Blue) = 219+89+128=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5980 is #24A67F. Grayscale: #848484. Windows color (decimal): -2401920 or 8411611. OLE color: 8411611.
HSL color Cylindrical-coordinate representation of color #DB5980: hue angle of 342º 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 #DB5980 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 128 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.14 |
| HSL | 342º | 0.64% | 0.6% | - |
| HSV(B) | 342º | 0.59% | 0.86% | - |
| XYZ | 36.68 | 23.76 | 23.08 | - |
| YUV | 132.32 | 125.57 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 128 | 0 | 0.59 | 0.42 | 0.14 | 342 | 0.64 | 0.6 |
| Hex | DB | 59 | 80 | 0 | 3B | 2A | E | 156 | 40 | 3C |
| Octal | 333 | 131 | 200 | 0 | 73 | 52 | 16 | 526 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10000000 | 0 | 111011 | 101010 | 1110 | 101010110 | 1000000 | 111100 |
Color Harmonies of #DB5980
Complementary color
Monochromatic Colors of #DB5980
Black with #DB5980
Text Example
Text Example
White with #DB5980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5980; }
p { color: rgb(219,89,128); }
H1.HeaderClassName
{
color: #DB5980;
}
.AnyTagClassName
{
color: #DB5980;
}
</style>
background-color css
<style>
a { background-color: #DB5980; }
a { background-color: rgb(219,89,128); }
div.DivClassName
{
background-color: #DB5980;
}
.BgClassName
{
background-color: #DB5980;
}
</style>
border-color css
<style>
span { border-color: #DB5980; }
span { border-color: rgb(219,89,128); }
td.TdClassName
{
border-color: #DB5980;
}
.TagClassName
{
border-color: #DB5980;
}
</style>