Shades of Cranberry #DB497E
Tints of Cranberry #DB497E
RGB
CMYK
RGB Variations
Color information
#DB497E (or 0xDB497E) is known color: Cranberry. HEX triplet: DB, 49 and 7E. RGB value is (219,73,126). Sum of RGB (Red+Green+Blue) = 219+73+126=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB497E is #24B681. Grayscale: #7A7A7A. Windows color (decimal): -2406018 or 8276443. OLE color: 8276443.
HSL color Cylindrical-coordinate representation of color #DB497E: hue angle of 338.22º 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 #DB497E is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 126 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.14 |
| HSL | 338.22º | 0.67% | 0.57% | - |
| HSV(B) | 338.22º | 0.67% | 0.86% | - |
| XYZ | 35.36 | 21.33 | 21.99 | - |
| YUV | 122.7 | 129.87 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 126 | 0 | 0.67 | 0.42 | 0.14 | 338.22 | 0.67 | 0.57 |
| Hex | DB | 49 | 7E | 0 | 43 | 2A | E | 152 | 43 | 39 |
| Octal | 333 | 111 | 176 | 0 | 103 | 52 | 16 | 522 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1111110 | 0 | 1000011 | 101010 | 1110 | 101010010 | 1000011 | 111001 |
Color Harmonies of #DB497E
Complementary color
Monochromatic Colors of #DB497E
Black with #DB497E
Text Example
Text Example
White with #DB497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB497E; }
p { color: rgb(219,73,126); }
H1.HeaderClassName
{
color: #DB497E;
}
.AnyTagClassName
{
color: #DB497E;
}
</style>
background-color css
<style>
a { background-color: #DB497E; }
a { background-color: rgb(219,73,126); }
div.DivClassName
{
background-color: #DB497E;
}
.BgClassName
{
background-color: #DB497E;
}
</style>
border-color css
<style>
span { border-color: #DB497E; }
span { border-color: rgb(219,73,126); }
td.TdClassName
{
border-color: #DB497E;
}
.TagClassName
{
border-color: #DB497E;
}
</style>