Shades of Mandy #DA5964
Tints of Mandy #DA5964
RGB
CMYK
RGB Variations
Color information
#DA5964 (or 0xDA5964) is known color: Mandy. HEX triplet: DA, 59 and 64. RGB value is (218,89,100). Sum of RGB (Red+Green+Blue) = 218+89+100=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5964 is #25A69B. Grayscale: #808080. Windows color (decimal): -2467484 or 6576602. OLE color: 6576602.
HSL color Cylindrical-coordinate representation of color #DA5964: hue angle of 354.88º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5964 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 100 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.15 |
| HSL | 354.88º | 0.64% | 0.6% | - |
| HSV(B) | 354.88º | 0.59% | 0.85% | - |
| XYZ | 34.79 | 22.97 | 14.66 | - |
| YUV | 128.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 100 | 0 | 0.59 | 0.54 | 0.15 | 354.88 | 0.64 | 0.6 |
| Hex | DA | 59 | 64 | 0 | 3B | 36 | F | 163 | 40 | 3C |
| Octal | 332 | 131 | 144 | 0 | 73 | 66 | 17 | 543 | 100 | 74 |
| Binary | 11011010 | 1011001 | 1100100 | 0 | 111011 | 110110 | 1111 | 101100011 | 1000000 | 111100 |
Color Harmonies of #DA5964
Complementary color
Monochromatic Colors of #DA5964
Black with #DA5964
Text Example
Text Example
White with #DA5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5964; }
p { color: rgb(218,89,100); }
H1.HeaderClassName
{
color: #DA5964;
}
.AnyTagClassName
{
color: #DA5964;
}
</style>
background-color css
<style>
a { background-color: #DA5964; }
a { background-color: rgb(218,89,100); }
div.DivClassName
{
background-color: #DA5964;
}
.BgClassName
{
background-color: #DA5964;
}
</style>
border-color css
<style>
span { border-color: #DA5964; }
span { border-color: rgb(218,89,100); }
td.TdClassName
{
border-color: #DA5964;
}
.TagClassName
{
border-color: #DA5964;
}
</style>