Shades of Mandy #DA5E64
Tints of Mandy #DA5E64
RGB
CMYK
RGB Variations
Color information
#DA5E64 (or 0xDA5E64) is known color: Mandy. HEX triplet: DA, 5E and 64. RGB value is (218,94,100). Sum of RGB (Red+Green+Blue) = 218+94+100=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5E64 is #25A19B. Grayscale: #838383. Windows color (decimal): -2466204 or 6577882. OLE color: 6577882.
HSL color Cylindrical-coordinate representation of color #DA5E64: hue angle of 357.1º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5E64 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 100 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.15 |
| HSL | 357.1º | 0.63% | 0.61% | - |
| HSV(B) | 357.1º | 0.57% | 0.85% | - |
| XYZ | 35.22 | 23.83 | 14.8 | - |
| YUV | 131.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 100 | 0 | 0.57 | 0.54 | 0.15 | 357.1 | 0.63 | 0.61 |
| Hex | DA | 5E | 64 | 0 | 39 | 36 | F | 165 | 3F | 3D |
| Octal | 332 | 136 | 144 | 0 | 71 | 66 | 17 | 545 | 77 | 75 |
| Binary | 11011010 | 1011110 | 1100100 | 0 | 111001 | 110110 | 1111 | 101100101 | 111111 | 111101 |
Color Harmonies of #DA5E64
Complementary color
Monochromatic Colors of #DA5E64
Black with #DA5E64
Text Example
Text Example
White with #DA5E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E64; }
p { color: rgb(218,94,100); }
H1.HeaderClassName
{
color: #DA5E64;
}
.AnyTagClassName
{
color: #DA5E64;
}
</style>
background-color css
<style>
a { background-color: #DA5E64; }
a { background-color: rgb(218,94,100); }
div.DivClassName
{
background-color: #DA5E64;
}
.BgClassName
{
background-color: #DA5E64;
}
</style>
border-color css
<style>
span { border-color: #DA5E64; }
span { border-color: rgb(218,94,100); }
td.TdClassName
{
border-color: #DA5E64;
}
.TagClassName
{
border-color: #DA5E64;
}
</style>