Shades of Cranberry #DB4582
Tints of Cranberry #DB4582
RGB
CMYK
RGB Variations
Color information
#DB4582 (or 0xDB4582) is known color: Cranberry. HEX triplet: DB, 45 and 82. RGB value is (219,69,130). Sum of RGB (Red+Green+Blue) = 219+69+130=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4582 is #24BA7D. Grayscale: #787878. Windows color (decimal): -2407038 or 8537563. OLE color: 8537563.
HSL color Cylindrical-coordinate representation of color #DB4582: hue angle of 335.6º 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 #DB4582 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 130 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.14 |
| HSL | 335.6º | 0.68% | 0.56% | - |
| HSV(B) | 335.6º | 0.68% | 0.86% | - |
| XYZ | 35.37 | 20.93 | 23.29 | - |
| YUV | 120.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 130 | 0 | 0.68 | 0.41 | 0.14 | 335.6 | 0.68 | 0.56 |
| Hex | DB | 45 | 82 | 0 | 44 | 29 | E | 150 | 44 | 38 |
| Octal | 333 | 105 | 202 | 0 | 104 | 51 | 16 | 520 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10000010 | 0 | 1000100 | 101001 | 1110 | 101010000 | 1000100 | 111000 |
Color Harmonies of #DB4582
Complementary color
Monochromatic Colors of #DB4582
Black with #DB4582
Text Example
Text Example
White with #DB4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4582; }
p { color: rgb(219,69,130); }
H1.HeaderClassName
{
color: #DB4582;
}
.AnyTagClassName
{
color: #DB4582;
}
</style>
background-color css
<style>
a { background-color: #DB4582; }
a { background-color: rgb(219,69,130); }
div.DivClassName
{
background-color: #DB4582;
}
.BgClassName
{
background-color: #DB4582;
}
</style>
border-color css
<style>
span { border-color: #DB4582; }
span { border-color: rgb(219,69,130); }
td.TdClassName
{
border-color: #DB4582;
}
.TagClassName
{
border-color: #DB4582;
}
</style>