Shades of Cranberry #DB4673
Tints of Cranberry #DB4673
RGB
CMYK
RGB Variations
Color information
#DB4673 (or 0xDB4673) is known color: Cranberry. HEX triplet: DB, 46 and 73. RGB value is (219,70,115). Sum of RGB (Red+Green+Blue) = 219+70+115=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4673 is #24B98C. Grayscale: #777777. Windows color (decimal): -2406797 or 7554779. OLE color: 7554779.
HSL color Cylindrical-coordinate representation of color #DB4673: hue angle of 341.88º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4673 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 115 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.14 |
| HSL | 341.88º | 0.67% | 0.57% | - |
| HSV(B) | 341.88º | 0.68% | 0.86% | - |
| XYZ | 34.5 | 20.68 | 18.39 | - |
| YUV | 119.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 115 | 0 | 0.68 | 0.47 | 0.14 | 341.88 | 0.67 | 0.57 |
| Hex | DB | 46 | 73 | 0 | 44 | 2F | E | 156 | 43 | 39 |
| Octal | 333 | 106 | 163 | 0 | 104 | 57 | 16 | 526 | 103 | 71 |
| Binary | 11011011 | 1000110 | 1110011 | 0 | 1000100 | 101111 | 1110 | 101010110 | 1000011 | 111001 |
Color Harmonies of #DB4673
Complementary color
Monochromatic Colors of #DB4673
Black with #DB4673
Text Example
Text Example
White with #DB4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4673; }
p { color: rgb(219,70,115); }
H1.HeaderClassName
{
color: #DB4673;
}
.AnyTagClassName
{
color: #DB4673;
}
</style>
background-color css
<style>
a { background-color: #DB4673; }
a { background-color: rgb(219,70,115); }
div.DivClassName
{
background-color: #DB4673;
}
.BgClassName
{
background-color: #DB4673;
}
</style>
border-color css
<style>
span { border-color: #DB4673; }
span { border-color: rgb(219,70,115); }
td.TdClassName
{
border-color: #DB4673;
}
.TagClassName
{
border-color: #DB4673;
}
</style>