Shades of Cranberry #DB5582
Tints of Cranberry #DB5582
RGB
CMYK
RGB Variations
Color information
#DB5582 (or 0xDB5582) is known color: Cranberry. HEX triplet: DB, 55 and 82. RGB value is (219,85,130). Sum of RGB (Red+Green+Blue) = 219+85+130=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5582 is #24AA7D. Grayscale: #828282. Windows color (decimal): -2402942 or 8541659. OLE color: 8541659.
HSL color Cylindrical-coordinate representation of color #DB5582: hue angle of 339.85º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5582 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 130 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.14 |
| HSL | 339.85º | 0.65% | 0.6% | - |
| HSV(B) | 339.85º | 0.61% | 0.86% | - |
| XYZ | 36.49 | 23.17 | 23.67 | - |
| YUV | 130.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 130 | 0 | 0.61 | 0.41 | 0.14 | 339.85 | 0.65 | 0.6 |
| Hex | DB | 55 | 82 | 0 | 3D | 29 | E | 154 | 41 | 3C |
| Octal | 333 | 125 | 202 | 0 | 75 | 51 | 16 | 524 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10000010 | 0 | 111101 | 101001 | 1110 | 101010100 | 1000001 | 111100 |
Color Harmonies of #DB5582
Complementary color
Monochromatic Colors of #DB5582
Black with #DB5582
Text Example
Text Example
White with #DB5582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5582; }
p { color: rgb(219,85,130); }
H1.HeaderClassName
{
color: #DB5582;
}
.AnyTagClassName
{
color: #DB5582;
}
</style>
background-color css
<style>
a { background-color: #DB5582; }
a { background-color: rgb(219,85,130); }
div.DivClassName
{
background-color: #DB5582;
}
.BgClassName
{
background-color: #DB5582;
}
</style>
border-color css
<style>
span { border-color: #DB5582; }
span { border-color: rgb(219,85,130); }
td.TdClassName
{
border-color: #DB5582;
}
.TagClassName
{
border-color: #DB5582;
}
</style>