Shades of Mandy #DA5063
Tints of Mandy #DA5063
RGB
CMYK
RGB Variations
Color information
#DA5063 (or 0xDA5063) is known color: Mandy. HEX triplet: DA, 50 and 63. RGB value is (218,80,99). Sum of RGB (Red+Green+Blue) = 218+80+99=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5063 is #25AF9C. Grayscale: #7B7B7B. Windows color (decimal): -2469789 or 6508762. OLE color: 6508762.
HSL color Cylindrical-coordinate representation of color #DA5063: hue angle of 351.74º 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 #DA5063 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 99 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.15 |
| HSL | 351.74º | 0.65% | 0.58% | - |
| HSV(B) | 351.74º | 0.63% | 0.85% | - |
| XYZ | 34.03 | 21.54 | 14.17 | - |
| YUV | 123.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 99 | 0 | 0.63 | 0.55 | 0.15 | 351.74 | 0.65 | 0.58 |
| Hex | DA | 50 | 63 | 0 | 3F | 37 | F | 160 | 41 | 3A |
| Octal | 332 | 120 | 143 | 0 | 77 | 67 | 17 | 540 | 101 | 72 |
| Binary | 11011010 | 1010000 | 1100011 | 0 | 111111 | 110111 | 1111 | 101100000 | 1000001 | 111010 |
Color Harmonies of #DA5063
Complementary color
Monochromatic Colors of #DA5063
Black with #DA5063
Text Example
Text Example
White with #DA5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5063; }
p { color: rgb(218,80,99); }
H1.HeaderClassName
{
color: #DA5063;
}
.AnyTagClassName
{
color: #DA5063;
}
</style>
background-color css
<style>
a { background-color: #DA5063; }
a { background-color: rgb(218,80,99); }
div.DivClassName
{
background-color: #DA5063;
}
.BgClassName
{
background-color: #DA5063;
}
</style>
border-color css
<style>
span { border-color: #DA5063; }
span { border-color: rgb(218,80,99); }
td.TdClassName
{
border-color: #DA5063;
}
.TagClassName
{
border-color: #DA5063;
}
</style>