Shades of Cranberry #DB4C73
Tints of Cranberry #DB4C73
RGB
CMYK
RGB Variations
Color information
#DB4C73 (or 0xDB4C73) is known color: Cranberry. HEX triplet: DB, 4C and 73. RGB value is (219,76,115). Sum of RGB (Red+Green+Blue) = 219+76+115=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4C73 is #24B38C. Grayscale: #7B7B7B. Windows color (decimal): -2405261 or 7556315. OLE color: 7556315.
HSL color Cylindrical-coordinate representation of color #DB4C73: hue angle of 343.64º degrees, saturation: 0.67, 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 #DB4C73 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 115 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.14 |
| HSL | 343.64º | 0.67% | 0.58% | - |
| HSV(B) | 343.64º | 0.65% | 0.86% | - |
| XYZ | 34.89 | 21.47 | 18.52 | - |
| YUV | 123.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 115 | 0 | 0.65 | 0.47 | 0.14 | 343.64 | 0.67 | 0.58 |
| Hex | DB | 4C | 73 | 0 | 41 | 2F | E | 158 | 43 | 3A |
| Octal | 333 | 114 | 163 | 0 | 101 | 57 | 16 | 530 | 103 | 72 |
| Binary | 11011011 | 1001100 | 1110011 | 0 | 1000001 | 101111 | 1110 | 101011000 | 1000011 | 111010 |
Color Harmonies of #DB4C73
Complementary color
Monochromatic Colors of #DB4C73
Black with #DB4C73
Text Example
Text Example
White with #DB4C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C73; }
p { color: rgb(219,76,115); }
H1.HeaderClassName
{
color: #DB4C73;
}
.AnyTagClassName
{
color: #DB4C73;
}
</style>
background-color css
<style>
a { background-color: #DB4C73; }
a { background-color: rgb(219,76,115); }
div.DivClassName
{
background-color: #DB4C73;
}
.BgClassName
{
background-color: #DB4C73;
}
</style>
border-color css
<style>
span { border-color: #DB4C73; }
span { border-color: rgb(219,76,115); }
td.TdClassName
{
border-color: #DB4C73;
}
.TagClassName
{
border-color: #DB4C73;
}
</style>