Shades of Cranberry #DB4076
Tints of Cranberry #DB4076
RGB
CMYK
RGB Variations
Color information
#DB4076 (or 0xDB4076) is known color: Cranberry. HEX triplet: DB, 40 and 76. RGB value is (219,64,118). Sum of RGB (Red+Green+Blue) = 219+64+118=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4076 is #24BF89. Grayscale: #747474. Windows color (decimal): -2408330 or 7749851. OLE color: 7749851.
HSL color Cylindrical-coordinate representation of color #DB4076: hue angle of 339.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4076 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 118 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.14 |
| HSL | 339.1º | 0.68% | 0.55% | - |
| HSV(B) | 339.1º | 0.71% | 0.86% | - |
| XYZ | 34.32 | 20.03 | 19.2 | - |
| YUV | 116.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 118 | 0 | 0.71 | 0.46 | 0.14 | 339.1 | 0.68 | 0.55 |
| Hex | DB | 40 | 76 | 0 | 47 | 2E | E | 153 | 44 | 37 |
| Octal | 333 | 100 | 166 | 0 | 107 | 56 | 16 | 523 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1110110 | 0 | 1000111 | 101110 | 1110 | 101010011 | 1000100 | 110111 |
Color Harmonies of #DB4076
Complementary color
Monochromatic Colors of #DB4076
Black with #DB4076
Text Example
Text Example
White with #DB4076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4076; }
p { color: rgb(219,64,118); }
H1.HeaderClassName
{
color: #DB4076;
}
.AnyTagClassName
{
color: #DB4076;
}
</style>
background-color css
<style>
a { background-color: #DB4076; }
a { background-color: rgb(219,64,118); }
div.DivClassName
{
background-color: #DB4076;
}
.BgClassName
{
background-color: #DB4076;
}
</style>
border-color css
<style>
span { border-color: #DB4076; }
span { border-color: rgb(219,64,118); }
td.TdClassName
{
border-color: #DB4076;
}
.TagClassName
{
border-color: #DB4076;
}
</style>