Shades of Cranberry #DB5178
Tints of Cranberry #DB5178
RGB
CMYK
RGB Variations
Color information
#DB5178 (or 0xDB5178) is known color: Cranberry. HEX triplet: DB, 51 and 78. RGB value is (219,81,120). Sum of RGB (Red+Green+Blue) = 219+81+120=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5178 is #24AE87. Grayscale: #7E7E7E. Windows color (decimal): -2403976 or 7885275. OLE color: 7885275.
HSL color Cylindrical-coordinate representation of color #DB5178: hue angle of 343.04º 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 #DB5178 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 120 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.14 |
| HSL | 343.04º | 0.66% | 0.59% | - |
| HSV(B) | 343.04º | 0.63% | 0.86% | - |
| XYZ | 35.55 | 22.3 | 20.2 | - |
| YUV | 126.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 120 | 0 | 0.63 | 0.45 | 0.14 | 343.04 | 0.66 | 0.59 |
| Hex | DB | 51 | 78 | 0 | 3F | 2D | E | 157 | 42 | 3B |
| Octal | 333 | 121 | 170 | 0 | 77 | 55 | 16 | 527 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1111000 | 0 | 111111 | 101101 | 1110 | 101010111 | 1000010 | 111011 |
Color Harmonies of #DB5178
Complementary color
Monochromatic Colors of #DB5178
Black with #DB5178
Text Example
Text Example
White with #DB5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5178; }
p { color: rgb(219,81,120); }
H1.HeaderClassName
{
color: #DB5178;
}
.AnyTagClassName
{
color: #DB5178;
}
</style>
background-color css
<style>
a { background-color: #DB5178; }
a { background-color: rgb(219,81,120); }
div.DivClassName
{
background-color: #DB5178;
}
.BgClassName
{
background-color: #DB5178;
}
</style>
border-color css
<style>
span { border-color: #DB5178; }
span { border-color: rgb(219,81,120); }
td.TdClassName
{
border-color: #DB5178;
}
.TagClassName
{
border-color: #DB5178;
}
</style>