Shades of Mandy #DB585A
Tints of Mandy #DB585A
RGB
CMYK
RGB Variations
Color information
#DB585A (or 0xDB585A) is known color: Mandy. HEX triplet: DB, 58 and 5A. RGB value is (219,88,90). Sum of RGB (Red+Green+Blue) = 219+88+90=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB585A is #24A7A5. Grayscale: #7F7F7F. Windows color (decimal): -2402214 or 5920987. OLE color: 5920987.
HSL color Cylindrical-coordinate representation of color #DB585A: hue angle of 359.08º 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 #DB585A is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 90 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.14 |
| HSL | 359.08º | 0.65% | 0.6% | - |
| HSV(B) | 359.08º | 0.6% | 0.86% | - |
| XYZ | 34.55 | 22.78 | 12.25 | - |
| YUV | 127.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 90 | 0 | 0.60 | 0.59 | 0.14 | 359.08 | 0.65 | 0.6 |
| Hex | DB | 58 | 5A | 0 | 3C | 3B | E | 167 | 41 | 3C |
| Octal | 333 | 130 | 132 | 0 | 74 | 73 | 16 | 547 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1011010 | 0 | 111100 | 111011 | 1110 | 101100111 | 1000001 | 111100 |
Color Harmonies of #DB585A
Complementary color
Monochromatic Colors of #DB585A
Black with #DB585A
Text Example
Text Example
White with #DB585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB585A; }
p { color: rgb(219,88,90); }
H1.HeaderClassName
{
color: #DB585A;
}
.AnyTagClassName
{
color: #DB585A;
}
</style>
background-color css
<style>
a { background-color: #DB585A; }
a { background-color: rgb(219,88,90); }
div.DivClassName
{
background-color: #DB585A;
}
.BgClassName
{
background-color: #DB585A;
}
</style>
border-color css
<style>
span { border-color: #DB585A; }
span { border-color: rgb(219,88,90); }
td.TdClassName
{
border-color: #DB585A;
}
.TagClassName
{
border-color: #DB585A;
}
</style>