Shades of Mandy #D9515F
Tints of Mandy #D9515F
RGB
CMYK
RGB Variations
Color information
#D9515F (or 0xD9515F) is known color: Mandy. HEX triplet: D9, 51 and 5F. RGB value is (217,81,95). Sum of RGB (Red+Green+Blue) = 217+81+95=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9515F is #26AEA0. Grayscale: #7B7B7B. Windows color (decimal): -2535073 or 6246873. OLE color: 6246873.
HSL color Cylindrical-coordinate representation of color #D9515F: hue angle of 353.82º 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 #D9515F is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 95 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.15 |
| HSL | 353.82º | 0.64% | 0.58% | - |
| HSV(B) | 353.82º | 0.63% | 0.85% | - |
| XYZ | 33.62 | 21.46 | 13.2 | - |
| YUV | 123.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 95 | 0 | 0.63 | 0.56 | 0.15 | 353.82 | 0.64 | 0.58 |
| Hex | D9 | 51 | 5F | 0 | 3F | 38 | F | 162 | 40 | 3A |
| Octal | 331 | 121 | 137 | 0 | 77 | 70 | 17 | 542 | 100 | 72 |
| Binary | 11011001 | 1010001 | 1011111 | 0 | 111111 | 111000 | 1111 | 101100010 | 1000000 | 111010 |
Color Harmonies of #D9515F
Complementary color
Monochromatic Colors of #D9515F
Black with #D9515F
Text Example
Text Example
White with #D9515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9515F; }
p { color: rgb(217,81,95); }
H1.HeaderClassName
{
color: #D9515F;
}
.AnyTagClassName
{
color: #D9515F;
}
</style>
background-color css
<style>
a { background-color: #D9515F; }
a { background-color: rgb(217,81,95); }
div.DivClassName
{
background-color: #D9515F;
}
.BgClassName
{
background-color: #D9515F;
}
</style>
border-color css
<style>
span { border-color: #D9515F; }
span { border-color: rgb(217,81,95); }
td.TdClassName
{
border-color: #D9515F;
}
.TagClassName
{
border-color: #D9515F;
}
</style>