Shades of Cranberry #DB5A80
Tints of Cranberry #DB5A80
RGB
CMYK
RGB Variations
Color information
#DB5A80 (or 0xDB5A80) is known color: Cranberry. HEX triplet: DB, 5A and 80. RGB value is (219,90,128). Sum of RGB (Red+Green+Blue) = 219+90+128=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A80 is #24A57F. Grayscale: #848484. Windows color (decimal): -2401664 or 8411867. OLE color: 8411867.
HSL color Cylindrical-coordinate representation of color #DB5A80: hue angle of 342.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A80 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 128 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.14 |
| HSL | 342.33º | 0.64% | 0.61% | - |
| HSV(B) | 342.33º | 0.59% | 0.86% | - |
| XYZ | 36.77 | 23.93 | 23.1 | - |
| YUV | 132.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 128 | 0 | 0.59 | 0.42 | 0.14 | 342.33 | 0.64 | 0.61 |
| Hex | DB | 5A | 80 | 0 | 3B | 2A | E | 156 | 40 | 3D |
| Octal | 333 | 132 | 200 | 0 | 73 | 52 | 16 | 526 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10000000 | 0 | 111011 | 101010 | 1110 | 101010110 | 1000000 | 111101 |
Color Harmonies of #DB5A80
Complementary color
Monochromatic Colors of #DB5A80
Black with #DB5A80
Text Example
Text Example
White with #DB5A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A80; }
p { color: rgb(219,90,128); }
H1.HeaderClassName
{
color: #DB5A80;
}
.AnyTagClassName
{
color: #DB5A80;
}
</style>
background-color css
<style>
a { background-color: #DB5A80; }
a { background-color: rgb(219,90,128); }
div.DivClassName
{
background-color: #DB5A80;
}
.BgClassName
{
background-color: #DB5A80;
}
</style>
border-color css
<style>
span { border-color: #DB5A80; }
span { border-color: rgb(219,90,128); }
td.TdClassName
{
border-color: #DB5A80;
}
.TagClassName
{
border-color: #DB5A80;
}
</style>