Shades of Mandy #DA585E
Tints of Mandy #DA585E
RGB
CMYK
RGB Variations
Color information
#DA585E (or 0xDA585E) is known color: Mandy. HEX triplet: DA, 58 and 5E. RGB value is (218,88,94). Sum of RGB (Red+Green+Blue) = 218+88+94=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA585E is #25A7A1. Grayscale: #7F7F7F. Windows color (decimal): -2467746 or 6183130. OLE color: 6183130.
HSL color Cylindrical-coordinate representation of color #DA585E: hue angle of 357.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA585E is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 94 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.15 |
| HSL | 357.23º | 0.64% | 0.6% | - |
| HSV(B) | 357.23º | 0.6% | 0.85% | - |
| XYZ | 34.42 | 22.69 | 13.16 | - |
| YUV | 127.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 94 | 0 | 0.60 | 0.57 | 0.15 | 357.23 | 0.64 | 0.6 |
| Hex | DA | 58 | 5E | 0 | 3C | 39 | F | 165 | 40 | 3C |
| Octal | 332 | 130 | 136 | 0 | 74 | 71 | 17 | 545 | 100 | 74 |
| Binary | 11011010 | 1011000 | 1011110 | 0 | 111100 | 111001 | 1111 | 101100101 | 1000000 | 111100 |
Color Harmonies of #DA585E
Complementary color
Monochromatic Colors of #DA585E
Black with #DA585E
Text Example
Text Example
White with #DA585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA585E; }
p { color: rgb(218,88,94); }
H1.HeaderClassName
{
color: #DA585E;
}
.AnyTagClassName
{
color: #DA585E;
}
</style>
background-color css
<style>
a { background-color: #DA585E; }
a { background-color: rgb(218,88,94); }
div.DivClassName
{
background-color: #DA585E;
}
.BgClassName
{
background-color: #DA585E;
}
</style>
border-color css
<style>
span { border-color: #DA585E; }
span { border-color: rgb(218,88,94); }
td.TdClassName
{
border-color: #DA585E;
}
.TagClassName
{
border-color: #DA585E;
}
</style>