Shades of Mandy #DB5860
Tints of Mandy #DB5860
RGB
CMYK
RGB Variations
Color information
#DB5860 (or 0xDB5860) is known color: Mandy. HEX triplet: DB, 58 and 60. RGB value is (219,88,96). Sum of RGB (Red+Green+Blue) = 219+88+96=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5860 is #24A79F. Grayscale: #808080. Windows color (decimal): -2402208 or 6314203. OLE color: 6314203.
HSL color Cylindrical-coordinate representation of color #DB5860: hue angle of 356.34º 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 #DB5860 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 96 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.14 |
| HSL | 356.34º | 0.65% | 0.6% | - |
| HSV(B) | 356.34º | 0.6% | 0.86% | - |
| XYZ | 34.81 | 22.88 | 13.65 | - |
| YUV | 128.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 96 | 0 | 0.60 | 0.56 | 0.14 | 356.34 | 0.65 | 0.6 |
| Hex | DB | 58 | 60 | 0 | 3C | 38 | E | 164 | 41 | 3C |
| Octal | 333 | 130 | 140 | 0 | 74 | 70 | 16 | 544 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1100000 | 0 | 111100 | 111000 | 1110 | 101100100 | 1000001 | 111100 |
Color Harmonies of #DB5860
Complementary color
Monochromatic Colors of #DB5860
Black with #DB5860
Text Example
Text Example
White with #DB5860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5860; }
p { color: rgb(219,88,96); }
H1.HeaderClassName
{
color: #DB5860;
}
.AnyTagClassName
{
color: #DB5860;
}
</style>
background-color css
<style>
a { background-color: #DB5860; }
a { background-color: rgb(219,88,96); }
div.DivClassName
{
background-color: #DB5860;
}
.BgClassName
{
background-color: #DB5860;
}
</style>
border-color css
<style>
span { border-color: #DB5860; }
span { border-color: rgb(219,88,96); }
td.TdClassName
{
border-color: #DB5860;
}
.TagClassName
{
border-color: #DB5860;
}
</style>