Shades of Cranberry #DB5E77
Tints of Cranberry #DB5E77
RGB
CMYK
RGB Variations
Color information
#DB5E77 (or 0xDB5E77) is known color: Cranberry. HEX triplet: DB, 5E and 77. RGB value is (219,94,119). Sum of RGB (Red+Green+Blue) = 219+94+119=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E77 is #24A188. Grayscale: #868686. Windows color (decimal): -2400649 or 7823067. OLE color: 7823067.
HSL color Cylindrical-coordinate representation of color #DB5E77: hue angle of 348º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E77 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 119 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.14 |
| HSL | 348º | 0.63% | 0.61% | - |
| HSV(B) | 348º | 0.57% | 0.86% | - |
| XYZ | 36.55 | 24.4 | 20.24 | - |
| YUV | 134.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 119 | 0 | 0.57 | 0.46 | 0.14 | 348 | 0.63 | 0.61 |
| Hex | DB | 5E | 77 | 0 | 39 | 2E | E | 15C | 3F | 3D |
| Octal | 333 | 136 | 167 | 0 | 71 | 56 | 16 | 534 | 77 | 75 |
| Binary | 11011011 | 1011110 | 1110111 | 0 | 111001 | 101110 | 1110 | 101011100 | 111111 | 111101 |
Color Harmonies of #DB5E77
Complementary color
Monochromatic Colors of #DB5E77
Black with #DB5E77
Text Example
Text Example
White with #DB5E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E77; }
p { color: rgb(219,94,119); }
H1.HeaderClassName
{
color: #DB5E77;
}
.AnyTagClassName
{
color: #DB5E77;
}
</style>
background-color css
<style>
a { background-color: #DB5E77; }
a { background-color: rgb(219,94,119); }
div.DivClassName
{
background-color: #DB5E77;
}
.BgClassName
{
background-color: #DB5E77;
}
</style>
border-color css
<style>
span { border-color: #DB5E77; }
span { border-color: rgb(219,94,119); }
td.TdClassName
{
border-color: #DB5E77;
}
.TagClassName
{
border-color: #DB5E77;
}
</style>