Shades of Mandy #DA585C
Tints of Mandy #DA585C
RGB
CMYK
RGB Variations
Color information
#DA585C (or 0xDA585C) is known color: Mandy. HEX triplet: DA, 58 and 5C. RGB value is (218,88,92). Sum of RGB (Red+Green+Blue) = 218+88+92=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA585C is #25A7A3. Grayscale: #7F7F7F. Windows color (decimal): -2467748 or 6052058. OLE color: 6052058.
HSL color Cylindrical-coordinate representation of color #DA585C: hue angle of 358.15º 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 #DA585C is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 92 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.15 |
| HSL | 358.15º | 0.64% | 0.6% | - |
| HSV(B) | 358.15º | 0.6% | 0.85% | - |
| XYZ | 34.33 | 22.66 | 12.69 | - |
| YUV | 127.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 92 | 0 | 0.60 | 0.58 | 0.15 | 358.15 | 0.64 | 0.6 |
| Hex | DA | 58 | 5C | 0 | 3C | 3A | F | 166 | 40 | 3C |
| Octal | 332 | 130 | 134 | 0 | 74 | 72 | 17 | 546 | 100 | 74 |
| Binary | 11011010 | 1011000 | 1011100 | 0 | 111100 | 111010 | 1111 | 101100110 | 1000000 | 111100 |
Color Harmonies of #DA585C
Complementary color
Monochromatic Colors of #DA585C
Black with #DA585C
Text Example
Text Example
White with #DA585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA585C; }
p { color: rgb(218,88,92); }
H1.HeaderClassName
{
color: #DA585C;
}
.AnyTagClassName
{
color: #DA585C;
}
</style>
background-color css
<style>
a { background-color: #DA585C; }
a { background-color: rgb(218,88,92); }
div.DivClassName
{
background-color: #DA585C;
}
.BgClassName
{
background-color: #DA585C;
}
</style>
border-color css
<style>
span { border-color: #DA585C; }
span { border-color: rgb(218,88,92); }
td.TdClassName
{
border-color: #DA585C;
}
.TagClassName
{
border-color: #DA585C;
}
</style>