Shades of Mandy #DA515E
Tints of Mandy #DA515E
RGB
CMYK
RGB Variations
Color information
#DA515E (or 0xDA515E) is known color: Mandy. HEX triplet: DA, 51 and 5E. RGB value is (218,81,94). Sum of RGB (Red+Green+Blue) = 218+81+94=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA515E is #25AEA1. Grayscale: #7B7B7B. Windows color (decimal): -2469538 or 6181338. OLE color: 6181338.
HSL color Cylindrical-coordinate representation of color #DA515E: hue angle of 354.31º 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 #DA515E is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 94 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.15 |
| HSL | 354.31º | 0.65% | 0.59% | - |
| HSV(B) | 354.31º | 0.63% | 0.85% | - |
| XYZ | 33.88 | 21.6 | 12.97 | - |
| YUV | 123.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 94 | 0 | 0.63 | 0.57 | 0.15 | 354.31 | 0.65 | 0.59 |
| Hex | DA | 51 | 5E | 0 | 3F | 39 | F | 162 | 41 | 3B |
| Octal | 332 | 121 | 136 | 0 | 77 | 71 | 17 | 542 | 101 | 73 |
| Binary | 11011010 | 1010001 | 1011110 | 0 | 111111 | 111001 | 1111 | 101100010 | 1000001 | 111011 |
Color Harmonies of #DA515E
Complementary color
Monochromatic Colors of #DA515E
Black with #DA515E
Text Example
Text Example
White with #DA515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA515E; }
p { color: rgb(218,81,94); }
H1.HeaderClassName
{
color: #DA515E;
}
.AnyTagClassName
{
color: #DA515E;
}
</style>
background-color css
<style>
a { background-color: #DA515E; }
a { background-color: rgb(218,81,94); }
div.DivClassName
{
background-color: #DA515E;
}
.BgClassName
{
background-color: #DA515E;
}
</style>
border-color css
<style>
span { border-color: #DA515E; }
span { border-color: rgb(218,81,94); }
td.TdClassName
{
border-color: #DA515E;
}
.TagClassName
{
border-color: #DA515E;
}
</style>