Shades of Cranberry #DB5F78
Tints of Cranberry #DB5F78
RGB
CMYK
RGB Variations
Color information
#DB5F78 (or 0xDB5F78) is known color: Cranberry. HEX triplet: DB, 5F and 78. RGB value is (219,95,120). Sum of RGB (Red+Green+Blue) = 219+95+120=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F78 is #24A087. Grayscale: #868686. Windows color (decimal): -2400392 or 7888859. OLE color: 7888859.
HSL color Cylindrical-coordinate representation of color #DB5F78: hue angle of 347.9º 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 #DB5F78 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 120 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.14 |
| HSL | 347.9º | 0.63% | 0.62% | - |
| HSV(B) | 347.9º | 0.57% | 0.86% | - |
| XYZ | 36.7 | 24.6 | 20.58 | - |
| YUV | 134.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 120 | 0 | 0.57 | 0.45 | 0.14 | 347.9 | 0.63 | 0.62 |
| Hex | DB | 5F | 78 | 0 | 39 | 2D | E | 15C | 3F | 3E |
| Octal | 333 | 137 | 170 | 0 | 71 | 55 | 16 | 534 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1111000 | 0 | 111001 | 101101 | 1110 | 101011100 | 111111 | 111110 |
Color Harmonies of #DB5F78
Complementary color
Monochromatic Colors of #DB5F78
Black with #DB5F78
Text Example
Text Example
White with #DB5F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F78; }
p { color: rgb(219,95,120); }
H1.HeaderClassName
{
color: #DB5F78;
}
.AnyTagClassName
{
color: #DB5F78;
}
</style>
background-color css
<style>
a { background-color: #DB5F78; }
a { background-color: rgb(219,95,120); }
div.DivClassName
{
background-color: #DB5F78;
}
.BgClassName
{
background-color: #DB5F78;
}
</style>
border-color css
<style>
span { border-color: #DB5F78; }
span { border-color: rgb(219,95,120); }
td.TdClassName
{
border-color: #DB5F78;
}
.TagClassName
{
border-color: #DB5F78;
}
</style>