Shades of Cranberry #DB497A
Tints of Cranberry #DB497A
RGB
CMYK
RGB Variations
Color information
#DB497A (or 0xDB497A) is known color: Cranberry. HEX triplet: DB, 49 and 7A. RGB value is (219,73,122). Sum of RGB (Red+Green+Blue) = 219+73+122=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB497A is #24B685. Grayscale: #7A7A7A. Windows color (decimal): -2406022 or 8014299. OLE color: 8014299.
HSL color Cylindrical-coordinate representation of color #DB497A: hue angle of 339.86º 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 #DB497A is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 122 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.14 |
| HSL | 339.86º | 0.67% | 0.57% | - |
| HSV(B) | 339.86º | 0.67% | 0.86% | - |
| XYZ | 35.11 | 21.23 | 20.66 | - |
| YUV | 122.24 | 127.87 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 122 | 0 | 0.67 | 0.44 | 0.14 | 339.86 | 0.67 | 0.57 |
| Hex | DB | 49 | 7A | 0 | 43 | 2C | E | 154 | 43 | 39 |
| Octal | 333 | 111 | 172 | 0 | 103 | 54 | 16 | 524 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1111010 | 0 | 1000011 | 101100 | 1110 | 101010100 | 1000011 | 111001 |
Color Harmonies of #DB497A
Complementary color
Monochromatic Colors of #DB497A
Black with #DB497A
Text Example
Text Example
White with #DB497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB497A; }
p { color: rgb(219,73,122); }
H1.HeaderClassName
{
color: #DB497A;
}
.AnyTagClassName
{
color: #DB497A;
}
</style>
background-color css
<style>
a { background-color: #DB497A; }
a { background-color: rgb(219,73,122); }
div.DivClassName
{
background-color: #DB497A;
}
.BgClassName
{
background-color: #DB497A;
}
</style>
border-color css
<style>
span { border-color: #DB497A; }
span { border-color: rgb(219,73,122); }
td.TdClassName
{
border-color: #DB497A;
}
.TagClassName
{
border-color: #DB497A;
}
</style>