Shades of Cranberry #DB5778
Tints of Cranberry #DB5778
RGB
CMYK
RGB Variations
Color information
#DB5778 (or 0xDB5778) is known color: Cranberry. HEX triplet: DB, 57 and 78. RGB value is (219,87,120). Sum of RGB (Red+Green+Blue) = 219+87+120=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5778 is #24A887. Grayscale: #828282. Windows color (decimal): -2402440 or 7886811. OLE color: 7886811.
HSL color Cylindrical-coordinate representation of color #DB5778: hue angle of 345º 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 #DB5778 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 120 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.14 |
| HSL | 345º | 0.65% | 0.6% | - |
| HSV(B) | 345º | 0.6% | 0.86% | - |
| XYZ | 36.01 | 23.23 | 20.36 | - |
| YUV | 130.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 120 | 0 | 0.60 | 0.45 | 0.14 | 345 | 0.65 | 0.6 |
| Hex | DB | 57 | 78 | 0 | 3C | 2D | E | 159 | 41 | 3C |
| Octal | 333 | 127 | 170 | 0 | 74 | 55 | 16 | 531 | 101 | 74 |
| Binary | 11011011 | 1010111 | 1111000 | 0 | 111100 | 101101 | 1110 | 101011001 | 1000001 | 111100 |
Color Harmonies of #DB5778
Complementary color
Monochromatic Colors of #DB5778
Black with #DB5778
Text Example
Text Example
White with #DB5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5778; }
p { color: rgb(219,87,120); }
H1.HeaderClassName
{
color: #DB5778;
}
.AnyTagClassName
{
color: #DB5778;
}
</style>
background-color css
<style>
a { background-color: #DB5778; }
a { background-color: rgb(219,87,120); }
div.DivClassName
{
background-color: #DB5778;
}
.BgClassName
{
background-color: #DB5778;
}
</style>
border-color css
<style>
span { border-color: #DB5778; }
span { border-color: rgb(219,87,120); }
td.TdClassName
{
border-color: #DB5778;
}
.TagClassName
{
border-color: #DB5778;
}
</style>