Shades of Cranberry #DB5473
Tints of Cranberry #DB5473
RGB
CMYK
RGB Variations
Color information
#DB5473 (or 0xDB5473) is known color: Cranberry. HEX triplet: DB, 54 and 73. RGB value is (219,84,115). Sum of RGB (Red+Green+Blue) = 219+84+115=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5473 is #24AB8C. Grayscale: #7F7F7F. Windows color (decimal): -2403213 or 7558363. OLE color: 7558363.
HSL color Cylindrical-coordinate representation of color #DB5473: hue angle of 346.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5473 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 115 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.14 |
| HSL | 346.22º | 0.65% | 0.59% | - |
| HSV(B) | 346.22º | 0.62% | 0.86% | - |
| XYZ | 35.48 | 22.64 | 18.72 | - |
| YUV | 127.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 115 | 0 | 0.62 | 0.47 | 0.14 | 346.22 | 0.65 | 0.59 |
| Hex | DB | 54 | 73 | 0 | 3E | 2F | E | 15A | 41 | 3B |
| Octal | 333 | 124 | 163 | 0 | 76 | 57 | 16 | 532 | 101 | 73 |
| Binary | 11011011 | 1010100 | 1110011 | 0 | 111110 | 101111 | 1110 | 101011010 | 1000001 | 111011 |
Color Harmonies of #DB5473
Complementary color
Monochromatic Colors of #DB5473
Black with #DB5473
Text Example
Text Example
White with #DB5473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5473; }
p { color: rgb(219,84,115); }
H1.HeaderClassName
{
color: #DB5473;
}
.AnyTagClassName
{
color: #DB5473;
}
</style>
background-color css
<style>
a { background-color: #DB5473; }
a { background-color: rgb(219,84,115); }
div.DivClassName
{
background-color: #DB5473;
}
.BgClassName
{
background-color: #DB5473;
}
</style>
border-color css
<style>
span { border-color: #DB5473; }
span { border-color: rgb(219,84,115); }
td.TdClassName
{
border-color: #DB5473;
}
.TagClassName
{
border-color: #DB5473;
}
</style>