Shades of Mandy #DA575C
Tints of Mandy #DA575C
RGB
CMYK
RGB Variations
Color information
#DA575C (or 0xDA575C) is known color: Mandy. HEX triplet: DA, 57 and 5C. RGB value is (218,87,92). Sum of RGB (Red+Green+Blue) = 218+87+92=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA575C is #25A8A3. Grayscale: #7E7E7E. Windows color (decimal): -2468004 or 6051802. OLE color: 6051802.
HSL color Cylindrical-coordinate representation of color #DA575C: hue angle of 357.71º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA575C is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 92 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.15 |
| HSL | 357.71º | 0.64% | 0.6% | - |
| HSV(B) | 357.71º | 0.6% | 0.85% | - |
| XYZ | 34.25 | 22.49 | 12.66 | - |
| YUV | 126.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 92 | 0 | 0.60 | 0.58 | 0.15 | 357.71 | 0.64 | 0.6 |
| Hex | DA | 57 | 5C | 0 | 3C | 3A | F | 166 | 40 | 3C |
| Octal | 332 | 127 | 134 | 0 | 74 | 72 | 17 | 546 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1011100 | 0 | 111100 | 111010 | 1111 | 101100110 | 1000000 | 111100 |
Color Harmonies of #DA575C
Complementary color
Monochromatic Colors of #DA575C
Black with #DA575C
Text Example
Text Example
White with #DA575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA575C; }
p { color: rgb(218,87,92); }
H1.HeaderClassName
{
color: #DA575C;
}
.AnyTagClassName
{
color: #DA575C;
}
</style>
background-color css
<style>
a { background-color: #DA575C; }
a { background-color: rgb(218,87,92); }
div.DivClassName
{
background-color: #DA575C;
}
.BgClassName
{
background-color: #DA575C;
}
</style>
border-color css
<style>
span { border-color: #DA575C; }
span { border-color: rgb(218,87,92); }
td.TdClassName
{
border-color: #DA575C;
}
.TagClassName
{
border-color: #DA575C;
}
</style>