Shades of Mandy #DB5557
Tints of Mandy #DB5557
RGB
CMYK
RGB Variations
Color information
#DB5557 (or 0xDB5557) is known color: Mandy. HEX triplet: DB, 55 and 57. RGB value is (219,85,87). Sum of RGB (Red+Green+Blue) = 219+85+87=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5557 is #24AAA8. Grayscale: #7D7D7D. Windows color (decimal): -2402985 or 5723611. OLE color: 5723611.
HSL color Cylindrical-coordinate representation of color #DB5557: hue angle of 359.1º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5557 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 87 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.14 |
| HSL | 359.1º | 0.65% | 0.6% | - |
| HSV(B) | 359.1º | 0.61% | 0.86% | - |
| XYZ | 34.18 | 22.25 | 11.51 | - |
| YUV | 125.29 | 106.39 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 87 | 0 | 0.61 | 0.60 | 0.14 | 359.1 | 0.65 | 0.6 |
| Hex | DB | 55 | 57 | 0 | 3D | 3C | E | 167 | 41 | 3C |
| Octal | 333 | 125 | 127 | 0 | 75 | 74 | 16 | 547 | 101 | 74 |
| Binary | 11011011 | 1010101 | 1010111 | 0 | 111101 | 111100 | 1110 | 101100111 | 1000001 | 111100 |
Color Harmonies of #DB5557
Complementary color
Monochromatic Colors of #DB5557
Black with #DB5557
Text Example
Text Example
White with #DB5557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5557; }
p { color: rgb(219,85,87); }
H1.HeaderClassName
{
color: #DB5557;
}
.AnyTagClassName
{
color: #DB5557;
}
</style>
background-color css
<style>
a { background-color: #DB5557; }
a { background-color: rgb(219,85,87); }
div.DivClassName
{
background-color: #DB5557;
}
.BgClassName
{
background-color: #DB5557;
}
</style>
border-color css
<style>
span { border-color: #DB5557; }
span { border-color: rgb(219,85,87); }
td.TdClassName
{
border-color: #DB5557;
}
.TagClassName
{
border-color: #DB5557;
}
</style>