Shades of Cranberry #DB496D
Tints of Cranberry #DB496D
RGB
CMYK
RGB Variations
Color information
#DB496D (or 0xDB496D) is known color: Cranberry. HEX triplet: DB, 49 and 6D. RGB value is (219,73,109). Sum of RGB (Red+Green+Blue) = 219+73+109=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB496D is #24B692. Grayscale: #787878. Windows color (decimal): -2406035 or 7162331. OLE color: 7162331.
HSL color Cylindrical-coordinate representation of color #DB496D: hue angle of 345.21º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB496D is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 109 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.14 |
| HSL | 345.21º | 0.67% | 0.57% | - |
| HSV(B) | 345.21º | 0.67% | 0.86% | - |
| XYZ | 34.36 | 20.93 | 16.7 | - |
| YUV | 120.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 109 | 0 | 0.67 | 0.50 | 0.14 | 345.21 | 0.67 | 0.57 |
| Hex | DB | 49 | 6D | 0 | 43 | 32 | E | 159 | 43 | 39 |
| Octal | 333 | 111 | 155 | 0 | 103 | 62 | 16 | 531 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1101101 | 0 | 1000011 | 110010 | 1110 | 101011001 | 1000011 | 111001 |
Color Harmonies of #DB496D
Complementary color
Monochromatic Colors of #DB496D
Black with #DB496D
Text Example
Text Example
White with #DB496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB496D; }
p { color: rgb(219,73,109); }
H1.HeaderClassName
{
color: #DB496D;
}
.AnyTagClassName
{
color: #DB496D;
}
</style>
background-color css
<style>
a { background-color: #DB496D; }
a { background-color: rgb(219,73,109); }
div.DivClassName
{
background-color: #DB496D;
}
.BgClassName
{
background-color: #DB496D;
}
</style>
border-color css
<style>
span { border-color: #DB496D; }
span { border-color: rgb(219,73,109); }
td.TdClassName
{
border-color: #DB496D;
}
.TagClassName
{
border-color: #DB496D;
}
</style>