Shades of Mandy #DA5159
Tints of Mandy #DA5159
RGB
CMYK
RGB Variations
Color information
#DA5159 (or 0xDA5159) is known color: Mandy. HEX triplet: DA, 51 and 59. RGB value is (218,81,89). Sum of RGB (Red+Green+Blue) = 218+81+89=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5159 is #25AEA6. Grayscale: #7A7A7A. Windows color (decimal): -2469543 or 5853658. OLE color: 5853658.
HSL color Cylindrical-coordinate representation of color #DA5159: hue angle of 356.5º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5159 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 89 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.15 |
| HSL | 356.5º | 0.65% | 0.59% | - |
| HSV(B) | 356.5º | 0.63% | 0.85% | - |
| XYZ | 33.66 | 21.51 | 11.83 | - |
| YUV | 122.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 89 | 0 | 0.63 | 0.59 | 0.15 | 356.5 | 0.65 | 0.59 |
| Hex | DA | 51 | 59 | 0 | 3F | 3B | F | 164 | 41 | 3B |
| Octal | 332 | 121 | 131 | 0 | 77 | 73 | 17 | 544 | 101 | 73 |
| Binary | 11011010 | 1010001 | 1011001 | 0 | 111111 | 111011 | 1111 | 101100100 | 1000001 | 111011 |
Color Harmonies of #DA5159
Complementary color
Monochromatic Colors of #DA5159
Black with #DA5159
Text Example
Text Example
White with #DA5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5159; }
p { color: rgb(218,81,89); }
H1.HeaderClassName
{
color: #DA5159;
}
.AnyTagClassName
{
color: #DA5159;
}
</style>
background-color css
<style>
a { background-color: #DA5159; }
a { background-color: rgb(218,81,89); }
div.DivClassName
{
background-color: #DA5159;
}
.BgClassName
{
background-color: #DA5159;
}
</style>
border-color css
<style>
span { border-color: #DA5159; }
span { border-color: rgb(218,81,89); }
td.TdClassName
{
border-color: #DA5159;
}
.TagClassName
{
border-color: #DA5159;
}
</style>