Shades of Cranberry #DB3C77
Tints of Cranberry #DB3C77
RGB
CMYK
RGB Variations
Color information
#DB3C77 (or 0xDB3C77) is known color: Cranberry. HEX triplet: DB, 3C and 77. RGB value is (219,60,119). Sum of RGB (Red+Green+Blue) = 219+60+119=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C77 is #24C388. Grayscale: #727272. Windows color (decimal): -2409353 or 7814363. OLE color: 7814363.
HSL color Cylindrical-coordinate representation of color #DB3C77: hue angle of 337.74º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3C77 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 119 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.14 |
| HSL | 337.74º | 0.69% | 0.55% | - |
| HSV(B) | 337.74º | 0.73% | 0.86% | - |
| XYZ | 34.16 | 19.62 | 19.44 | - |
| YUV | 114.27 | 130.68 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 119 | 0 | 0.73 | 0.46 | 0.14 | 337.74 | 0.69 | 0.55 |
| Hex | DB | 3C | 77 | 0 | 49 | 2E | E | 152 | 45 | 37 |
| Octal | 333 | 74 | 167 | 0 | 111 | 56 | 16 | 522 | 105 | 67 |
| Binary | 11011011 | 111100 | 1110111 | 0 | 1001001 | 101110 | 1110 | 101010010 | 1000101 | 110111 |
Color Harmonies of #DB3C77
Complementary color
Monochromatic Colors of #DB3C77
Black with #DB3C77
Text Example
Text Example
White with #DB3C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C77; }
p { color: rgb(219,60,119); }
H1.HeaderClassName
{
color: #DB3C77;
}
.AnyTagClassName
{
color: #DB3C77;
}
</style>
background-color css
<style>
a { background-color: #DB3C77; }
a { background-color: rgb(219,60,119); }
div.DivClassName
{
background-color: #DB3C77;
}
.BgClassName
{
background-color: #DB3C77;
}
</style>
border-color css
<style>
span { border-color: #DB3C77; }
span { border-color: rgb(219,60,119); }
td.TdClassName
{
border-color: #DB3C77;
}
.TagClassName
{
border-color: #DB3C77;
}
</style>