Shades of Cranberry #DB4584
Tints of Cranberry #DB4584
RGB
CMYK
RGB Variations
Color information
#DB4584 (or 0xDB4584) is known color: Cranberry. HEX triplet: DB, 45 and 84. RGB value is (219,69,132). Sum of RGB (Red+Green+Blue) = 219+69+132=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4584 is #24BA7B. Grayscale: #787878. Windows color (decimal): -2407036 or 8668635. OLE color: 8668635.
HSL color Cylindrical-coordinate representation of color #DB4584: hue angle of 334.8º 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 #DB4584 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 132 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.14 |
| HSL | 334.8º | 0.68% | 0.56% | - |
| HSV(B) | 334.8º | 0.68% | 0.86% | - |
| XYZ | 35.51 | 20.98 | 24.01 | - |
| YUV | 121.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 132 | 0 | 0.68 | 0.40 | 0.14 | 334.8 | 0.68 | 0.56 |
| Hex | DB | 45 | 84 | 0 | 44 | 28 | E | 14F | 44 | 38 |
| Octal | 333 | 105 | 204 | 0 | 104 | 50 | 16 | 517 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10000100 | 0 | 1000100 | 101000 | 1110 | 101001111 | 1000100 | 111000 |
Color Harmonies of #DB4584
Complementary color
Monochromatic Colors of #DB4584
Black with #DB4584
Text Example
Text Example
White with #DB4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4584; }
p { color: rgb(219,69,132); }
H1.HeaderClassName
{
color: #DB4584;
}
.AnyTagClassName
{
color: #DB4584;
}
</style>
background-color css
<style>
a { background-color: #DB4584; }
a { background-color: rgb(219,69,132); }
div.DivClassName
{
background-color: #DB4584;
}
.BgClassName
{
background-color: #DB4584;
}
</style>
border-color css
<style>
span { border-color: #DB4584; }
span { border-color: rgb(219,69,132); }
td.TdClassName
{
border-color: #DB4584;
}
.TagClassName
{
border-color: #DB4584;
}
</style>