Shades of Mandy #DA4A59
Tints of Mandy #DA4A59
RGB
CMYK
RGB Variations
Color information
#DA4A59 (or 0xDA4A59) is known color: Mandy. HEX triplet: DA, 4A and 59. RGB value is (218,74,89). Sum of RGB (Red+Green+Blue) = 218+74+89=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A59 is #25B5A6. Grayscale: #767676. Windows color (decimal): -2471335 or 5851866. OLE color: 5851866.
HSL color Cylindrical-coordinate representation of color #DA4A59: hue angle of 353.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4A59 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 89 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.15 |
| HSL | 353.75º | 0.66% | 0.57% | - |
| HSV(B) | 353.75º | 0.66% | 0.85% | - |
| XYZ | 33.17 | 20.52 | 11.66 | - |
| YUV | 118.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 89 | 0 | 0.66 | 0.59 | 0.15 | 353.75 | 0.66 | 0.57 |
| Hex | DA | 4A | 59 | 0 | 42 | 3B | F | 162 | 42 | 39 |
| Octal | 332 | 112 | 131 | 0 | 102 | 73 | 17 | 542 | 102 | 71 |
| Binary | 11011010 | 1001010 | 1011001 | 0 | 1000010 | 111011 | 1111 | 101100010 | 1000010 | 111001 |
Color Harmonies of #DA4A59
Complementary color
Monochromatic Colors of #DA4A59
Black with #DA4A59
Text Example
Text Example
White with #DA4A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A59; }
p { color: rgb(218,74,89); }
H1.HeaderClassName
{
color: #DA4A59;
}
.AnyTagClassName
{
color: #DA4A59;
}
</style>
background-color css
<style>
a { background-color: #DA4A59; }
a { background-color: rgb(218,74,89); }
div.DivClassName
{
background-color: #DA4A59;
}
.BgClassName
{
background-color: #DA4A59;
}
</style>
border-color css
<style>
span { border-color: #DA4A59; }
span { border-color: rgb(218,74,89); }
td.TdClassName
{
border-color: #DA4A59;
}
.TagClassName
{
border-color: #DA4A59;
}
</style>