Shades of Cranberry #DB4D71
Tints of Cranberry #DB4D71
RGB
CMYK
RGB Variations
Color information
#DB4D71 (or 0xDB4D71) is known color: Cranberry. HEX triplet: DB, 4D and 71. RGB value is (219,77,113). Sum of RGB (Red+Green+Blue) = 219+77+113=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D71 is #24B28E. Grayscale: #7B7B7B. Windows color (decimal): -2405007 or 7425499. OLE color: 7425499.
HSL color Cylindrical-coordinate representation of color #DB4D71: hue angle of 344.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D71 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 113 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.14 |
| HSL | 344.79º | 0.66% | 0.58% | - |
| HSV(B) | 344.79º | 0.65% | 0.86% | - |
| XYZ | 34.85 | 21.56 | 17.95 | - |
| YUV | 123.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 113 | 0 | 0.65 | 0.48 | 0.14 | 344.79 | 0.66 | 0.58 |
| Hex | DB | 4D | 71 | 0 | 41 | 30 | E | 159 | 42 | 3A |
| Octal | 333 | 115 | 161 | 0 | 101 | 60 | 16 | 531 | 102 | 72 |
| Binary | 11011011 | 1001101 | 1110001 | 0 | 1000001 | 110000 | 1110 | 101011001 | 1000010 | 111010 |
Color Harmonies of #DB4D71
Complementary color
Monochromatic Colors of #DB4D71
Black with #DB4D71
Text Example
Text Example
White with #DB4D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D71; }
p { color: rgb(219,77,113); }
H1.HeaderClassName
{
color: #DB4D71;
}
.AnyTagClassName
{
color: #DB4D71;
}
</style>
background-color css
<style>
a { background-color: #DB4D71; }
a { background-color: rgb(219,77,113); }
div.DivClassName
{
background-color: #DB4D71;
}
.BgClassName
{
background-color: #DB4D71;
}
</style>
border-color css
<style>
span { border-color: #DB4D71; }
span { border-color: rgb(219,77,113); }
td.TdClassName
{
border-color: #DB4D71;
}
.TagClassName
{
border-color: #DB4D71;
}
</style>