Shades of Cranberry #DB4786
Tints of Cranberry #DB4786
RGB
CMYK
RGB Variations
Color information
#DB4786 (or 0xDB4786) is known color: Cranberry. HEX triplet: DB, 47 and 86. RGB value is (219,71,134). Sum of RGB (Red+Green+Blue) = 219+71+134=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4786 is #24B879. Grayscale: #7A7A7A. Windows color (decimal): -2406522 or 8800219. OLE color: 8800219.
HSL color Cylindrical-coordinate representation of color #DB4786: hue angle of 334.46º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4786 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 134 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.14 |
| HSL | 334.46º | 0.67% | 0.57% | - |
| HSV(B) | 334.46º | 0.68% | 0.86% | - |
| XYZ | 35.77 | 21.29 | 24.78 | - |
| YUV | 122.43 | 134.53 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 134 | 0 | 0.68 | 0.39 | 0.14 | 334.46 | 0.67 | 0.57 |
| Hex | DB | 47 | 86 | 0 | 44 | 27 | E | 14E | 43 | 39 |
| Octal | 333 | 107 | 206 | 0 | 104 | 47 | 16 | 516 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10000110 | 0 | 1000100 | 100111 | 1110 | 101001110 | 1000011 | 111001 |
Color Harmonies of #DB4786
Complementary color
Monochromatic Colors of #DB4786
Black with #DB4786
Text Example
Text Example
White with #DB4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4786; }
p { color: rgb(219,71,134); }
H1.HeaderClassName
{
color: #DB4786;
}
.AnyTagClassName
{
color: #DB4786;
}
</style>
background-color css
<style>
a { background-color: #DB4786; }
a { background-color: rgb(219,71,134); }
div.DivClassName
{
background-color: #DB4786;
}
.BgClassName
{
background-color: #DB4786;
}
</style>
border-color css
<style>
span { border-color: #DB4786; }
span { border-color: rgb(219,71,134); }
td.TdClassName
{
border-color: #DB4786;
}
.TagClassName
{
border-color: #DB4786;
}
</style>