Shades of Mandy #DA565B
Tints of Mandy #DA565B
RGB
CMYK
RGB Variations
Color information
#DA565B (or 0xDA565B) is known color: Mandy. HEX triplet: DA, 56 and 5B. RGB value is (218,86,91). Sum of RGB (Red+Green+Blue) = 218+86+91=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA565B is #25A9A4. Grayscale: #7E7E7E. Windows color (decimal): -2468261 or 5986010. OLE color: 5986010.
HSL color Cylindrical-coordinate representation of color #DA565B: hue angle of 357.73º 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 #DA565B is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 91 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.15 |
| HSL | 357.73º | 0.64% | 0.6% | - |
| HSV(B) | 357.73º | 0.61% | 0.85% | - |
| XYZ | 34.13 | 22.32 | 12.41 | - |
| YUV | 126.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 91 | 0 | 0.61 | 0.58 | 0.15 | 357.73 | 0.64 | 0.6 |
| Hex | DA | 56 | 5B | 0 | 3D | 3A | F | 166 | 40 | 3C |
| Octal | 332 | 126 | 133 | 0 | 75 | 72 | 17 | 546 | 100 | 74 |
| Binary | 11011010 | 1010110 | 1011011 | 0 | 111101 | 111010 | 1111 | 101100110 | 1000000 | 111100 |
Color Harmonies of #DA565B
Complementary color
Monochromatic Colors of #DA565B
Black with #DA565B
Text Example
Text Example
White with #DA565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA565B; }
p { color: rgb(218,86,91); }
H1.HeaderClassName
{
color: #DA565B;
}
.AnyTagClassName
{
color: #DA565B;
}
</style>
background-color css
<style>
a { background-color: #DA565B; }
a { background-color: rgb(218,86,91); }
div.DivClassName
{
background-color: #DA565B;
}
.BgClassName
{
background-color: #DA565B;
}
</style>
border-color css
<style>
span { border-color: #DA565B; }
span { border-color: rgb(218,86,91); }
td.TdClassName
{
border-color: #DA565B;
}
.TagClassName
{
border-color: #DA565B;
}
</style>