Shades of Cranberry #DB5084
Tints of Cranberry #DB5084
RGB
CMYK
RGB Variations
Color information
#DB5084 (or 0xDB5084) is known color: Cranberry. HEX triplet: DB, 50 and 84. RGB value is (219,80,132). Sum of RGB (Red+Green+Blue) = 219+80+132=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5084 is #24AF7B. Grayscale: #7F7F7F. Windows color (decimal): -2404220 or 8671451. OLE color: 8671451.
HSL color Cylindrical-coordinate representation of color #DB5084: hue angle of 337.55º 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 #DB5084 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 132 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.14 |
| HSL | 337.55º | 0.66% | 0.59% | - |
| HSV(B) | 337.55º | 0.63% | 0.86% | - |
| XYZ | 36.25 | 22.46 | 24.26 | - |
| YUV | 127.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 132 | 0 | 0.63 | 0.40 | 0.14 | 337.55 | 0.66 | 0.59 |
| Hex | DB | 50 | 84 | 0 | 3F | 28 | E | 152 | 42 | 3B |
| Octal | 333 | 120 | 204 | 0 | 77 | 50 | 16 | 522 | 102 | 73 |
| Binary | 11011011 | 1010000 | 10000100 | 0 | 111111 | 101000 | 1110 | 101010010 | 1000010 | 111011 |
Color Harmonies of #DB5084
Complementary color
Monochromatic Colors of #DB5084
Black with #DB5084
Text Example
Text Example
White with #DB5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5084; }
p { color: rgb(219,80,132); }
H1.HeaderClassName
{
color: #DB5084;
}
.AnyTagClassName
{
color: #DB5084;
}
</style>
background-color css
<style>
a { background-color: #DB5084; }
a { background-color: rgb(219,80,132); }
div.DivClassName
{
background-color: #DB5084;
}
.BgClassName
{
background-color: #DB5084;
}
</style>
border-color css
<style>
span { border-color: #DB5084; }
span { border-color: rgb(219,80,132); }
td.TdClassName
{
border-color: #DB5084;
}
.TagClassName
{
border-color: #DB5084;
}
</style>