Shades of Cranberry #DB4679
Tints of Cranberry #DB4679
RGB
CMYK
RGB Variations
Color information
#DB4679 (or 0xDB4679) is known color: Cranberry. HEX triplet: DB, 46 and 79. RGB value is (219,70,121). Sum of RGB (Red+Green+Blue) = 219+70+121=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4679 is #24B986. Grayscale: #787878. Windows color (decimal): -2406791 or 7947995. OLE color: 7947995.
HSL color Cylindrical-coordinate representation of color #DB4679: hue angle of 339.46º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4679 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 121 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.14 |
| HSL | 339.46º | 0.67% | 0.57% | - |
| HSV(B) | 339.46º | 0.68% | 0.86% | - |
| XYZ | 34.85 | 20.82 | 20.27 | - |
| YUV | 120.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 121 | 0 | 0.68 | 0.45 | 0.14 | 339.46 | 0.67 | 0.57 |
| Hex | DB | 46 | 79 | 0 | 44 | 2D | E | 153 | 43 | 39 |
| Octal | 333 | 106 | 171 | 0 | 104 | 55 | 16 | 523 | 103 | 71 |
| Binary | 11011011 | 1000110 | 1111001 | 0 | 1000100 | 101101 | 1110 | 101010011 | 1000011 | 111001 |
Color Harmonies of #DB4679
Complementary color
Monochromatic Colors of #DB4679
Black with #DB4679
Text Example
Text Example
White with #DB4679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4679; }
p { color: rgb(219,70,121); }
H1.HeaderClassName
{
color: #DB4679;
}
.AnyTagClassName
{
color: #DB4679;
}
</style>
background-color css
<style>
a { background-color: #DB4679; }
a { background-color: rgb(219,70,121); }
div.DivClassName
{
background-color: #DB4679;
}
.BgClassName
{
background-color: #DB4679;
}
</style>
border-color css
<style>
span { border-color: #DB4679; }
span { border-color: rgb(219,70,121); }
td.TdClassName
{
border-color: #DB4679;
}
.TagClassName
{
border-color: #DB4679;
}
</style>