Shades of Mandy #DA5764
Tints of Mandy #DA5764
RGB
CMYK
RGB Variations
Color information
#DA5764 (or 0xDA5764) is known color: Mandy. HEX triplet: DA, 57 and 64. RGB value is (218,87,100). Sum of RGB (Red+Green+Blue) = 218+87+100=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5764 is #25A89B. Grayscale: #7F7F7F. Windows color (decimal): -2467996 or 6576090. OLE color: 6576090.
HSL color Cylindrical-coordinate representation of color #DA5764: hue angle of 354.05º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5764 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 100 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.15 |
| HSL | 354.05º | 0.64% | 0.6% | - |
| HSV(B) | 354.05º | 0.6% | 0.85% | - |
| XYZ | 34.62 | 22.64 | 14.6 | - |
| YUV | 127.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 100 | 0 | 0.60 | 0.54 | 0.15 | 354.05 | 0.64 | 0.6 |
| Hex | DA | 57 | 64 | 0 | 3C | 36 | F | 162 | 40 | 3C |
| Octal | 332 | 127 | 144 | 0 | 74 | 66 | 17 | 542 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1100100 | 0 | 111100 | 110110 | 1111 | 101100010 | 1000000 | 111100 |
Color Harmonies of #DA5764
Complementary color
Monochromatic Colors of #DA5764
Black with #DA5764
Text Example
Text Example
White with #DA5764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5764; }
p { color: rgb(218,87,100); }
H1.HeaderClassName
{
color: #DA5764;
}
.AnyTagClassName
{
color: #DA5764;
}
</style>
background-color css
<style>
a { background-color: #DA5764; }
a { background-color: rgb(218,87,100); }
div.DivClassName
{
background-color: #DA5764;
}
.BgClassName
{
background-color: #DA5764;
}
</style>
border-color css
<style>
span { border-color: #DA5764; }
span { border-color: rgb(218,87,100); }
td.TdClassName
{
border-color: #DA5764;
}
.TagClassName
{
border-color: #DA5764;
}
</style>