Shades of Mandy #DB585B
Tints of Mandy #DB585B
RGB
CMYK
RGB Variations
Color information
#DB585B (or 0xDB585B) is known color: Mandy. HEX triplet: DB, 58 and 5B. RGB value is (219,88,91). Sum of RGB (Red+Green+Blue) = 219+88+91=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB585B is #24A7A4. Grayscale: #7F7F7F. Windows color (decimal): -2402213 or 5986523. OLE color: 5986523.
HSL color Cylindrical-coordinate representation of color #DB585B: hue angle of 358.63º 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 #DB585B is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 91 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.14 |
| HSL | 358.63º | 0.65% | 0.6% | - |
| HSV(B) | 358.63º | 0.6% | 0.86% | - |
| XYZ | 34.59 | 22.79 | 12.47 | - |
| YUV | 127.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 91 | 0 | 0.60 | 0.58 | 0.14 | 358.63 | 0.65 | 0.6 |
| Hex | DB | 58 | 5B | 0 | 3C | 3A | E | 167 | 41 | 3C |
| Octal | 333 | 130 | 133 | 0 | 74 | 72 | 16 | 547 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1011011 | 0 | 111100 | 111010 | 1110 | 101100111 | 1000001 | 111100 |
Color Harmonies of #DB585B
Complementary color
Monochromatic Colors of #DB585B
Black with #DB585B
Text Example
Text Example
White with #DB585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB585B; }
p { color: rgb(219,88,91); }
H1.HeaderClassName
{
color: #DB585B;
}
.AnyTagClassName
{
color: #DB585B;
}
</style>
background-color css
<style>
a { background-color: #DB585B; }
a { background-color: rgb(219,88,91); }
div.DivClassName
{
background-color: #DB585B;
}
.BgClassName
{
background-color: #DB585B;
}
</style>
border-color css
<style>
span { border-color: #DB585B; }
span { border-color: rgb(219,88,91); }
td.TdClassName
{
border-color: #DB585B;
}
.TagClassName
{
border-color: #DB585B;
}
</style>