Shades of Mandy #DA565F
Tints of Mandy #DA565F
RGB
CMYK
RGB Variations
Color information
#DA565F (or 0xDA565F) is known color: Mandy. HEX triplet: DA, 56 and 5F. RGB value is (218,86,95). Sum of RGB (Red+Green+Blue) = 218+86+95=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA565F is #25A9A0. Grayscale: #7E7E7E. Windows color (decimal): -2468257 or 6248154. OLE color: 6248154.
HSL color Cylindrical-coordinate representation of color #DA565F: hue angle of 355.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA565F is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 95 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.15 |
| HSL | 355.91º | 0.64% | 0.6% | - |
| HSV(B) | 355.91º | 0.61% | 0.85% | - |
| XYZ | 34.31 | 22.39 | 13.34 | - |
| YUV | 126.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 95 | 0 | 0.61 | 0.56 | 0.15 | 355.91 | 0.64 | 0.6 |
| Hex | DA | 56 | 5F | 0 | 3D | 38 | F | 164 | 40 | 3C |
| Octal | 332 | 126 | 137 | 0 | 75 | 70 | 17 | 544 | 100 | 74 |
| Binary | 11011010 | 1010110 | 1011111 | 0 | 111101 | 111000 | 1111 | 101100100 | 1000000 | 111100 |
Color Harmonies of #DA565F
Complementary color
Monochromatic Colors of #DA565F
Black with #DA565F
Text Example
Text Example
White with #DA565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA565F; }
p { color: rgb(218,86,95); }
H1.HeaderClassName
{
color: #DA565F;
}
.AnyTagClassName
{
color: #DA565F;
}
</style>
background-color css
<style>
a { background-color: #DA565F; }
a { background-color: rgb(218,86,95); }
div.DivClassName
{
background-color: #DA565F;
}
.BgClassName
{
background-color: #DA565F;
}
</style>
border-color css
<style>
span { border-color: #DA565F; }
span { border-color: rgb(218,86,95); }
td.TdClassName
{
border-color: #DA565F;
}
.TagClassName
{
border-color: #DA565F;
}
</style>