Shades of Cranberry #DB4A71
Tints of Cranberry #DB4A71
RGB
CMYK
RGB Variations
Color information
#DB4A71 (or 0xDB4A71) is known color: Cranberry. HEX triplet: DB, 4A and 71. RGB value is (219,74,113). Sum of RGB (Red+Green+Blue) = 219+74+113=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4A71 is #24B58E. Grayscale: #797979. Windows color (decimal): -2405775 or 7424731. OLE color: 7424731.
HSL color Cylindrical-coordinate representation of color #DB4A71: hue angle of 343.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4A71 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 113 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.14 |
| HSL | 343.86º | 0.67% | 0.57% | - |
| HSV(B) | 343.86º | 0.66% | 0.86% | - |
| XYZ | 34.64 | 21.15 | 17.88 | - |
| YUV | 121.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 113 | 0 | 0.66 | 0.48 | 0.14 | 343.86 | 0.67 | 0.57 |
| Hex | DB | 4A | 71 | 0 | 42 | 30 | E | 158 | 43 | 39 |
| Octal | 333 | 112 | 161 | 0 | 102 | 60 | 16 | 530 | 103 | 71 |
| Binary | 11011011 | 1001010 | 1110001 | 0 | 1000010 | 110000 | 1110 | 101011000 | 1000011 | 111001 |
Color Harmonies of #DB4A71
Complementary color
Monochromatic Colors of #DB4A71
Black with #DB4A71
Text Example
Text Example
White with #DB4A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A71; }
p { color: rgb(219,74,113); }
H1.HeaderClassName
{
color: #DB4A71;
}
.AnyTagClassName
{
color: #DB4A71;
}
</style>
background-color css
<style>
a { background-color: #DB4A71; }
a { background-color: rgb(219,74,113); }
div.DivClassName
{
background-color: #DB4A71;
}
.BgClassName
{
background-color: #DB4A71;
}
</style>
border-color css
<style>
span { border-color: #DB4A71; }
span { border-color: rgb(219,74,113); }
td.TdClassName
{
border-color: #DB4A71;
}
.TagClassName
{
border-color: #DB4A71;
}
</style>