Shades of Mandy #DA5051
Tints of Mandy #DA5051
RGB
CMYK
RGB Variations
Color information
#DA5051 (or 0xDA5051) is known color: Mandy. HEX triplet: DA, 50 and 51. RGB value is (218,80,81). Sum of RGB (Red+Green+Blue) = 218+80+81=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5051 is #25AFAE. Grayscale: #797979. Windows color (decimal): -2469807 or 5329114. OLE color: 5329114.
HSL color Cylindrical-coordinate representation of color #DA5051: hue angle of 359.57º 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 #DA5051 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 81 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.15 |
| HSL | 359.57º | 0.65% | 0.58% | - |
| HSV(B) | 359.57º | 0.63% | 0.85% | - |
| XYZ | 33.27 | 21.24 | 10.13 | - |
| YUV | 121.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 81 | 0 | 0.63 | 0.63 | 0.15 | 359.57 | 0.65 | 0.58 |
| Hex | DA | 50 | 51 | 0 | 3F | 3F | F | 168 | 41 | 3A |
| Octal | 332 | 120 | 121 | 0 | 77 | 77 | 17 | 550 | 101 | 72 |
| Binary | 11011010 | 1010000 | 1010001 | 0 | 111111 | 111111 | 1111 | 101101000 | 1000001 | 111010 |
Color Harmonies of #DA5051
Complementary color
Monochromatic Colors of #DA5051
Black with #DA5051
Text Example
Text Example
White with #DA5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5051; }
p { color: rgb(218,80,81); }
H1.HeaderClassName
{
color: #DA5051;
}
.AnyTagClassName
{
color: #DA5051;
}
</style>
background-color css
<style>
a { background-color: #DA5051; }
a { background-color: rgb(218,80,81); }
div.DivClassName
{
background-color: #DA5051;
}
.BgClassName
{
background-color: #DA5051;
}
</style>
border-color css
<style>
span { border-color: #DA5051; }
span { border-color: rgb(218,80,81); }
td.TdClassName
{
border-color: #DA5051;
}
.TagClassName
{
border-color: #DA5051;
}
</style>