Shades of Mandy #DA515A
Tints of Mandy #DA515A
RGB
CMYK
RGB Variations
Color information
#DA515A (or 0xDA515A) is known color: Mandy. HEX triplet: DA, 51 and 5A. RGB value is (218,81,90). Sum of RGB (Red+Green+Blue) = 218+81+90=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA515A is #25AEA5. Grayscale: #7B7B7B. Windows color (decimal): -2469542 or 5919194. OLE color: 5919194.
HSL color Cylindrical-coordinate representation of color #DA515A: hue angle of 356.06º 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 #DA515A is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 90 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.15 |
| HSL | 356.06º | 0.65% | 0.59% | - |
| HSV(B) | 356.06º | 0.63% | 0.85% | - |
| XYZ | 33.7 | 21.53 | 12.05 | - |
| YUV | 122.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 90 | 0 | 0.63 | 0.59 | 0.15 | 356.06 | 0.65 | 0.59 |
| Hex | DA | 51 | 5A | 0 | 3F | 3B | F | 164 | 41 | 3B |
| Octal | 332 | 121 | 132 | 0 | 77 | 73 | 17 | 544 | 101 | 73 |
| Binary | 11011010 | 1010001 | 1011010 | 0 | 111111 | 111011 | 1111 | 101100100 | 1000001 | 111011 |
Color Harmonies of #DA515A
Complementary color
Monochromatic Colors of #DA515A
Black with #DA515A
Text Example
Text Example
White with #DA515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA515A; }
p { color: rgb(218,81,90); }
H1.HeaderClassName
{
color: #DA515A;
}
.AnyTagClassName
{
color: #DA515A;
}
</style>
background-color css
<style>
a { background-color: #DA515A; }
a { background-color: rgb(218,81,90); }
div.DivClassName
{
background-color: #DA515A;
}
.BgClassName
{
background-color: #DA515A;
}
</style>
border-color css
<style>
span { border-color: #DA515A; }
span { border-color: rgb(218,81,90); }
td.TdClassName
{
border-color: #DA515A;
}
.TagClassName
{
border-color: #DA515A;
}
</style>