Shades of Mandy #DA505A
Tints of Mandy #DA505A
RGB
CMYK
RGB Variations
Color information
#DA505A (or 0xDA505A) is known color: Mandy. HEX triplet: DA, 50 and 5A. RGB value is (218,80,90). Sum of RGB (Red+Green+Blue) = 218+80+90=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA505A is #25AFA5. Grayscale: #7A7A7A. Windows color (decimal): -2469798 or 5918938. OLE color: 5918938.
HSL color Cylindrical-coordinate representation of color #DA505A: hue angle of 355.65º 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 #DA505A is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 90 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.15 |
| HSL | 355.65º | 0.65% | 0.58% | - |
| HSV(B) | 355.65º | 0.63% | 0.85% | - |
| XYZ | 33.63 | 21.38 | 12.03 | - |
| YUV | 122.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 90 | 0 | 0.63 | 0.59 | 0.15 | 355.65 | 0.65 | 0.58 |
| Hex | DA | 50 | 5A | 0 | 3F | 3B | F | 164 | 41 | 3A |
| Octal | 332 | 120 | 132 | 0 | 77 | 73 | 17 | 544 | 101 | 72 |
| Binary | 11011010 | 1010000 | 1011010 | 0 | 111111 | 111011 | 1111 | 101100100 | 1000001 | 111010 |
Color Harmonies of #DA505A
Complementary color
Monochromatic Colors of #DA505A
Black with #DA505A
Text Example
Text Example
White with #DA505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA505A; }
p { color: rgb(218,80,90); }
H1.HeaderClassName
{
color: #DA505A;
}
.AnyTagClassName
{
color: #DA505A;
}
</style>
background-color css
<style>
a { background-color: #DA505A; }
a { background-color: rgb(218,80,90); }
div.DivClassName
{
background-color: #DA505A;
}
.BgClassName
{
background-color: #DA505A;
}
</style>
border-color css
<style>
span { border-color: #DA505A; }
span { border-color: rgb(218,80,90); }
td.TdClassName
{
border-color: #DA505A;
}
.TagClassName
{
border-color: #DA505A;
}
</style>