Shades of Cranberry #DB4873
Tints of Cranberry #DB4873
RGB
CMYK
RGB Variations
Color information
#DB4873 (or 0xDB4873) is known color: Cranberry. HEX triplet: DB, 48 and 73. RGB value is (219,72,115). Sum of RGB (Red+Green+Blue) = 219+72+115=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4873 is #24B78C. Grayscale: #787878. Windows color (decimal): -2406285 or 7555291. OLE color: 7555291.
HSL color Cylindrical-coordinate representation of color #DB4873: hue angle of 342.45º 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 #DB4873 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 115 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.14 |
| HSL | 342.45º | 0.67% | 0.57% | - |
| HSV(B) | 342.45º | 0.67% | 0.86% | - |
| XYZ | 34.63 | 20.93 | 18.44 | - |
| YUV | 120.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 115 | 0 | 0.67 | 0.47 | 0.14 | 342.45 | 0.67 | 0.57 |
| Hex | DB | 48 | 73 | 0 | 43 | 2F | E | 156 | 43 | 39 |
| Octal | 333 | 110 | 163 | 0 | 103 | 57 | 16 | 526 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1110011 | 0 | 1000011 | 101111 | 1110 | 101010110 | 1000011 | 111001 |
Color Harmonies of #DB4873
Complementary color
Monochromatic Colors of #DB4873
Black with #DB4873
Text Example
Text Example
White with #DB4873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4873; }
p { color: rgb(219,72,115); }
H1.HeaderClassName
{
color: #DB4873;
}
.AnyTagClassName
{
color: #DB4873;
}
</style>
background-color css
<style>
a { background-color: #DB4873; }
a { background-color: rgb(219,72,115); }
div.DivClassName
{
background-color: #DB4873;
}
.BgClassName
{
background-color: #DB4873;
}
</style>
border-color css
<style>
span { border-color: #DB4873; }
span { border-color: rgb(219,72,115); }
td.TdClassName
{
border-color: #DB4873;
}
.TagClassName
{
border-color: #DB4873;
}
</style>