Shades of Mandy #DA505D
Tints of Mandy #DA505D
RGB
CMYK
RGB Variations
Color information
#DA505D (or 0xDA505D) is known color: Mandy. HEX triplet: DA, 50 and 5D. RGB value is (218,80,93). Sum of RGB (Red+Green+Blue) = 218+80+93=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA505D is #25AFA2. Grayscale: #7A7A7A. Windows color (decimal): -2469795 or 6115546. OLE color: 6115546.
HSL color Cylindrical-coordinate representation of color #DA505D: hue angle of 354.35º 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 #DA505D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 93 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.15 |
| HSL | 354.35º | 0.65% | 0.58% | - |
| HSV(B) | 354.35º | 0.63% | 0.85% | - |
| XYZ | 33.76 | 21.43 | 12.71 | - |
| YUV | 122.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 93 | 0 | 0.63 | 0.57 | 0.15 | 354.35 | 0.65 | 0.58 |
| Hex | DA | 50 | 5D | 0 | 3F | 39 | F | 162 | 41 | 3A |
| Octal | 332 | 120 | 135 | 0 | 77 | 71 | 17 | 542 | 101 | 72 |
| Binary | 11011010 | 1010000 | 1011101 | 0 | 111111 | 111001 | 1111 | 101100010 | 1000001 | 111010 |
Color Harmonies of #DA505D
Complementary color
Monochromatic Colors of #DA505D
Black with #DA505D
Text Example
Text Example
White with #DA505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA505D; }
p { color: rgb(218,80,93); }
H1.HeaderClassName
{
color: #DA505D;
}
.AnyTagClassName
{
color: #DA505D;
}
</style>
background-color css
<style>
a { background-color: #DA505D; }
a { background-color: rgb(218,80,93); }
div.DivClassName
{
background-color: #DA505D;
}
.BgClassName
{
background-color: #DA505D;
}
</style>
border-color css
<style>
span { border-color: #DA505D; }
span { border-color: rgb(218,80,93); }
td.TdClassName
{
border-color: #DA505D;
}
.TagClassName
{
border-color: #DA505D;
}
</style>