Shades of Mandy #DA505E
Tints of Mandy #DA505E
RGB
CMYK
RGB Variations
Color information
#DA505E (or 0xDA505E) is known color: Mandy. HEX triplet: DA, 50 and 5E. RGB value is (218,80,94). Sum of RGB (Red+Green+Blue) = 218+80+94=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA505E is #25AFA1. Grayscale: #7A7A7A. Windows color (decimal): -2469794 or 6181082. OLE color: 6181082.
HSL color Cylindrical-coordinate representation of color #DA505E: hue angle of 353.91º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA505E is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 94 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.15 |
| HSL | 353.91º | 0.65% | 0.58% | - |
| HSV(B) | 353.91º | 0.63% | 0.85% | - |
| XYZ | 33.8 | 21.45 | 12.95 | - |
| YUV | 122.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 94 | 0 | 0.63 | 0.57 | 0.15 | 353.91 | 0.65 | 0.58 |
| Hex | DA | 50 | 5E | 0 | 3F | 39 | F | 162 | 41 | 3A |
| Octal | 332 | 120 | 136 | 0 | 77 | 71 | 17 | 542 | 101 | 72 |
| Binary | 11011010 | 1010000 | 1011110 | 0 | 111111 | 111001 | 1111 | 101100010 | 1000001 | 111010 |
Color Harmonies of #DA505E
Complementary color
Monochromatic Colors of #DA505E
Black with #DA505E
Text Example
Text Example
White with #DA505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA505E; }
p { color: rgb(218,80,94); }
H1.HeaderClassName
{
color: #DA505E;
}
.AnyTagClassName
{
color: #DA505E;
}
</style>
background-color css
<style>
a { background-color: #DA505E; }
a { background-color: rgb(218,80,94); }
div.DivClassName
{
background-color: #DA505E;
}
.BgClassName
{
background-color: #DA505E;
}
</style>
border-color css
<style>
span { border-color: #DA505E; }
span { border-color: rgb(218,80,94); }
td.TdClassName
{
border-color: #DA505E;
}
.TagClassName
{
border-color: #DA505E;
}
</style>