Shades of Mandy #DB585E
Tints of Mandy #DB585E
RGB
CMYK
RGB Variations
Color information
#DB585E (or 0xDB585E) is known color: Mandy. HEX triplet: DB, 58 and 5E. RGB value is (219,88,94). Sum of RGB (Red+Green+Blue) = 219+88+94=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB585E is #24A7A1. Grayscale: #7F7F7F. Windows color (decimal): -2402210 or 6183131. OLE color: 6183131.
HSL color Cylindrical-coordinate representation of color #DB585E: hue angle of 357.25º 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 #DB585E is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 94 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.14 |
| HSL | 357.25º | 0.65% | 0.6% | - |
| HSV(B) | 357.25º | 0.6% | 0.86% | - |
| XYZ | 34.72 | 22.85 | 13.17 | - |
| YUV | 127.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 94 | 0 | 0.60 | 0.57 | 0.14 | 357.25 | 0.65 | 0.6 |
| Hex | DB | 58 | 5E | 0 | 3C | 39 | E | 165 | 41 | 3C |
| Octal | 333 | 130 | 136 | 0 | 74 | 71 | 16 | 545 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1011110 | 0 | 111100 | 111001 | 1110 | 101100101 | 1000001 | 111100 |
Color Harmonies of #DB585E
Complementary color
Monochromatic Colors of #DB585E
Black with #DB585E
Text Example
Text Example
White with #DB585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB585E; }
p { color: rgb(219,88,94); }
H1.HeaderClassName
{
color: #DB585E;
}
.AnyTagClassName
{
color: #DB585E;
}
</style>
background-color css
<style>
a { background-color: #DB585E; }
a { background-color: rgb(219,88,94); }
div.DivClassName
{
background-color: #DB585E;
}
.BgClassName
{
background-color: #DB585E;
}
</style>
border-color css
<style>
span { border-color: #DB585E; }
span { border-color: rgb(219,88,94); }
td.TdClassName
{
border-color: #DB585E;
}
.TagClassName
{
border-color: #DB585E;
}
</style>