Shades of Cranberry #DB497F
Tints of Cranberry #DB497F
RGB
CMYK
RGB Variations
Color information
#DB497F (or 0xDB497F) is known color: Cranberry. HEX triplet: DB, 49 and 7F. RGB value is (219,73,127). Sum of RGB (Red+Green+Blue) = 219+73+127=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB497F is #24B680. Grayscale: #7A7A7A. Windows color (decimal): -2406017 or 8341979. OLE color: 8341979.
HSL color Cylindrical-coordinate representation of color #DB497F: hue angle of 337.81º 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 #DB497F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 127 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.14 |
| HSL | 337.81º | 0.67% | 0.57% | - |
| HSV(B) | 337.81º | 0.67% | 0.86% | - |
| XYZ | 35.43 | 21.36 | 22.33 | - |
| YUV | 122.81 | 130.37 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 127 | 0 | 0.67 | 0.42 | 0.14 | 337.81 | 0.67 | 0.57 |
| Hex | DB | 49 | 7F | 0 | 43 | 2A | E | 152 | 43 | 39 |
| Octal | 333 | 111 | 177 | 0 | 103 | 52 | 16 | 522 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1111111 | 0 | 1000011 | 101010 | 1110 | 101010010 | 1000011 | 111001 |
Color Harmonies of #DB497F
Complementary color
Monochromatic Colors of #DB497F
Black with #DB497F
Text Example
Text Example
White with #DB497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB497F; }
p { color: rgb(219,73,127); }
H1.HeaderClassName
{
color: #DB497F;
}
.AnyTagClassName
{
color: #DB497F;
}
</style>
background-color css
<style>
a { background-color: #DB497F; }
a { background-color: rgb(219,73,127); }
div.DivClassName
{
background-color: #DB497F;
}
.BgClassName
{
background-color: #DB497F;
}
</style>
border-color css
<style>
span { border-color: #DB497F; }
span { border-color: rgb(219,73,127); }
td.TdClassName
{
border-color: #DB497F;
}
.TagClassName
{
border-color: #DB497F;
}
</style>