Shades of Cranberry #DB5078
Tints of Cranberry #DB5078
RGB
CMYK
RGB Variations
Color information
#DB5078 (or 0xDB5078) is known color: Cranberry. HEX triplet: DB, 50 and 78. RGB value is (219,80,120). Sum of RGB (Red+Green+Blue) = 219+80+120=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5078 is #24AF87. Grayscale: #7E7E7E. Windows color (decimal): -2404232 or 7885019. OLE color: 7885019.
HSL color Cylindrical-coordinate representation of color #DB5078: hue angle of 342.73º 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 #DB5078 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 120 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.14 |
| HSL | 342.73º | 0.66% | 0.59% | - |
| HSV(B) | 342.73º | 0.63% | 0.86% | - |
| XYZ | 35.47 | 22.15 | 20.18 | - |
| YUV | 126.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 120 | 0 | 0.63 | 0.45 | 0.14 | 342.73 | 0.66 | 0.59 |
| Hex | DB | 50 | 78 | 0 | 3F | 2D | E | 157 | 42 | 3B |
| Octal | 333 | 120 | 170 | 0 | 77 | 55 | 16 | 527 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1111000 | 0 | 111111 | 101101 | 1110 | 101010111 | 1000010 | 111011 |
Color Harmonies of #DB5078
Complementary color
Monochromatic Colors of #DB5078
Black with #DB5078
Text Example
Text Example
White with #DB5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5078; }
p { color: rgb(219,80,120); }
H1.HeaderClassName
{
color: #DB5078;
}
.AnyTagClassName
{
color: #DB5078;
}
</style>
background-color css
<style>
a { background-color: #DB5078; }
a { background-color: rgb(219,80,120); }
div.DivClassName
{
background-color: #DB5078;
}
.BgClassName
{
background-color: #DB5078;
}
</style>
border-color css
<style>
span { border-color: #DB5078; }
span { border-color: rgb(219,80,120); }
td.TdClassName
{
border-color: #DB5078;
}
.TagClassName
{
border-color: #DB5078;
}
</style>