Shades of Mandy #DA565C
Tints of Mandy #DA565C
RGB
CMYK
RGB Variations
Color information
#DA565C (or 0xDA565C) is known color: Mandy. HEX triplet: DA, 56 and 5C. RGB value is (218,86,92). Sum of RGB (Red+Green+Blue) = 218+86+92=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA565C is #25A9A3. Grayscale: #7E7E7E. Windows color (decimal): -2468260 or 6051546. OLE color: 6051546.
HSL color Cylindrical-coordinate representation of color #DA565C: hue angle of 357.27º 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 #DA565C is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 92 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.15 |
| HSL | 357.27º | 0.64% | 0.6% | - |
| HSV(B) | 357.27º | 0.61% | 0.85% | - |
| XYZ | 34.17 | 22.33 | 12.63 | - |
| YUV | 126.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 92 | 0 | 0.61 | 0.58 | 0.15 | 357.27 | 0.64 | 0.6 |
| Hex | DA | 56 | 5C | 0 | 3D | 3A | F | 165 | 40 | 3C |
| Octal | 332 | 126 | 134 | 0 | 75 | 72 | 17 | 545 | 100 | 74 |
| Binary | 11011010 | 1010110 | 1011100 | 0 | 111101 | 111010 | 1111 | 101100101 | 1000000 | 111100 |
Color Harmonies of #DA565C
Complementary color
Monochromatic Colors of #DA565C
Black with #DA565C
Text Example
Text Example
White with #DA565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA565C; }
p { color: rgb(218,86,92); }
H1.HeaderClassName
{
color: #DA565C;
}
.AnyTagClassName
{
color: #DA565C;
}
</style>
background-color css
<style>
a { background-color: #DA565C; }
a { background-color: rgb(218,86,92); }
div.DivClassName
{
background-color: #DA565C;
}
.BgClassName
{
background-color: #DA565C;
}
</style>
border-color css
<style>
span { border-color: #DA565C; }
span { border-color: rgb(218,86,92); }
td.TdClassName
{
border-color: #DA565C;
}
.TagClassName
{
border-color: #DA565C;
}
</style>