Shades of Cranberry #DB4977
Tints of Cranberry #DB4977
RGB
CMYK
RGB Variations
Color information
#DB4977 (or 0xDB4977) is known color: Cranberry. HEX triplet: DB, 49 and 77. RGB value is (219,73,119). Sum of RGB (Red+Green+Blue) = 219+73+119=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4977 is #24B688. Grayscale: #797979. Windows color (decimal): -2406025 or 7817691. OLE color: 7817691.
HSL color Cylindrical-coordinate representation of color #DB4977: hue angle of 341.1º 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 #DB4977 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 119 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.14 |
| HSL | 341.1º | 0.67% | 0.57% | - |
| HSV(B) | 341.1º | 0.67% | 0.86% | - |
| XYZ | 34.93 | 21.16 | 19.7 | - |
| YUV | 121.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 119 | 0 | 0.67 | 0.46 | 0.14 | 341.1 | 0.67 | 0.57 |
| Hex | DB | 49 | 77 | 0 | 43 | 2E | E | 155 | 43 | 39 |
| Octal | 333 | 111 | 167 | 0 | 103 | 56 | 16 | 525 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1110111 | 0 | 1000011 | 101110 | 1110 | 101010101 | 1000011 | 111001 |
Color Harmonies of #DB4977
Complementary color
Monochromatic Colors of #DB4977
Black with #DB4977
Text Example
Text Example
White with #DB4977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4977; }
p { color: rgb(219,73,119); }
H1.HeaderClassName
{
color: #DB4977;
}
.AnyTagClassName
{
color: #DB4977;
}
</style>
background-color css
<style>
a { background-color: #DB4977; }
a { background-color: rgb(219,73,119); }
div.DivClassName
{
background-color: #DB4977;
}
.BgClassName
{
background-color: #DB4977;
}
</style>
border-color css
<style>
span { border-color: #DB4977; }
span { border-color: rgb(219,73,119); }
td.TdClassName
{
border-color: #DB4977;
}
.TagClassName
{
border-color: #DB4977;
}
</style>