Shades of Mandy #D85A5E
Tints of Mandy #D85A5E
RGB
CMYK
RGB Variations
Color information
#D85A5E (or 0xD85A5E) is known color: Mandy. HEX triplet: D8, 5A and 5E. RGB value is (216,90,94). Sum of RGB (Red+Green+Blue) = 216+90+94=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A5E is #27A5A1. Grayscale: #808080. Windows color (decimal): -2598306 or 6183640. OLE color: 6183640.
HSL color Cylindrical-coordinate representation of color #D85A5E: hue angle of 358.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A5E is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 94 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.15 |
| HSL | 358.1º | 0.62% | 0.6% | - |
| HSV(B) | 358.1º | 0.58% | 0.85% | - |
| XYZ | 34 | 22.72 | 13.18 | - |
| YUV | 128.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 94 | 0 | 0.58 | 0.56 | 0.15 | 358.1 | 0.62 | 0.6 |
| Hex | D8 | 5A | 5E | 0 | 3A | 38 | F | 166 | 3E | 3C |
| Octal | 330 | 132 | 136 | 0 | 72 | 70 | 17 | 546 | 76 | 74 |
| Binary | 11011000 | 1011010 | 1011110 | 0 | 111010 | 111000 | 1111 | 101100110 | 111110 | 111100 |
Color Harmonies of #D85A5E
Complementary color
Monochromatic Colors of #D85A5E
Black with #D85A5E
Text Example
Text Example
White with #D85A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A5E; }
p { color: rgb(216,90,94); }
H1.HeaderClassName
{
color: #D85A5E;
}
.AnyTagClassName
{
color: #D85A5E;
}
</style>
background-color css
<style>
a { background-color: #D85A5E; }
a { background-color: rgb(216,90,94); }
div.DivClassName
{
background-color: #D85A5E;
}
.BgClassName
{
background-color: #D85A5E;
}
</style>
border-color css
<style>
span { border-color: #D85A5E; }
span { border-color: rgb(216,90,94); }
td.TdClassName
{
border-color: #D85A5E;
}
.TagClassName
{
border-color: #D85A5E;
}
</style>