Shades of Cranberry #DB5480
Tints of Cranberry #DB5480
RGB
CMYK
RGB Variations
Color information
#DB5480 (or 0xDB5480) is known color: Cranberry. HEX triplet: DB, 54 and 80. RGB value is (219,84,128). Sum of RGB (Red+Green+Blue) = 219+84+128=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5480 is #24AB7F. Grayscale: #818181. Windows color (decimal): -2403200 or 8410331. OLE color: 8410331.
HSL color Cylindrical-coordinate representation of color #DB5480: hue angle of 340.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5480 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 128 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.14 |
| HSL | 340.44º | 0.65% | 0.59% | - |
| HSV(B) | 340.44º | 0.62% | 0.86% | - |
| XYZ | 36.28 | 22.96 | 22.94 | - |
| YUV | 129.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 128 | 0 | 0.62 | 0.42 | 0.14 | 340.44 | 0.65 | 0.59 |
| Hex | DB | 54 | 80 | 0 | 3E | 2A | E | 154 | 41 | 3B |
| Octal | 333 | 124 | 200 | 0 | 76 | 52 | 16 | 524 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10000000 | 0 | 111110 | 101010 | 1110 | 101010100 | 1000001 | 111011 |
Color Harmonies of #DB5480
Complementary color
Monochromatic Colors of #DB5480
Black with #DB5480
Text Example
Text Example
White with #DB5480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5480; }
p { color: rgb(219,84,128); }
H1.HeaderClassName
{
color: #DB5480;
}
.AnyTagClassName
{
color: #DB5480;
}
</style>
background-color css
<style>
a { background-color: #DB5480; }
a { background-color: rgb(219,84,128); }
div.DivClassName
{
background-color: #DB5480;
}
.BgClassName
{
background-color: #DB5480;
}
</style>
border-color css
<style>
span { border-color: #DB5480; }
span { border-color: rgb(219,84,128); }
td.TdClassName
{
border-color: #DB5480;
}
.TagClassName
{
border-color: #DB5480;
}
</style>