Shades of Mandy #DA4E61
Tints of Mandy #DA4E61
RGB
CMYK
RGB Variations
Color information
#DA4E61 (or 0xDA4E61) is known color: Mandy. HEX triplet: DA, 4E and 61. RGB value is (218,78,97). Sum of RGB (Red+Green+Blue) = 218+78+97=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4E61 is #25B19E. Grayscale: #7A7A7A. Windows color (decimal): -2470303 or 6377178. OLE color: 6377178.
HSL color Cylindrical-coordinate representation of color #DA4E61: hue angle of 351.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4E61 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 97 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.15 |
| HSL | 351.86º | 0.65% | 0.58% | - |
| HSV(B) | 351.86º | 0.64% | 0.85% | - |
| XYZ | 33.8 | 21.22 | 13.62 | - |
| YUV | 122.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 97 | 0 | 0.64 | 0.56 | 0.15 | 351.86 | 0.65 | 0.58 |
| Hex | DA | 4E | 61 | 0 | 40 | 38 | F | 160 | 41 | 3A |
| Octal | 332 | 116 | 141 | 0 | 100 | 70 | 17 | 540 | 101 | 72 |
| Binary | 11011010 | 1001110 | 1100001 | 0 | 1000000 | 111000 | 1111 | 101100000 | 1000001 | 111010 |
Color Harmonies of #DA4E61
Complementary color
Monochromatic Colors of #DA4E61
Black with #DA4E61
Text Example
Text Example
White with #DA4E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E61; }
p { color: rgb(218,78,97); }
H1.HeaderClassName
{
color: #DA4E61;
}
.AnyTagClassName
{
color: #DA4E61;
}
</style>
background-color css
<style>
a { background-color: #DA4E61; }
a { background-color: rgb(218,78,97); }
div.DivClassName
{
background-color: #DA4E61;
}
.BgClassName
{
background-color: #DA4E61;
}
</style>
border-color css
<style>
span { border-color: #DA4E61; }
span { border-color: rgb(218,78,97); }
td.TdClassName
{
border-color: #DA4E61;
}
.TagClassName
{
border-color: #DA4E61;
}
</style>