Shades of Mandy #D15B5E
Tints of Mandy #D15B5E
RGB
CMYK
RGB Variations
Color information
#D15B5E (or 0xD15B5E) is known color: Mandy. HEX triplet: D1, 5B and 5E. RGB value is (209,91,94). Sum of RGB (Red+Green+Blue) = 209+91+94=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15B5E is #2EA4A1. Grayscale: #7E7E7E. Windows color (decimal): -3056802 or 6183889. OLE color: 6183889.
HSL color Cylindrical-coordinate representation of color #D15B5E: hue angle of 358.47º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15B5E is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 94 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.18 |
| HSL | 358.47º | 0.56% | 0.59% | - |
| HSV(B) | 358.47º | 0.56% | 0.82% | - |
| XYZ | 32.06 | 21.85 | 13.12 | - |
| YUV | 126.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 94 | 0 | 0.56 | 0.55 | 0.18 | 358.47 | 0.56 | 0.59 |
| Hex | D1 | 5B | 5E | 0 | 38 | 37 | 12 | 166 | 38 | 3B |
| Octal | 321 | 133 | 136 | 0 | 70 | 67 | 22 | 546 | 70 | 73 |
| Binary | 11010001 | 1011011 | 1011110 | 0 | 111000 | 110111 | 10010 | 101100110 | 111000 | 111011 |
Color Harmonies of #D15B5E
Complementary color
Monochromatic Colors of #D15B5E
Black with #D15B5E
Text Example
Text Example
White with #D15B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B5E; }
p { color: rgb(209,91,94); }
H1.HeaderClassName
{
color: #D15B5E;
}
.AnyTagClassName
{
color: #D15B5E;
}
</style>
background-color css
<style>
a { background-color: #D15B5E; }
a { background-color: rgb(209,91,94); }
div.DivClassName
{
background-color: #D15B5E;
}
.BgClassName
{
background-color: #D15B5E;
}
</style>
border-color css
<style>
span { border-color: #D15B5E; }
span { border-color: rgb(209,91,94); }
td.TdClassName
{
border-color: #D15B5E;
}
.TagClassName
{
border-color: #D15B5E;
}
</style>