Shades of Mandy #D15056
Tints of Mandy #D15056
RGB
CMYK
RGB Variations
Color information
#D15056 (or 0xD15056) is known color: Mandy. HEX triplet: D1, 50 and 56. RGB value is (209,80,86). Sum of RGB (Red+Green+Blue) = 209+80+86=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D15056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15056 is #2EAFA9. Grayscale: #777777. Windows color (decimal): -3059626 or 5656785. OLE color: 5656785.
HSL color Cylindrical-coordinate representation of color #D15056: hue angle of 357.21º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15056 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 86 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.18 |
| HSL | 357.21º | 0.58% | 0.57% | - |
| HSV(B) | 357.21º | 0.62% | 0.82% | - |
| XYZ | 30.84 | 19.96 | 11.03 | - |
| YUV | 119.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 86 | 0 | 0.62 | 0.59 | 0.18 | 357.21 | 0.58 | 0.57 |
| Hex | D1 | 50 | 56 | 0 | 3E | 3B | 12 | 165 | 3A | 39 |
| Octal | 321 | 120 | 126 | 0 | 76 | 73 | 22 | 545 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1010110 | 0 | 111110 | 111011 | 10010 | 101100101 | 111010 | 111001 |
Color Harmonies of #D15056
Complementary color
Monochromatic Colors of #D15056
Black with #D15056
Text Example
Text Example
White with #D15056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15056; }
p { color: rgb(209,80,86); }
H1.HeaderClassName
{
color: #D15056;
}
.AnyTagClassName
{
color: #D15056;
}
</style>
background-color css
<style>
a { background-color: #D15056; }
a { background-color: rgb(209,80,86); }
div.DivClassName
{
background-color: #D15056;
}
.BgClassName
{
background-color: #D15056;
}
</style>
border-color css
<style>
span { border-color: #D15056; }
span { border-color: rgb(209,80,86); }
td.TdClassName
{
border-color: #D15056;
}
.TagClassName
{
border-color: #D15056;
}
</style>