Shades of Mandy #D95153
Tints of Mandy #D95153
RGB
CMYK
RGB Variations
Color information
#D95153 (or 0xD95153) is known color: Mandy. HEX triplet: D9, 51 and 53. RGB value is (217,81,83). Sum of RGB (Red+Green+Blue) = 217+81+83=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D95153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95153 is #26AEAC. Grayscale: #7A7A7A. Windows color (decimal): -2535085 or 5460441. OLE color: 5460441.
HSL color Cylindrical-coordinate representation of color #D95153: hue angle of 359.12º 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 #D95153 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 83 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.15 |
| HSL | 359.12º | 0.64% | 0.58% | - |
| HSV(B) | 359.12º | 0.63% | 0.85% | - |
| XYZ | 33.12 | 21.26 | 10.54 | - |
| YUV | 121.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 83 | 0 | 0.63 | 0.62 | 0.15 | 359.12 | 0.64 | 0.58 |
| Hex | D9 | 51 | 53 | 0 | 3F | 3E | F | 167 | 40 | 3A |
| Octal | 331 | 121 | 123 | 0 | 77 | 76 | 17 | 547 | 100 | 72 |
| Binary | 11011001 | 1010001 | 1010011 | 0 | 111111 | 111110 | 1111 | 101100111 | 1000000 | 111010 |
Color Harmonies of #D95153
Complementary color
Monochromatic Colors of #D95153
Black with #D95153
Text Example
Text Example
White with #D95153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95153; }
p { color: rgb(217,81,83); }
H1.HeaderClassName
{
color: #D95153;
}
.AnyTagClassName
{
color: #D95153;
}
</style>
background-color css
<style>
a { background-color: #D95153; }
a { background-color: rgb(217,81,83); }
div.DivClassName
{
background-color: #D95153;
}
.BgClassName
{
background-color: #D95153;
}
</style>
border-color css
<style>
span { border-color: #D95153; }
span { border-color: rgb(217,81,83); }
td.TdClassName
{
border-color: #D95153;
}
.TagClassName
{
border-color: #D95153;
}
</style>