Shades of Cranberry #DB5072
Tints of Cranberry #DB5072
RGB
CMYK
RGB Variations
Color information
#DB5072 (or 0xDB5072) is known color: Cranberry. HEX triplet: DB, 50 and 72. RGB value is (219,80,114). Sum of RGB (Red+Green+Blue) = 219+80+114=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5072 is #24AF8D. Grayscale: #7D7D7D. Windows color (decimal): -2404238 or 7491803. OLE color: 7491803.
HSL color Cylindrical-coordinate representation of color #DB5072: hue angle of 345.32º 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 #DB5072 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 114 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.14 |
| HSL | 345.32º | 0.66% | 0.59% | - |
| HSV(B) | 345.32º | 0.63% | 0.86% | - |
| XYZ | 35.12 | 22.01 | 18.32 | - |
| YUV | 125.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 114 | 0 | 0.63 | 0.48 | 0.14 | 345.32 | 0.66 | 0.59 |
| Hex | DB | 50 | 72 | 0 | 3F | 30 | E | 159 | 42 | 3B |
| Octal | 333 | 120 | 162 | 0 | 77 | 60 | 16 | 531 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1110010 | 0 | 111111 | 110000 | 1110 | 101011001 | 1000010 | 111011 |
Color Harmonies of #DB5072
Complementary color
Monochromatic Colors of #DB5072
Black with #DB5072
Text Example
Text Example
White with #DB5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5072; }
p { color: rgb(219,80,114); }
H1.HeaderClassName
{
color: #DB5072;
}
.AnyTagClassName
{
color: #DB5072;
}
</style>
background-color css
<style>
a { background-color: #DB5072; }
a { background-color: rgb(219,80,114); }
div.DivClassName
{
background-color: #DB5072;
}
.BgClassName
{
background-color: #DB5072;
}
</style>
border-color css
<style>
span { border-color: #DB5072; }
span { border-color: rgb(219,80,114); }
td.TdClassName
{
border-color: #DB5072;
}
.TagClassName
{
border-color: #DB5072;
}
</style>