Shades of Mandy #DA515B
Tints of Mandy #DA515B
RGB
CMYK
RGB Variations
Color information
#DA515B (or 0xDA515B) is known color: Mandy. HEX triplet: DA, 51 and 5B. RGB value is (218,81,91). Sum of RGB (Red+Green+Blue) = 218+81+91=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA515B is #25AEA4. Grayscale: #7B7B7B. Windows color (decimal): -2469541 or 5984730. OLE color: 5984730.
HSL color Cylindrical-coordinate representation of color #DA515B: hue angle of 355.62º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA515B is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 91 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.15 |
| HSL | 355.62º | 0.65% | 0.59% | - |
| HSV(B) | 355.62º | 0.63% | 0.85% | - |
| XYZ | 33.74 | 21.55 | 12.28 | - |
| YUV | 123.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 91 | 0 | 0.63 | 0.58 | 0.15 | 355.62 | 0.65 | 0.59 |
| Hex | DA | 51 | 5B | 0 | 3F | 3A | F | 164 | 41 | 3B |
| Octal | 332 | 121 | 133 | 0 | 77 | 72 | 17 | 544 | 101 | 73 |
| Binary | 11011010 | 1010001 | 1011011 | 0 | 111111 | 111010 | 1111 | 101100100 | 1000001 | 111011 |
Color Harmonies of #DA515B
Complementary color
Monochromatic Colors of #DA515B
Black with #DA515B
Text Example
Text Example
White with #DA515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA515B; }
p { color: rgb(218,81,91); }
H1.HeaderClassName
{
color: #DA515B;
}
.AnyTagClassName
{
color: #DA515B;
}
</style>
background-color css
<style>
a { background-color: #DA515B; }
a { background-color: rgb(218,81,91); }
div.DivClassName
{
background-color: #DA515B;
}
.BgClassName
{
background-color: #DA515B;
}
</style>
border-color css
<style>
span { border-color: #DA515B; }
span { border-color: rgb(218,81,91); }
td.TdClassName
{
border-color: #DA515B;
}
.TagClassName
{
border-color: #DA515B;
}
</style>