Shades of Mandy #DA595E
Tints of Mandy #DA595E
RGB
CMYK
RGB Variations
Color information
#DA595E (or 0xDA595E) is known color: Mandy. HEX triplet: DA, 59 and 5E. RGB value is (218,89,94). Sum of RGB (Red+Green+Blue) = 218+89+94=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA595E is #25A6A1. Grayscale: #808080. Windows color (decimal): -2467490 or 6183386. OLE color: 6183386.
HSL color Cylindrical-coordinate representation of color #DA595E: hue angle of 357.67º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA595E is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 94 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.15 |
| HSL | 357.67º | 0.64% | 0.6% | - |
| HSV(B) | 357.67º | 0.59% | 0.85% | - |
| XYZ | 34.51 | 22.86 | 13.18 | - |
| YUV | 128.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 94 | 0 | 0.59 | 0.57 | 0.15 | 357.67 | 0.64 | 0.6 |
| Hex | DA | 59 | 5E | 0 | 3B | 39 | F | 166 | 40 | 3C |
| Octal | 332 | 131 | 136 | 0 | 73 | 71 | 17 | 546 | 100 | 74 |
| Binary | 11011010 | 1011001 | 1011110 | 0 | 111011 | 111001 | 1111 | 101100110 | 1000000 | 111100 |
Color Harmonies of #DA595E
Complementary color
Monochromatic Colors of #DA595E
Black with #DA595E
Text Example
Text Example
White with #DA595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA595E; }
p { color: rgb(218,89,94); }
H1.HeaderClassName
{
color: #DA595E;
}
.AnyTagClassName
{
color: #DA595E;
}
</style>
background-color css
<style>
a { background-color: #DA595E; }
a { background-color: rgb(218,89,94); }
div.DivClassName
{
background-color: #DA595E;
}
.BgClassName
{
background-color: #DA595E;
}
</style>
border-color css
<style>
span { border-color: #DA595E; }
span { border-color: rgb(218,89,94); }
td.TdClassName
{
border-color: #DA595E;
}
.TagClassName
{
border-color: #DA595E;
}
</style>