Shades of Mandy #DA505F
Tints of Mandy #DA505F
RGB
CMYK
RGB Variations
Color information
#DA505F (or 0xDA505F) is known color: Mandy. HEX triplet: DA, 50 and 5F. RGB value is (218,80,95). Sum of RGB (Red+Green+Blue) = 218+80+95=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA505F is #25AFA0. Grayscale: #7B7B7B. Windows color (decimal): -2469793 or 6246618. OLE color: 6246618.
HSL color Cylindrical-coordinate representation of color #DA505F: hue angle of 353.48º 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 #DA505F is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 95 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.15 |
| HSL | 353.48º | 0.65% | 0.58% | - |
| HSV(B) | 353.48º | 0.63% | 0.85% | - |
| XYZ | 33.85 | 21.47 | 13.19 | - |
| YUV | 122.97 | 112.22 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 95 | 0 | 0.63 | 0.56 | 0.15 | 353.48 | 0.65 | 0.58 |
| Hex | DA | 50 | 5F | 0 | 3F | 38 | F | 161 | 41 | 3A |
| Octal | 332 | 120 | 137 | 0 | 77 | 70 | 17 | 541 | 101 | 72 |
| Binary | 11011010 | 1010000 | 1011111 | 0 | 111111 | 111000 | 1111 | 101100001 | 1000001 | 111010 |
Color Harmonies of #DA505F
Complementary color
Monochromatic Colors of #DA505F
Black with #DA505F
Text Example
Text Example
White with #DA505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA505F; }
p { color: rgb(218,80,95); }
H1.HeaderClassName
{
color: #DA505F;
}
.AnyTagClassName
{
color: #DA505F;
}
</style>
background-color css
<style>
a { background-color: #DA505F; }
a { background-color: rgb(218,80,95); }
div.DivClassName
{
background-color: #DA505F;
}
.BgClassName
{
background-color: #DA505F;
}
</style>
border-color css
<style>
span { border-color: #DA505F; }
span { border-color: rgb(218,80,95); }
td.TdClassName
{
border-color: #DA505F;
}
.TagClassName
{
border-color: #DA505F;
}
</style>