Shades of Cranberry #DB5086
Tints of Cranberry #DB5086
RGB
CMYK
RGB Variations
Color information
#DB5086 (or 0xDB5086) is known color: Cranberry. HEX triplet: DB, 50 and 86. RGB value is (219,80,134). Sum of RGB (Red+Green+Blue) = 219+80+134=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5086 is #24AF79. Grayscale: #7F7F7F. Windows color (decimal): -2404218 or 8802523. OLE color: 8802523.
HSL color Cylindrical-coordinate representation of color #DB5086: hue angle of 336.69º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5086 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 134 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.14 |
| HSL | 336.69º | 0.66% | 0.59% | - |
| HSV(B) | 336.69º | 0.63% | 0.86% | - |
| XYZ | 36.39 | 22.52 | 24.98 | - |
| YUV | 127.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 134 | 0 | 0.63 | 0.39 | 0.14 | 336.69 | 0.66 | 0.59 |
| Hex | DB | 50 | 86 | 0 | 3F | 27 | E | 151 | 42 | 3B |
| Octal | 333 | 120 | 206 | 0 | 77 | 47 | 16 | 521 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10000110 | 0 | 111111 | 100111 | 1110 | 101010001 | 1000010 | 111011 |
Color Harmonies of #DB5086
Complementary color
Monochromatic Colors of #DB5086
Black with #DB5086
Text Example
Text Example
White with #DB5086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5086; }
p { color: rgb(219,80,134); }
H1.HeaderClassName
{
color: #DB5086;
}
.AnyTagClassName
{
color: #DB5086;
}
</style>
background-color css
<style>
a { background-color: #DB5086; }
a { background-color: rgb(219,80,134); }
div.DivClassName
{
background-color: #DB5086;
}
.BgClassName
{
background-color: #DB5086;
}
</style>
border-color css
<style>
span { border-color: #DB5086; }
span { border-color: rgb(219,80,134); }
td.TdClassName
{
border-color: #DB5086;
}
.TagClassName
{
border-color: #DB5086;
}
</style>