Shades of Cranberry #DB4871
Tints of Cranberry #DB4871
RGB
CMYK
RGB Variations
Color information
#DB4871 (or 0xDB4871) is known color: Cranberry. HEX triplet: DB, 48 and 71. RGB value is (219,72,113). Sum of RGB (Red+Green+Blue) = 219+72+113=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4871 is #24B78E. Grayscale: #787878. Windows color (decimal): -2406287 or 7424219. OLE color: 7424219.
HSL color Cylindrical-coordinate representation of color #DB4871: hue angle of 343.27º 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 #DB4871 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 113 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.14 |
| HSL | 343.27º | 0.67% | 0.57% | - |
| HSV(B) | 343.27º | 0.67% | 0.86% | - |
| XYZ | 34.51 | 20.89 | 17.84 | - |
| YUV | 120.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 113 | 0 | 0.67 | 0.48 | 0.14 | 343.27 | 0.67 | 0.57 |
| Hex | DB | 48 | 71 | 0 | 43 | 30 | E | 157 | 43 | 39 |
| Octal | 333 | 110 | 161 | 0 | 103 | 60 | 16 | 527 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1110001 | 0 | 1000011 | 110000 | 1110 | 101010111 | 1000011 | 111001 |
Color Harmonies of #DB4871
Complementary color
Monochromatic Colors of #DB4871
Black with #DB4871
Text Example
Text Example
White with #DB4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4871; }
p { color: rgb(219,72,113); }
H1.HeaderClassName
{
color: #DB4871;
}
.AnyTagClassName
{
color: #DB4871;
}
</style>
background-color css
<style>
a { background-color: #DB4871; }
a { background-color: rgb(219,72,113); }
div.DivClassName
{
background-color: #DB4871;
}
.BgClassName
{
background-color: #DB4871;
}
</style>
border-color css
<style>
span { border-color: #DB4871; }
span { border-color: rgb(219,72,113); }
td.TdClassName
{
border-color: #DB4871;
}
.TagClassName
{
border-color: #DB4871;
}
</style>