Shades of Mandy #D95A5E
Tints of Mandy #D95A5E
RGB
CMYK
RGB Variations
Color information
#D95A5E (or 0xD95A5E) is known color: Mandy. HEX triplet: D9, 5A and 5E. RGB value is (217,90,94). Sum of RGB (Red+Green+Blue) = 217+90+94=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95A5E is #26A5A1. Grayscale: #808080. Windows color (decimal): -2532770 or 6183641. OLE color: 6183641.
HSL color Cylindrical-coordinate representation of color #D95A5E: hue angle of 358.11º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95A5E is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 94 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.15 |
| HSL | 358.11º | 0.63% | 0.6% | - |
| HSV(B) | 358.11º | 0.59% | 0.85% | - |
| XYZ | 34.29 | 22.87 | 13.2 | - |
| YUV | 128.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 94 | 0 | 0.59 | 0.57 | 0.15 | 358.11 | 0.63 | 0.6 |
| Hex | D9 | 5A | 5E | 0 | 3B | 39 | F | 166 | 3F | 3C |
| Octal | 331 | 132 | 136 | 0 | 73 | 71 | 17 | 546 | 77 | 74 |
| Binary | 11011001 | 1011010 | 1011110 | 0 | 111011 | 111001 | 1111 | 101100110 | 111111 | 111100 |
Color Harmonies of #D95A5E
Complementary color
Monochromatic Colors of #D95A5E
Black with #D95A5E
Text Example
Text Example
White with #D95A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A5E; }
p { color: rgb(217,90,94); }
H1.HeaderClassName
{
color: #D95A5E;
}
.AnyTagClassName
{
color: #D95A5E;
}
</style>
background-color css
<style>
a { background-color: #D95A5E; }
a { background-color: rgb(217,90,94); }
div.DivClassName
{
background-color: #D95A5E;
}
.BgClassName
{
background-color: #D95A5E;
}
</style>
border-color css
<style>
span { border-color: #D95A5E; }
span { border-color: rgb(217,90,94); }
td.TdClassName
{
border-color: #D95A5E;
}
.TagClassName
{
border-color: #D95A5E;
}
</style>