Shades of Cranberry #DB4B89
Tints of Cranberry #DB4B89
RGB
CMYK
RGB Variations
Color information
#DB4B89 (or 0xDB4B89) is known color: Cranberry. HEX triplet: DB, 4B and 89. RGB value is (219,75,137). Sum of RGB (Red+Green+Blue) = 219+75+137=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4B89 is #24B476. Grayscale: #7D7D7D. Windows color (decimal): -2405495 or 8997851. OLE color: 8997851.
HSL color Cylindrical-coordinate representation of color #DB4B89: hue angle of 334.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4B89 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 137 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.14 |
| HSL | 334.17º | 0.67% | 0.58% | - |
| HSV(B) | 334.17º | 0.66% | 0.86% | - |
| XYZ | 36.24 | 21.9 | 25.98 | - |
| YUV | 125.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 137 | 0 | 0.66 | 0.37 | 0.14 | 334.17 | 0.67 | 0.58 |
| Hex | DB | 4B | 89 | 0 | 42 | 25 | E | 14E | 43 | 3A |
| Octal | 333 | 113 | 211 | 0 | 102 | 45 | 16 | 516 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10001001 | 0 | 1000010 | 100101 | 1110 | 101001110 | 1000011 | 111010 |
Color Harmonies of #DB4B89
Complementary color
Monochromatic Colors of #DB4B89
Black with #DB4B89
Text Example
Text Example
White with #DB4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B89; }
p { color: rgb(219,75,137); }
H1.HeaderClassName
{
color: #DB4B89;
}
.AnyTagClassName
{
color: #DB4B89;
}
</style>
background-color css
<style>
a { background-color: #DB4B89; }
a { background-color: rgb(219,75,137); }
div.DivClassName
{
background-color: #DB4B89;
}
.BgClassName
{
background-color: #DB4B89;
}
</style>
border-color css
<style>
span { border-color: #DB4B89; }
span { border-color: rgb(219,75,137); }
td.TdClassName
{
border-color: #DB4B89;
}
.TagClassName
{
border-color: #DB4B89;
}
</style>