Shades of Cranberry #DB5176
Tints of Cranberry #DB5176
RGB
CMYK
RGB Variations
Color information
#DB5176 (or 0xDB5176) is known color: Cranberry. HEX triplet: DB, 51 and 76. RGB value is (219,81,118). Sum of RGB (Red+Green+Blue) = 219+81+118=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5176 is #24AE89. Grayscale: #7E7E7E. Windows color (decimal): -2403978 or 7754203. OLE color: 7754203.
HSL color Cylindrical-coordinate representation of color #DB5176: hue angle of 343.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5176 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 118 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.14 |
| HSL | 343.91º | 0.66% | 0.59% | - |
| HSV(B) | 343.91º | 0.63% | 0.86% | - |
| XYZ | 35.43 | 22.25 | 19.57 | - |
| YUV | 126.48 | 123.22 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 118 | 0 | 0.63 | 0.46 | 0.14 | 343.91 | 0.66 | 0.59 |
| Hex | DB | 51 | 76 | 0 | 3F | 2E | E | 158 | 42 | 3B |
| Octal | 333 | 121 | 166 | 0 | 77 | 56 | 16 | 530 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1110110 | 0 | 111111 | 101110 | 1110 | 101011000 | 1000010 | 111011 |
Color Harmonies of #DB5176
Complementary color
Monochromatic Colors of #DB5176
Black with #DB5176
Text Example
Text Example
White with #DB5176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5176; }
p { color: rgb(219,81,118); }
H1.HeaderClassName
{
color: #DB5176;
}
.AnyTagClassName
{
color: #DB5176;
}
</style>
background-color css
<style>
a { background-color: #DB5176; }
a { background-color: rgb(219,81,118); }
div.DivClassName
{
background-color: #DB5176;
}
.BgClassName
{
background-color: #DB5176;
}
</style>
border-color css
<style>
span { border-color: #DB5176; }
span { border-color: rgb(219,81,118); }
td.TdClassName
{
border-color: #DB5176;
}
.TagClassName
{
border-color: #DB5176;
}
</style>