Shades of Cranberry #DB5981
Tints of Cranberry #DB5981
RGB
CMYK
RGB Variations
Color information
#DB5981 (or 0xDB5981) is known color: Cranberry. HEX triplet: DB, 59 and 81. RGB value is (219,89,129). Sum of RGB (Red+Green+Blue) = 219+89+129=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5981 is #24A67E. Grayscale: #848484. Windows color (decimal): -2401919 or 8477147. OLE color: 8477147.
HSL color Cylindrical-coordinate representation of color #DB5981: hue angle of 341.54º 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 #DB5981 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 129 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.14 |
| HSL | 341.54º | 0.64% | 0.6% | - |
| HSV(B) | 341.54º | 0.59% | 0.86% | - |
| XYZ | 36.75 | 23.79 | 23.42 | - |
| YUV | 132.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 129 | 0 | 0.59 | 0.41 | 0.14 | 341.54 | 0.64 | 0.6 |
| Hex | DB | 59 | 81 | 0 | 3B | 29 | E | 156 | 40 | 3C |
| Octal | 333 | 131 | 201 | 0 | 73 | 51 | 16 | 526 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10000001 | 0 | 111011 | 101001 | 1110 | 101010110 | 1000000 | 111100 |
Color Harmonies of #DB5981
Complementary color
Monochromatic Colors of #DB5981
Black with #DB5981
Text Example
Text Example
White with #DB5981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5981; }
p { color: rgb(219,89,129); }
H1.HeaderClassName
{
color: #DB5981;
}
.AnyTagClassName
{
color: #DB5981;
}
</style>
background-color css
<style>
a { background-color: #DB5981; }
a { background-color: rgb(219,89,129); }
div.DivClassName
{
background-color: #DB5981;
}
.BgClassName
{
background-color: #DB5981;
}
</style>
border-color css
<style>
span { border-color: #DB5981; }
span { border-color: rgb(219,89,129); }
td.TdClassName
{
border-color: #DB5981;
}
.TagClassName
{
border-color: #DB5981;
}
</style>