Shades of Cranberry #DB5077
Tints of Cranberry #DB5077
RGB
CMYK
RGB Variations
Color information
#DB5077 (or 0xDB5077) is known color: Cranberry. HEX triplet: DB, 50 and 77. RGB value is (219,80,119). Sum of RGB (Red+Green+Blue) = 219+80+119=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5077 is #24AF88. Grayscale: #7D7D7D. Windows color (decimal): -2404233 or 7819483. OLE color: 7819483.
HSL color Cylindrical-coordinate representation of color #DB5077: hue angle of 343.17º 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 #DB5077 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 119 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.14 |
| HSL | 343.17º | 0.66% | 0.59% | - |
| HSV(B) | 343.17º | 0.63% | 0.86% | - |
| XYZ | 35.41 | 22.13 | 19.86 | - |
| YUV | 126.01 | 124.05 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 119 | 0 | 0.63 | 0.46 | 0.14 | 343.17 | 0.66 | 0.59 |
| Hex | DB | 50 | 77 | 0 | 3F | 2E | E | 157 | 42 | 3B |
| Octal | 333 | 120 | 167 | 0 | 77 | 56 | 16 | 527 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1110111 | 0 | 111111 | 101110 | 1110 | 101010111 | 1000010 | 111011 |
Color Harmonies of #DB5077
Complementary color
Monochromatic Colors of #DB5077
Black with #DB5077
Text Example
Text Example
White with #DB5077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5077; }
p { color: rgb(219,80,119); }
H1.HeaderClassName
{
color: #DB5077;
}
.AnyTagClassName
{
color: #DB5077;
}
</style>
background-color css
<style>
a { background-color: #DB5077; }
a { background-color: rgb(219,80,119); }
div.DivClassName
{
background-color: #DB5077;
}
.BgClassName
{
background-color: #DB5077;
}
</style>
border-color css
<style>
span { border-color: #DB5077; }
span { border-color: rgb(219,80,119); }
td.TdClassName
{
border-color: #DB5077;
}
.TagClassName
{
border-color: #DB5077;
}
</style>