Shades of Cranberry #DB4576
Tints of Cranberry #DB4576
RGB
CMYK
RGB Variations
Color information
#DB4576 (or 0xDB4576) is known color: Cranberry. HEX triplet: DB, 45 and 76. RGB value is (219,69,118). Sum of RGB (Red+Green+Blue) = 219+69+118=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4576 is #24BA89. Grayscale: #777777. Windows color (decimal): -2407050 or 7751131. OLE color: 7751131.
HSL color Cylindrical-coordinate representation of color #DB4576: hue angle of 340.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4576 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 118 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.14 |
| HSL | 340.4º | 0.68% | 0.56% | - |
| HSV(B) | 340.4º | 0.68% | 0.86% | - |
| XYZ | 34.61 | 20.62 | 19.3 | - |
| YUV | 119.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 118 | 0 | 0.68 | 0.46 | 0.14 | 340.4 | 0.68 | 0.56 |
| Hex | DB | 45 | 76 | 0 | 44 | 2E | E | 154 | 44 | 38 |
| Octal | 333 | 105 | 166 | 0 | 104 | 56 | 16 | 524 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1110110 | 0 | 1000100 | 101110 | 1110 | 101010100 | 1000100 | 111000 |
Color Harmonies of #DB4576
Complementary color
Monochromatic Colors of #DB4576
Black with #DB4576
Text Example
Text Example
White with #DB4576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4576; }
p { color: rgb(219,69,118); }
H1.HeaderClassName
{
color: #DB4576;
}
.AnyTagClassName
{
color: #DB4576;
}
</style>
background-color css
<style>
a { background-color: #DB4576; }
a { background-color: rgb(219,69,118); }
div.DivClassName
{
background-color: #DB4576;
}
.BgClassName
{
background-color: #DB4576;
}
</style>
border-color css
<style>
span { border-color: #DB4576; }
span { border-color: rgb(219,69,118); }
td.TdClassName
{
border-color: #DB4576;
}
.TagClassName
{
border-color: #DB4576;
}
</style>