Shades of Cranberry #DB496B
Tints of Cranberry #DB496B
RGB
CMYK
RGB Variations
Color information
#DB496B (or 0xDB496B) is known color: Cranberry. HEX triplet: DB, 49 and 6B. RGB value is (219,73,107). Sum of RGB (Red+Green+Blue) = 219+73+107=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB496B is #24B694. Grayscale: #787878. Windows color (decimal): -2406037 or 7031259. OLE color: 7031259.
HSL color Cylindrical-coordinate representation of color #DB496B: hue angle of 346.03º 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 #DB496B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 107 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.14 |
| HSL | 346.03º | 0.67% | 0.57% | - |
| HSV(B) | 346.03º | 0.67% | 0.86% | - |
| XYZ | 34.25 | 20.89 | 16.14 | - |
| YUV | 120.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 107 | 0 | 0.67 | 0.51 | 0.14 | 346.03 | 0.67 | 0.57 |
| Hex | DB | 49 | 6B | 0 | 43 | 33 | E | 15A | 43 | 39 |
| Octal | 333 | 111 | 153 | 0 | 103 | 63 | 16 | 532 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1101011 | 0 | 1000011 | 110011 | 1110 | 101011010 | 1000011 | 111001 |
Color Harmonies of #DB496B
Complementary color
Monochromatic Colors of #DB496B
Black with #DB496B
Text Example
Text Example
White with #DB496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB496B; }
p { color: rgb(219,73,107); }
H1.HeaderClassName
{
color: #DB496B;
}
.AnyTagClassName
{
color: #DB496B;
}
</style>
background-color css
<style>
a { background-color: #DB496B; }
a { background-color: rgb(219,73,107); }
div.DivClassName
{
background-color: #DB496B;
}
.BgClassName
{
background-color: #DB496B;
}
</style>
border-color css
<style>
span { border-color: #DB496B; }
span { border-color: rgb(219,73,107); }
td.TdClassName
{
border-color: #DB496B;
}
.TagClassName
{
border-color: #DB496B;
}
</style>