Shades of Mandy #D95160
Tints of Mandy #D95160
RGB
CMYK
RGB Variations
Color information
#D95160 (or 0xD95160) is known color: Mandy. HEX triplet: D9, 51 and 60. RGB value is (217,81,96). Sum of RGB (Red+Green+Blue) = 217+81+96=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D95160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95160 is #26AE9F. Grayscale: #7B7B7B. Windows color (decimal): -2535072 or 6312409. OLE color: 6312409.
HSL color Cylindrical-coordinate representation of color #D95160: hue angle of 353.38º 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 #D95160 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 96 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.15 |
| HSL | 353.38º | 0.64% | 0.58% | - |
| HSV(B) | 353.38º | 0.63% | 0.85% | - |
| XYZ | 33.67 | 21.48 | 13.44 | - |
| YUV | 123.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 96 | 0 | 0.63 | 0.56 | 0.15 | 353.38 | 0.64 | 0.58 |
| Hex | D9 | 51 | 60 | 0 | 3F | 38 | F | 161 | 40 | 3A |
| Octal | 331 | 121 | 140 | 0 | 77 | 70 | 17 | 541 | 100 | 72 |
| Binary | 11011001 | 1010001 | 1100000 | 0 | 111111 | 111000 | 1111 | 101100001 | 1000000 | 111010 |
Color Harmonies of #D95160
Complementary color
Monochromatic Colors of #D95160
Black with #D95160
Text Example
Text Example
White with #D95160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95160; }
p { color: rgb(217,81,96); }
H1.HeaderClassName
{
color: #D95160;
}
.AnyTagClassName
{
color: #D95160;
}
</style>
background-color css
<style>
a { background-color: #D95160; }
a { background-color: rgb(217,81,96); }
div.DivClassName
{
background-color: #D95160;
}
.BgClassName
{
background-color: #D95160;
}
</style>
border-color css
<style>
span { border-color: #D95160; }
span { border-color: rgb(217,81,96); }
td.TdClassName
{
border-color: #D95160;
}
.TagClassName
{
border-color: #D95160;
}
</style>