Shades of Mandy #D95156
Tints of Mandy #D95156
RGB
CMYK
RGB Variations
Color information
#D95156 (or 0xD95156) is known color: Mandy. HEX triplet: D9, 51 and 56. RGB value is (217,81,86). Sum of RGB (Red+Green+Blue) = 217+81+86=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D95156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95156 is #26AEA9. Grayscale: #7A7A7A. Windows color (decimal): -2535082 or 5657049. OLE color: 5657049.
HSL color Cylindrical-coordinate representation of color #D95156: hue angle of 357.79º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95156 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 86 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.15 |
| HSL | 357.79º | 0.64% | 0.58% | - |
| HSV(B) | 357.79º | 0.63% | 0.85% | - |
| XYZ | 33.24 | 21.31 | 11.17 | - |
| YUV | 122.23 | 107.56 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 86 | 0 | 0.63 | 0.60 | 0.15 | 357.79 | 0.64 | 0.58 |
| Hex | D9 | 51 | 56 | 0 | 3F | 3C | F | 166 | 40 | 3A |
| Octal | 331 | 121 | 126 | 0 | 77 | 74 | 17 | 546 | 100 | 72 |
| Binary | 11011001 | 1010001 | 1010110 | 0 | 111111 | 111100 | 1111 | 101100110 | 1000000 | 111010 |
Color Harmonies of #D95156
Complementary color
Monochromatic Colors of #D95156
Black with #D95156
Text Example
Text Example
White with #D95156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95156; }
p { color: rgb(217,81,86); }
H1.HeaderClassName
{
color: #D95156;
}
.AnyTagClassName
{
color: #D95156;
}
</style>
background-color css
<style>
a { background-color: #D95156; }
a { background-color: rgb(217,81,86); }
div.DivClassName
{
background-color: #D95156;
}
.BgClassName
{
background-color: #D95156;
}
</style>
border-color css
<style>
span { border-color: #D95156; }
span { border-color: rgb(217,81,86); }
td.TdClassName
{
border-color: #D95156;
}
.TagClassName
{
border-color: #D95156;
}
</style>