Shades of Cranberry #DB5A78
Tints of Cranberry #DB5A78
RGB
CMYK
RGB Variations
Color information
#DB5A78 (or 0xDB5A78) is known color: Cranberry. HEX triplet: DB, 5A and 78. RGB value is (219,90,120). Sum of RGB (Red+Green+Blue) = 219+90+120=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A78 is #24A587. Grayscale: #848484. Windows color (decimal): -2401672 or 7887579. OLE color: 7887579.
HSL color Cylindrical-coordinate representation of color #DB5A78: hue angle of 346.05º 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 #DB5A78 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 120 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.14 |
| HSL | 346.05º | 0.64% | 0.61% | - |
| HSV(B) | 346.05º | 0.59% | 0.86% | - |
| XYZ | 36.26 | 23.73 | 20.44 | - |
| YUV | 131.99 | 121.24 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 120 | 0 | 0.59 | 0.45 | 0.14 | 346.05 | 0.64 | 0.61 |
| Hex | DB | 5A | 78 | 0 | 3B | 2D | E | 15A | 40 | 3D |
| Octal | 333 | 132 | 170 | 0 | 73 | 55 | 16 | 532 | 100 | 75 |
| Binary | 11011011 | 1011010 | 1111000 | 0 | 111011 | 101101 | 1110 | 101011010 | 1000000 | 111101 |
Color Harmonies of #DB5A78
Complementary color
Monochromatic Colors of #DB5A78
Black with #DB5A78
Text Example
Text Example
White with #DB5A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A78; }
p { color: rgb(219,90,120); }
H1.HeaderClassName
{
color: #DB5A78;
}
.AnyTagClassName
{
color: #DB5A78;
}
</style>
background-color css
<style>
a { background-color: #DB5A78; }
a { background-color: rgb(219,90,120); }
div.DivClassName
{
background-color: #DB5A78;
}
.BgClassName
{
background-color: #DB5A78;
}
</style>
border-color css
<style>
span { border-color: #DB5A78; }
span { border-color: rgb(219,90,120); }
td.TdClassName
{
border-color: #DB5A78;
}
.TagClassName
{
border-color: #DB5A78;
}
</style>