Shades of Cranberry #DB5186
Tints of Cranberry #DB5186
RGB
CMYK
RGB Variations
Color information
#DB5186 (or 0xDB5186) is known color: Cranberry. HEX triplet: DB, 51 and 86. RGB value is (219,81,134). Sum of RGB (Red+Green+Blue) = 219+81+134=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5186 is #24AE79. Grayscale: #808080. Windows color (decimal): -2403962 or 8802779. OLE color: 8802779.
HSL color Cylindrical-coordinate representation of color #DB5186: hue angle of 336.96º 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 #DB5186 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 134 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.14 |
| HSL | 336.96º | 0.66% | 0.59% | - |
| HSV(B) | 336.96º | 0.63% | 0.86% | - |
| XYZ | 36.46 | 22.67 | 25.01 | - |
| YUV | 128.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 134 | 0 | 0.63 | 0.39 | 0.14 | 336.96 | 0.66 | 0.59 |
| Hex | DB | 51 | 86 | 0 | 3F | 27 | E | 151 | 42 | 3B |
| Octal | 333 | 121 | 206 | 0 | 77 | 47 | 16 | 521 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10000110 | 0 | 111111 | 100111 | 1110 | 101010001 | 1000010 | 111011 |
Color Harmonies of #DB5186
Complementary color
Monochromatic Colors of #DB5186
Black with #DB5186
Text Example
Text Example
White with #DB5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5186; }
p { color: rgb(219,81,134); }
H1.HeaderClassName
{
color: #DB5186;
}
.AnyTagClassName
{
color: #DB5186;
}
</style>
background-color css
<style>
a { background-color: #DB5186; }
a { background-color: rgb(219,81,134); }
div.DivClassName
{
background-color: #DB5186;
}
.BgClassName
{
background-color: #DB5186;
}
</style>
border-color css
<style>
span { border-color: #DB5186; }
span { border-color: rgb(219,81,134); }
td.TdClassName
{
border-color: #DB5186;
}
.TagClassName
{
border-color: #DB5186;
}
</style>