Shades of Mandy #DB5D5E
Tints of Mandy #DB5D5E
RGB
CMYK
RGB Variations
Color information
#DB5D5E (or 0xDB5D5E) is known color: Mandy. HEX triplet: DB, 5D and 5E. RGB value is (219,93,94). Sum of RGB (Red+Green+Blue) = 219+93+94=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D5E is #24A2A1. Grayscale: #828282. Windows color (decimal): -2400930 or 6184411. OLE color: 6184411.
HSL color Cylindrical-coordinate representation of color #DB5D5E: hue angle of 359.52º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5D5E is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 94 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.14 |
| HSL | 359.52º | 0.64% | 0.61% | - |
| HSV(B) | 359.52º | 0.58% | 0.86% | - |
| XYZ | 35.15 | 23.7 | 13.31 | - |
| YUV | 130.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 94 | 0 | 0.58 | 0.57 | 0.14 | 359.52 | 0.64 | 0.61 |
| Hex | DB | 5D | 5E | 0 | 3A | 39 | E | 168 | 40 | 3D |
| Octal | 333 | 135 | 136 | 0 | 72 | 71 | 16 | 550 | 100 | 75 |
| Binary | 11011011 | 1011101 | 1011110 | 0 | 111010 | 111001 | 1110 | 101101000 | 1000000 | 111101 |
Color Harmonies of #DB5D5E
Complementary color
Monochromatic Colors of #DB5D5E
Black with #DB5D5E
Text Example
Text Example
White with #DB5D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D5E; }
p { color: rgb(219,93,94); }
H1.HeaderClassName
{
color: #DB5D5E;
}
.AnyTagClassName
{
color: #DB5D5E;
}
</style>
background-color css
<style>
a { background-color: #DB5D5E; }
a { background-color: rgb(219,93,94); }
div.DivClassName
{
background-color: #DB5D5E;
}
.BgClassName
{
background-color: #DB5D5E;
}
</style>
border-color css
<style>
span { border-color: #DB5D5E; }
span { border-color: rgb(219,93,94); }
td.TdClassName
{
border-color: #DB5D5E;
}
.TagClassName
{
border-color: #DB5D5E;
}
</style>