Shades of Cranberry #DB5780
Tints of Cranberry #DB5780
RGB
CMYK
RGB Variations
Color information
#DB5780 (or 0xDB5780) is known color: Cranberry. HEX triplet: DB, 57 and 80. RGB value is (219,87,128). Sum of RGB (Red+Green+Blue) = 219+87+128=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5780 is #24A87F. Grayscale: #838383. Windows color (decimal): -2402432 or 8411099. OLE color: 8411099.
HSL color Cylindrical-coordinate representation of color #DB5780: hue angle of 341.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5780 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 128 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.14 |
| HSL | 341.36º | 0.65% | 0.6% | - |
| HSV(B) | 341.36º | 0.6% | 0.86% | - |
| XYZ | 36.52 | 23.43 | 23.02 | - |
| YUV | 131.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 128 | 0 | 0.60 | 0.42 | 0.14 | 341.36 | 0.65 | 0.6 |
| Hex | DB | 57 | 80 | 0 | 3C | 2A | E | 155 | 41 | 3C |
| Octal | 333 | 127 | 200 | 0 | 74 | 52 | 16 | 525 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10000000 | 0 | 111100 | 101010 | 1110 | 101010101 | 1000001 | 111100 |
Color Harmonies of #DB5780
Complementary color
Monochromatic Colors of #DB5780
Black with #DB5780
Text Example
Text Example
White with #DB5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5780; }
p { color: rgb(219,87,128); }
H1.HeaderClassName
{
color: #DB5780;
}
.AnyTagClassName
{
color: #DB5780;
}
</style>
background-color css
<style>
a { background-color: #DB5780; }
a { background-color: rgb(219,87,128); }
div.DivClassName
{
background-color: #DB5780;
}
.BgClassName
{
background-color: #DB5780;
}
</style>
border-color css
<style>
span { border-color: #DB5780; }
span { border-color: rgb(219,87,128); }
td.TdClassName
{
border-color: #DB5780;
}
.TagClassName
{
border-color: #DB5780;
}
</style>