Shades of Cranberry #DB497B
Tints of Cranberry #DB497B
RGB
CMYK
RGB Variations
Color information
#DB497B (or 0xDB497B) is known color: Cranberry. HEX triplet: DB, 49 and 7B. RGB value is (219,73,123). Sum of RGB (Red+Green+Blue) = 219+73+123=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB497B is #24B684. Grayscale: #7A7A7A. Windows color (decimal): -2406021 or 8079835. OLE color: 8079835.
HSL color Cylindrical-coordinate representation of color #DB497B: hue angle of 339.45º 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 #DB497B is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 123 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.14 |
| HSL | 339.45º | 0.67% | 0.57% | - |
| HSV(B) | 339.45º | 0.67% | 0.86% | - |
| XYZ | 35.17 | 21.26 | 20.99 | - |
| YUV | 122.35 | 128.37 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 123 | 0 | 0.67 | 0.44 | 0.14 | 339.45 | 0.67 | 0.57 |
| Hex | DB | 49 | 7B | 0 | 43 | 2C | E | 153 | 43 | 39 |
| Octal | 333 | 111 | 173 | 0 | 103 | 54 | 16 | 523 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1111011 | 0 | 1000011 | 101100 | 1110 | 101010011 | 1000011 | 111001 |
Color Harmonies of #DB497B
Complementary color
Monochromatic Colors of #DB497B
Black with #DB497B
Text Example
Text Example
White with #DB497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB497B; }
p { color: rgb(219,73,123); }
H1.HeaderClassName
{
color: #DB497B;
}
.AnyTagClassName
{
color: #DB497B;
}
</style>
background-color css
<style>
a { background-color: #DB497B; }
a { background-color: rgb(219,73,123); }
div.DivClassName
{
background-color: #DB497B;
}
.BgClassName
{
background-color: #DB497B;
}
</style>
border-color css
<style>
span { border-color: #DB497B; }
span { border-color: rgb(219,73,123); }
td.TdClassName
{
border-color: #DB497B;
}
.TagClassName
{
border-color: #DB497B;
}
</style>