Shades of Cranberry #DB3B76
Tints of Cranberry #DB3B76
RGB
CMYK
RGB Variations
Color information
#DB3B76 (or 0xDB3B76) is known color: Cranberry. HEX triplet: DB, 3B and 76. RGB value is (219,59,118). Sum of RGB (Red+Green+Blue) = 219+59+118=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3B76 is #24C489. Grayscale: #717171. Windows color (decimal): -2409610 or 7748571. OLE color: 7748571.
HSL color Cylindrical-coordinate representation of color #DB3B76: hue angle of 337.88º 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 #DB3B76 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 118 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.14 |
| HSL | 337.88º | 0.69% | 0.55% | - |
| HSV(B) | 337.88º | 0.73% | 0.86% | - |
| XYZ | 34.05 | 19.5 | 19.11 | - |
| YUV | 113.57 | 130.51 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 118 | 0 | 0.73 | 0.46 | 0.14 | 337.88 | 0.69 | 0.55 |
| Hex | DB | 3B | 76 | 0 | 49 | 2E | E | 152 | 45 | 37 |
| Octal | 333 | 73 | 166 | 0 | 111 | 56 | 16 | 522 | 105 | 67 |
| Binary | 11011011 | 111011 | 1110110 | 0 | 1001001 | 101110 | 1110 | 101010010 | 1000101 | 110111 |
Color Harmonies of #DB3B76
Complementary color
Monochromatic Colors of #DB3B76
Black with #DB3B76
Text Example
Text Example
White with #DB3B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B76; }
p { color: rgb(219,59,118); }
H1.HeaderClassName
{
color: #DB3B76;
}
.AnyTagClassName
{
color: #DB3B76;
}
</style>
background-color css
<style>
a { background-color: #DB3B76; }
a { background-color: rgb(219,59,118); }
div.DivClassName
{
background-color: #DB3B76;
}
.BgClassName
{
background-color: #DB3B76;
}
</style>
border-color css
<style>
span { border-color: #DB3B76; }
span { border-color: rgb(219,59,118); }
td.TdClassName
{
border-color: #DB3B76;
}
.TagClassName
{
border-color: #DB3B76;
}
</style>