Shades of Mandy #DA535A
Tints of Mandy #DA535A
RGB
CMYK
RGB Variations
Color information
#DA535A (or 0xDA535A) is known color: Mandy. HEX triplet: DA, 53 and 5A. RGB value is (218,83,90). Sum of RGB (Red+Green+Blue) = 218+83+90=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA535A is #25ACA5. Grayscale: #7C7C7C. Windows color (decimal): -2469030 or 5919706. OLE color: 5919706.
HSL color Cylindrical-coordinate representation of color #DA535A: hue angle of 356.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA535A is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 90 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.15 |
| HSL | 356.89º | 0.65% | 0.59% | - |
| HSV(B) | 356.89º | 0.62% | 0.85% | - |
| XYZ | 33.85 | 21.83 | 12.1 | - |
| YUV | 124.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 90 | 0 | 0.62 | 0.59 | 0.15 | 356.89 | 0.65 | 0.59 |
| Hex | DA | 53 | 5A | 0 | 3E | 3B | F | 165 | 41 | 3B |
| Octal | 332 | 123 | 132 | 0 | 76 | 73 | 17 | 545 | 101 | 73 |
| Binary | 11011010 | 1010011 | 1011010 | 0 | 111110 | 111011 | 1111 | 101100101 | 1000001 | 111011 |
Color Harmonies of #DA535A
Complementary color
Monochromatic Colors of #DA535A
Black with #DA535A
Text Example
Text Example
White with #DA535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA535A; }
p { color: rgb(218,83,90); }
H1.HeaderClassName
{
color: #DA535A;
}
.AnyTagClassName
{
color: #DA535A;
}
</style>
background-color css
<style>
a { background-color: #DA535A; }
a { background-color: rgb(218,83,90); }
div.DivClassName
{
background-color: #DA535A;
}
.BgClassName
{
background-color: #DA535A;
}
</style>
border-color css
<style>
span { border-color: #DA535A; }
span { border-color: rgb(218,83,90); }
td.TdClassName
{
border-color: #DA535A;
}
.TagClassName
{
border-color: #DA535A;
}
</style>