Shades of Mandy #DA545B
Tints of Mandy #DA545B
RGB
CMYK
RGB Variations
Color information
#DA545B (or 0xDA545B) is known color: Mandy. HEX triplet: DA, 54 and 5B. RGB value is (218,84,91). Sum of RGB (Red+Green+Blue) = 218+84+91=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA545B is #25ABA4. Grayscale: #7C7C7C. Windows color (decimal): -2468773 or 5985498. OLE color: 5985498.
HSL color Cylindrical-coordinate representation of color #DA545B: hue angle of 356.87º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA545B is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 91 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.15 |
| HSL | 356.87º | 0.64% | 0.59% | - |
| HSV(B) | 356.87º | 0.61% | 0.85% | - |
| XYZ | 33.97 | 22 | 12.35 | - |
| YUV | 124.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 91 | 0 | 0.61 | 0.58 | 0.15 | 356.87 | 0.64 | 0.59 |
| Hex | DA | 54 | 5B | 0 | 3D | 3A | F | 165 | 40 | 3B |
| Octal | 332 | 124 | 133 | 0 | 75 | 72 | 17 | 545 | 100 | 73 |
| Binary | 11011010 | 1010100 | 1011011 | 0 | 111101 | 111010 | 1111 | 101100101 | 1000000 | 111011 |
Color Harmonies of #DA545B
Complementary color
Monochromatic Colors of #DA545B
Black with #DA545B
Text Example
Text Example
White with #DA545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA545B; }
p { color: rgb(218,84,91); }
H1.HeaderClassName
{
color: #DA545B;
}
.AnyTagClassName
{
color: #DA545B;
}
</style>
background-color css
<style>
a { background-color: #DA545B; }
a { background-color: rgb(218,84,91); }
div.DivClassName
{
background-color: #DA545B;
}
.BgClassName
{
background-color: #DA545B;
}
</style>
border-color css
<style>
span { border-color: #DA545B; }
span { border-color: rgb(218,84,91); }
td.TdClassName
{
border-color: #DA545B;
}
.TagClassName
{
border-color: #DA545B;
}
</style>