Shades of Mandy #DA575A
Tints of Mandy #DA575A
RGB
CMYK
RGB Variations
Color information
#DA575A (or 0xDA575A) is known color: Mandy. HEX triplet: DA, 57 and 5A. RGB value is (218,87,90). Sum of RGB (Red+Green+Blue) = 218+87+90=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA575A is #25A8A5. Grayscale: #7E7E7E. Windows color (decimal): -2468006 or 5920730. OLE color: 5920730.
HSL color Cylindrical-coordinate representation of color #DA575A: hue angle of 358.63º 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 #DA575A is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 90 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.15 |
| HSL | 358.63º | 0.64% | 0.6% | - |
| HSV(B) | 358.63º | 0.6% | 0.85% | - |
| XYZ | 34.17 | 22.46 | 12.21 | - |
| YUV | 126.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 90 | 0 | 0.60 | 0.59 | 0.15 | 358.63 | 0.64 | 0.6 |
| Hex | DA | 57 | 5A | 0 | 3C | 3B | F | 167 | 40 | 3C |
| Octal | 332 | 127 | 132 | 0 | 74 | 73 | 17 | 547 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1011010 | 0 | 111100 | 111011 | 1111 | 101100111 | 1000000 | 111100 |
Color Harmonies of #DA575A
Complementary color
Monochromatic Colors of #DA575A
Black with #DA575A
Text Example
Text Example
White with #DA575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA575A; }
p { color: rgb(218,87,90); }
H1.HeaderClassName
{
color: #DA575A;
}
.AnyTagClassName
{
color: #DA575A;
}
</style>
background-color css
<style>
a { background-color: #DA575A; }
a { background-color: rgb(218,87,90); }
div.DivClassName
{
background-color: #DA575A;
}
.BgClassName
{
background-color: #DA575A;
}
</style>
border-color css
<style>
span { border-color: #DA575A; }
span { border-color: rgb(218,87,90); }
td.TdClassName
{
border-color: #DA575A;
}
.TagClassName
{
border-color: #DA575A;
}
</style>