Shades of Mandy #DA4959
Tints of Mandy #DA4959
RGB
CMYK
RGB Variations
Color information
#DA4959 (or 0xDA4959) is known color: Mandy. HEX triplet: DA, 49 and 59. RGB value is (218,73,89). Sum of RGB (Red+Green+Blue) = 218+73+89=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4959 is #25B6A6. Grayscale: #767676. Windows color (decimal): -2471591 or 5851610. OLE color: 5851610.
HSL color Cylindrical-coordinate representation of color #DA4959: hue angle of 353.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4959 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 89 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.15 |
| HSL | 353.38º | 0.66% | 0.57% | - |
| HSV(B) | 353.38º | 0.67% | 0.85% | - |
| XYZ | 33.1 | 20.39 | 11.64 | - |
| YUV | 118.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 89 | 0 | 0.67 | 0.59 | 0.15 | 353.38 | 0.66 | 0.57 |
| Hex | DA | 49 | 59 | 0 | 43 | 3B | F | 161 | 42 | 39 |
| Octal | 332 | 111 | 131 | 0 | 103 | 73 | 17 | 541 | 102 | 71 |
| Binary | 11011010 | 1001001 | 1011001 | 0 | 1000011 | 111011 | 1111 | 101100001 | 1000010 | 111001 |
Color Harmonies of #DA4959
Complementary color
Monochromatic Colors of #DA4959
Black with #DA4959
Text Example
Text Example
White with #DA4959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4959; }
p { color: rgb(218,73,89); }
H1.HeaderClassName
{
color: #DA4959;
}
.AnyTagClassName
{
color: #DA4959;
}
</style>
background-color css
<style>
a { background-color: #DA4959; }
a { background-color: rgb(218,73,89); }
div.DivClassName
{
background-color: #DA4959;
}
.BgClassName
{
background-color: #DA4959;
}
</style>
border-color css
<style>
span { border-color: #DA4959; }
span { border-color: rgb(218,73,89); }
td.TdClassName
{
border-color: #DA4959;
}
.TagClassName
{
border-color: #DA4959;
}
</style>