Shades of Mandy #DA515C
Tints of Mandy #DA515C
RGB
CMYK
RGB Variations
Color information
#DA515C (or 0xDA515C) is known color: Mandy. HEX triplet: DA, 51 and 5C. RGB value is (218,81,92). Sum of RGB (Red+Green+Blue) = 218+81+92=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA515C is #25AEA3. Grayscale: #7B7B7B. Windows color (decimal): -2469540 or 6050266. OLE color: 6050266.
HSL color Cylindrical-coordinate representation of color #DA515C: hue angle of 355.18º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA515C is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 92 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.15 |
| HSL | 355.18º | 0.65% | 0.59% | - |
| HSV(B) | 355.18º | 0.63% | 0.85% | - |
| XYZ | 33.79 | 21.56 | 12.51 | - |
| YUV | 123.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 92 | 0 | 0.63 | 0.58 | 0.15 | 355.18 | 0.65 | 0.59 |
| Hex | DA | 51 | 5C | 0 | 3F | 3A | F | 163 | 41 | 3B |
| Octal | 332 | 121 | 134 | 0 | 77 | 72 | 17 | 543 | 101 | 73 |
| Binary | 11011010 | 1010001 | 1011100 | 0 | 111111 | 111010 | 1111 | 101100011 | 1000001 | 111011 |
Color Harmonies of #DA515C
Complementary color
Monochromatic Colors of #DA515C
Black with #DA515C
Text Example
Text Example
White with #DA515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA515C; }
p { color: rgb(218,81,92); }
H1.HeaderClassName
{
color: #DA515C;
}
.AnyTagClassName
{
color: #DA515C;
}
</style>
background-color css
<style>
a { background-color: #DA515C; }
a { background-color: rgb(218,81,92); }
div.DivClassName
{
background-color: #DA515C;
}
.BgClassName
{
background-color: #DA515C;
}
</style>
border-color css
<style>
span { border-color: #DA515C; }
span { border-color: rgb(218,81,92); }
td.TdClassName
{
border-color: #DA515C;
}
.TagClassName
{
border-color: #DA515C;
}
</style>