Shades of Cranberry #DB5F76
Tints of Cranberry #DB5F76
RGB
CMYK
RGB Variations
Color information
#DB5F76 (or 0xDB5F76) is known color: Cranberry. HEX triplet: DB, 5F and 76. RGB value is (219,95,118). Sum of RGB (Red+Green+Blue) = 219+95+118=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F76 is #24A089. Grayscale: #868686. Windows color (decimal): -2400394 or 7757787. OLE color: 7757787.
HSL color Cylindrical-coordinate representation of color #DB5F76: hue angle of 348.87º 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 #DB5F76 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 118 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.14 |
| HSL | 348.87º | 0.63% | 0.62% | - |
| HSV(B) | 348.87º | 0.57% | 0.86% | - |
| XYZ | 36.58 | 24.55 | 19.95 | - |
| YUV | 134.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 118 | 0 | 0.57 | 0.46 | 0.14 | 348.87 | 0.63 | 0.62 |
| Hex | DB | 5F | 76 | 0 | 39 | 2E | E | 15D | 3F | 3E |
| Octal | 333 | 137 | 166 | 0 | 71 | 56 | 16 | 535 | 77 | 76 |
| Binary | 11011011 | 1011111 | 1110110 | 0 | 111001 | 101110 | 1110 | 101011101 | 111111 | 111110 |
Color Harmonies of #DB5F76
Complementary color
Monochromatic Colors of #DB5F76
Black with #DB5F76
Text Example
Text Example
White with #DB5F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F76; }
p { color: rgb(219,95,118); }
H1.HeaderClassName
{
color: #DB5F76;
}
.AnyTagClassName
{
color: #DB5F76;
}
</style>
background-color css
<style>
a { background-color: #DB5F76; }
a { background-color: rgb(219,95,118); }
div.DivClassName
{
background-color: #DB5F76;
}
.BgClassName
{
background-color: #DB5F76;
}
</style>
border-color css
<style>
span { border-color: #DB5F76; }
span { border-color: rgb(219,95,118); }
td.TdClassName
{
border-color: #DB5F76;
}
.TagClassName
{
border-color: #DB5F76;
}
</style>