Shades of Cranberry #DB5880
Tints of Cranberry #DB5880
RGB
CMYK
RGB Variations
Color information
#DB5880 (or 0xDB5880) is known color: Cranberry. HEX triplet: DB, 58 and 80. RGB value is (219,88,128). Sum of RGB (Red+Green+Blue) = 219+88+128=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5880 is #24A77F. Grayscale: #838383. Windows color (decimal): -2402176 or 8411355. OLE color: 8411355.
HSL color Cylindrical-coordinate representation of color #DB5880: hue angle of 341.68º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5880 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 128 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.14 |
| HSL | 341.68º | 0.65% | 0.6% | - |
| HSV(B) | 341.68º | 0.6% | 0.86% | - |
| XYZ | 36.6 | 23.6 | 23.05 | - |
| YUV | 131.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 128 | 0 | 0.60 | 0.42 | 0.14 | 341.68 | 0.65 | 0.6 |
| Hex | DB | 58 | 80 | 0 | 3C | 2A | E | 156 | 41 | 3C |
| Octal | 333 | 130 | 200 | 0 | 74 | 52 | 16 | 526 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10000000 | 0 | 111100 | 101010 | 1110 | 101010110 | 1000001 | 111100 |
Color Harmonies of #DB5880
Complementary color
Monochromatic Colors of #DB5880
Black with #DB5880
Text Example
Text Example
White with #DB5880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5880; }
p { color: rgb(219,88,128); }
H1.HeaderClassName
{
color: #DB5880;
}
.AnyTagClassName
{
color: #DB5880;
}
</style>
background-color css
<style>
a { background-color: #DB5880; }
a { background-color: rgb(219,88,128); }
div.DivClassName
{
background-color: #DB5880;
}
.BgClassName
{
background-color: #DB5880;
}
</style>
border-color css
<style>
span { border-color: #DB5880; }
span { border-color: rgb(219,88,128); }
td.TdClassName
{
border-color: #DB5880;
}
.TagClassName
{
border-color: #DB5880;
}
</style>