Shades of Mandy #DB585C
Tints of Mandy #DB585C
RGB
CMYK
RGB Variations
Color information
#DB585C (or 0xDB585C) is known color: Mandy. HEX triplet: DB, 58 and 5C. RGB value is (219,88,92). Sum of RGB (Red+Green+Blue) = 219+88+92=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB585C is #24A7A3. Grayscale: #7F7F7F. Windows color (decimal): -2402212 or 6052059. OLE color: 6052059.
HSL color Cylindrical-coordinate representation of color #DB585C: hue angle of 358.17º 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 #DB585C is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 92 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.14 |
| HSL | 358.17º | 0.65% | 0.6% | - |
| HSV(B) | 358.17º | 0.6% | 0.86% | - |
| XYZ | 34.63 | 22.81 | 12.7 | - |
| YUV | 127.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 92 | 0 | 0.60 | 0.58 | 0.14 | 358.17 | 0.65 | 0.6 |
| Hex | DB | 58 | 5C | 0 | 3C | 3A | E | 166 | 41 | 3C |
| Octal | 333 | 130 | 134 | 0 | 74 | 72 | 16 | 546 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1011100 | 0 | 111100 | 111010 | 1110 | 101100110 | 1000001 | 111100 |
Color Harmonies of #DB585C
Complementary color
Monochromatic Colors of #DB585C
Black with #DB585C
Text Example
Text Example
White with #DB585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB585C; }
p { color: rgb(219,88,92); }
H1.HeaderClassName
{
color: #DB585C;
}
.AnyTagClassName
{
color: #DB585C;
}
</style>
background-color css
<style>
a { background-color: #DB585C; }
a { background-color: rgb(219,88,92); }
div.DivClassName
{
background-color: #DB585C;
}
.BgClassName
{
background-color: #DB585C;
}
</style>
border-color css
<style>
span { border-color: #DB585C; }
span { border-color: rgb(219,88,92); }
td.TdClassName
{
border-color: #DB585C;
}
.TagClassName
{
border-color: #DB585C;
}
</style>