Shades of Cranberry #DB4D73
Tints of Cranberry #DB4D73
RGB
CMYK
RGB Variations
Color information
#DB4D73 (or 0xDB4D73) is known color: Cranberry. HEX triplet: DB, 4D and 73. RGB value is (219,77,115). Sum of RGB (Red+Green+Blue) = 219+77+115=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D73 is #24B28C. Grayscale: #7B7B7B. Windows color (decimal): -2405005 or 7556571. OLE color: 7556571.
HSL color Cylindrical-coordinate representation of color #DB4D73: hue angle of 343.94º 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 #DB4D73 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 115 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.14 |
| HSL | 343.94º | 0.66% | 0.58% | - |
| HSV(B) | 343.94º | 0.65% | 0.86% | - |
| XYZ | 34.96 | 21.61 | 18.55 | - |
| YUV | 123.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 115 | 0 | 0.65 | 0.47 | 0.14 | 343.94 | 0.66 | 0.58 |
| Hex | DB | 4D | 73 | 0 | 41 | 2F | E | 158 | 42 | 3A |
| Octal | 333 | 115 | 163 | 0 | 101 | 57 | 16 | 530 | 102 | 72 |
| Binary | 11011011 | 1001101 | 1110011 | 0 | 1000001 | 101111 | 1110 | 101011000 | 1000010 | 111010 |
Color Harmonies of #DB4D73
Complementary color
Monochromatic Colors of #DB4D73
Black with #DB4D73
Text Example
Text Example
White with #DB4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D73; }
p { color: rgb(219,77,115); }
H1.HeaderClassName
{
color: #DB4D73;
}
.AnyTagClassName
{
color: #DB4D73;
}
</style>
background-color css
<style>
a { background-color: #DB4D73; }
a { background-color: rgb(219,77,115); }
div.DivClassName
{
background-color: #DB4D73;
}
.BgClassName
{
background-color: #DB4D73;
}
</style>
border-color css
<style>
span { border-color: #DB4D73; }
span { border-color: rgb(219,77,115); }
td.TdClassName
{
border-color: #DB4D73;
}
.TagClassName
{
border-color: #DB4D73;
}
</style>