Shades of Cranberry #DB3D76
Tints of Cranberry #DB3D76
RGB
CMYK
RGB Variations
Color information
#DB3D76 (or 0xDB3D76) is known color: Cranberry. HEX triplet: DB, 3D and 76. RGB value is (219,61,118). Sum of RGB (Red+Green+Blue) = 219+61+118=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D76 is #24C289. Grayscale: #727272. Windows color (decimal): -2409098 or 7749083. OLE color: 7749083.
HSL color Cylindrical-coordinate representation of color #DB3D76: hue angle of 338.35º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3D76 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 118 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.14 |
| HSL | 338.35º | 0.69% | 0.55% | - |
| HSV(B) | 338.35º | 0.72% | 0.86% | - |
| XYZ | 34.15 | 19.71 | 19.14 | - |
| YUV | 114.74 | 129.85 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 118 | 0 | 0.72 | 0.46 | 0.14 | 338.35 | 0.69 | 0.55 |
| Hex | DB | 3D | 76 | 0 | 48 | 2E | E | 152 | 45 | 37 |
| Octal | 333 | 75 | 166 | 0 | 110 | 56 | 16 | 522 | 105 | 67 |
| Binary | 11011011 | 111101 | 1110110 | 0 | 1001000 | 101110 | 1110 | 101010010 | 1000101 | 110111 |
Color Harmonies of #DB3D76
Complementary color
Monochromatic Colors of #DB3D76
Black with #DB3D76
Text Example
Text Example
White with #DB3D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D76; }
p { color: rgb(219,61,118); }
H1.HeaderClassName
{
color: #DB3D76;
}
.AnyTagClassName
{
color: #DB3D76;
}
</style>
background-color css
<style>
a { background-color: #DB3D76; }
a { background-color: rgb(219,61,118); }
div.DivClassName
{
background-color: #DB3D76;
}
.BgClassName
{
background-color: #DB3D76;
}
</style>
border-color css
<style>
span { border-color: #DB3D76; }
span { border-color: rgb(219,61,118); }
td.TdClassName
{
border-color: #DB3D76;
}
.TagClassName
{
border-color: #DB3D76;
}
</style>