Shades of Cranberry #DB4079
Tints of Cranberry #DB4079
RGB
CMYK
RGB Variations
Color information
#DB4079 (or 0xDB4079) is known color: Cranberry. HEX triplet: DB, 40 and 79. RGB value is (219,64,121). Sum of RGB (Red+Green+Blue) = 219+64+121=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4079 is #24BF86. Grayscale: #747474. Windows color (decimal): -2408327 or 7946459. OLE color: 7946459.
HSL color Cylindrical-coordinate representation of color #DB4079: hue angle of 337.94º 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 #DB4079 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 121 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.14 |
| HSL | 337.94º | 0.68% | 0.55% | - |
| HSV(B) | 337.94º | 0.71% | 0.86% | - |
| XYZ | 34.5 | 20.11 | 20.15 | - |
| YUV | 116.84 | 130.35 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 121 | 0 | 0.71 | 0.45 | 0.14 | 337.94 | 0.68 | 0.55 |
| Hex | DB | 40 | 79 | 0 | 47 | 2D | E | 152 | 44 | 37 |
| Octal | 333 | 100 | 171 | 0 | 107 | 55 | 16 | 522 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1111001 | 0 | 1000111 | 101101 | 1110 | 101010010 | 1000100 | 110111 |
Color Harmonies of #DB4079
Complementary color
Monochromatic Colors of #DB4079
Black with #DB4079
Text Example
Text Example
White with #DB4079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4079; }
p { color: rgb(219,64,121); }
H1.HeaderClassName
{
color: #DB4079;
}
.AnyTagClassName
{
color: #DB4079;
}
</style>
background-color css
<style>
a { background-color: #DB4079; }
a { background-color: rgb(219,64,121); }
div.DivClassName
{
background-color: #DB4079;
}
.BgClassName
{
background-color: #DB4079;
}
</style>
border-color css
<style>
span { border-color: #DB4079; }
span { border-color: rgb(219,64,121); }
td.TdClassName
{
border-color: #DB4079;
}
.TagClassName
{
border-color: #DB4079;
}
</style>