Shades of Mandy #DA515D
Tints of Mandy #DA515D
RGB
CMYK
RGB Variations
Color information
#DA515D (or 0xDA515D) is known color: Mandy. HEX triplet: DA, 51 and 5D. RGB value is (218,81,93). Sum of RGB (Red+Green+Blue) = 218+81+93=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA515D is #25AEA2. Grayscale: #7B7B7B. Windows color (decimal): -2469539 or 6115802. OLE color: 6115802.
HSL color Cylindrical-coordinate representation of color #DA515D: hue angle of 354.74º 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 #DA515D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 93 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.15 |
| HSL | 354.74º | 0.65% | 0.59% | - |
| HSV(B) | 354.74º | 0.63% | 0.85% | - |
| XYZ | 33.83 | 21.58 | 12.74 | - |
| YUV | 123.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 93 | 0 | 0.63 | 0.57 | 0.15 | 354.74 | 0.65 | 0.59 |
| Hex | DA | 51 | 5D | 0 | 3F | 39 | F | 163 | 41 | 3B |
| Octal | 332 | 121 | 135 | 0 | 77 | 71 | 17 | 543 | 101 | 73 |
| Binary | 11011010 | 1010001 | 1011101 | 0 | 111111 | 111001 | 1111 | 101100011 | 1000001 | 111011 |
Color Harmonies of #DA515D
Complementary color
Monochromatic Colors of #DA515D
Black with #DA515D
Text Example
Text Example
White with #DA515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA515D; }
p { color: rgb(218,81,93); }
H1.HeaderClassName
{
color: #DA515D;
}
.AnyTagClassName
{
color: #DA515D;
}
</style>
background-color css
<style>
a { background-color: #DA515D; }
a { background-color: rgb(218,81,93); }
div.DivClassName
{
background-color: #DA515D;
}
.BgClassName
{
background-color: #DA515D;
}
</style>
border-color css
<style>
span { border-color: #DA515D; }
span { border-color: rgb(218,81,93); }
td.TdClassName
{
border-color: #DA515D;
}
.TagClassName
{
border-color: #DA515D;
}
</style>