Shades of Cranberry #DB5F77
Tints of Cranberry #DB5F77
RGB
CMYK
RGB Variations
Color information
#DB5F77 (or 0xDB5F77) is known color: Cranberry. HEX triplet: DB, 5F and 77. RGB value is (219,95,119). Sum of RGB (Red+Green+Blue) = 219+95+119=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F77 is #24A088. Grayscale: #868686. Windows color (decimal): -2400393 or 7823323. OLE color: 7823323.
HSL color Cylindrical-coordinate representation of color #DB5F77: hue angle of 348.39º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F77 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 119 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.14 |
| HSL | 348.39º | 0.63% | 0.62% | - |
| HSV(B) | 348.39º | 0.57% | 0.86% | - |
| XYZ | 36.64 | 24.58 | 20.27 | - |
| YUV | 134.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 119 | 0 | 0.57 | 0.46 | 0.14 | 348.39 | 0.63 | 0.62 |
| Hex | DB | 5F | 77 | 0 | 39 | 2E | E | 15C | 3F | 3E |
| Octal | 333 | 137 | 167 | 0 | 71 | 56 | 16 | 534 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1110111 | 0 | 111001 | 101110 | 1110 | 101011100 | 111111 | 111110 |
Color Harmonies of #DB5F77
Complementary color
Monochromatic Colors of #DB5F77
Black with #DB5F77
Text Example
Text Example
White with #DB5F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F77; }
p { color: rgb(219,95,119); }
H1.HeaderClassName
{
color: #DB5F77;
}
.AnyTagClassName
{
color: #DB5F77;
}
</style>
background-color css
<style>
a { background-color: #DB5F77; }
a { background-color: rgb(219,95,119); }
div.DivClassName
{
background-color: #DB5F77;
}
.BgClassName
{
background-color: #DB5F77;
}
</style>
border-color css
<style>
span { border-color: #DB5F77; }
span { border-color: rgb(219,95,119); }
td.TdClassName
{
border-color: #DB5F77;
}
.TagClassName
{
border-color: #DB5F77;
}
</style>