Shades of Cranberry #DB5082
Tints of Cranberry #DB5082
RGB
CMYK
RGB Variations
Color information
#DB5082 (or 0xDB5082) is known color: Cranberry. HEX triplet: DB, 50 and 82. RGB value is (219,80,130). Sum of RGB (Red+Green+Blue) = 219+80+130=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5082 is #24AF7D. Grayscale: #7F7F7F. Windows color (decimal): -2404222 or 8540379. OLE color: 8540379.
HSL color Cylindrical-coordinate representation of color #DB5082: hue angle of 338.42º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5082 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 130 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.14 |
| HSL | 338.42º | 0.66% | 0.59% | - |
| HSV(B) | 338.42º | 0.63% | 0.86% | - |
| XYZ | 36.11 | 22.41 | 23.54 | - |
| YUV | 127.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 130 | 0 | 0.63 | 0.41 | 0.14 | 338.42 | 0.66 | 0.59 |
| Hex | DB | 50 | 82 | 0 | 3F | 29 | E | 152 | 42 | 3B |
| Octal | 333 | 120 | 202 | 0 | 77 | 51 | 16 | 522 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10000010 | 0 | 111111 | 101001 | 1110 | 101010010 | 1000010 | 111011 |
Color Harmonies of #DB5082
Complementary color
Monochromatic Colors of #DB5082
Black with #DB5082
Text Example
Text Example
White with #DB5082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5082; }
p { color: rgb(219,80,130); }
H1.HeaderClassName
{
color: #DB5082;
}
.AnyTagClassName
{
color: #DB5082;
}
</style>
background-color css
<style>
a { background-color: #DB5082; }
a { background-color: rgb(219,80,130); }
div.DivClassName
{
background-color: #DB5082;
}
.BgClassName
{
background-color: #DB5082;
}
</style>
border-color css
<style>
span { border-color: #DB5082; }
span { border-color: rgb(219,80,130); }
td.TdClassName
{
border-color: #DB5082;
}
.TagClassName
{
border-color: #DB5082;
}
</style>