Shades of Mandy #DA4D60
Tints of Mandy #DA4D60
RGB
CMYK
RGB Variations
Color information
#DA4D60 (or 0xDA4D60) is known color: Mandy. HEX triplet: DA, 4D and 60. RGB value is (218,77,96). Sum of RGB (Red+Green+Blue) = 218+77+96=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D60 is #25B29F. Grayscale: #797979. Windows color (decimal): -2470560 or 6311386. OLE color: 6311386.
HSL color Cylindrical-coordinate representation of color #DA4D60: hue angle of 351.91º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4D60 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 96 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.15 |
| HSL | 351.91º | 0.66% | 0.58% | - |
| HSV(B) | 351.91º | 0.65% | 0.85% | - |
| XYZ | 33.68 | 21.06 | 13.36 | - |
| YUV | 121.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 96 | 0 | 0.65 | 0.56 | 0.15 | 351.91 | 0.66 | 0.58 |
| Hex | DA | 4D | 60 | 0 | 41 | 38 | F | 160 | 42 | 3A |
| Octal | 332 | 115 | 140 | 0 | 101 | 70 | 17 | 540 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1100000 | 0 | 1000001 | 111000 | 1111 | 101100000 | 1000010 | 111010 |
Color Harmonies of #DA4D60
Complementary color
Monochromatic Colors of #DA4D60
Black with #DA4D60
Text Example
Text Example
White with #DA4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D60; }
p { color: rgb(218,77,96); }
H1.HeaderClassName
{
color: #DA4D60;
}
.AnyTagClassName
{
color: #DA4D60;
}
</style>
background-color css
<style>
a { background-color: #DA4D60; }
a { background-color: rgb(218,77,96); }
div.DivClassName
{
background-color: #DA4D60;
}
.BgClassName
{
background-color: #DA4D60;
}
</style>
border-color css
<style>
span { border-color: #DA4D60; }
span { border-color: rgb(218,77,96); }
td.TdClassName
{
border-color: #DA4D60;
}
.TagClassName
{
border-color: #DA4D60;
}
</style>