Shades of Mandy #D15965
Tints of Mandy #D15965
RGB
CMYK
RGB Variations
Color information
#D15965 (or 0xD15965) is known color: Mandy. HEX triplet: D1, 59 and 65. RGB value is (209,89,101). Sum of RGB (Red+Green+Blue) = 209+89+101=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D15965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15965 is #2EA69A. Grayscale: #7E7E7E. Windows color (decimal): -3057307 or 6642129. OLE color: 6642129.
HSL color Cylindrical-coordinate representation of color #D15965: hue angle of 354º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15965 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 101 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.18 |
| HSL | 354º | 0.57% | 0.58% | - |
| HSV(B) | 354º | 0.57% | 0.82% | - |
| XYZ | 32.22 | 21.64 | 14.79 | - |
| YUV | 126.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 101 | 0 | 0.57 | 0.52 | 0.18 | 354 | 0.57 | 0.58 |
| Hex | D1 | 59 | 65 | 0 | 39 | 34 | 12 | 162 | 39 | 3A |
| Octal | 321 | 131 | 145 | 0 | 71 | 64 | 22 | 542 | 71 | 72 |
| Binary | 11010001 | 1011001 | 1100101 | 0 | 111001 | 110100 | 10010 | 101100010 | 111001 | 111010 |
Color Harmonies of #D15965
Complementary color
Monochromatic Colors of #D15965
Black with #D15965
Text Example
Text Example
White with #D15965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15965; }
p { color: rgb(209,89,101); }
H1.HeaderClassName
{
color: #D15965;
}
.AnyTagClassName
{
color: #D15965;
}
</style>
background-color css
<style>
a { background-color: #D15965; }
a { background-color: rgb(209,89,101); }
div.DivClassName
{
background-color: #D15965;
}
.BgClassName
{
background-color: #D15965;
}
</style>
border-color css
<style>
span { border-color: #D15965; }
span { border-color: rgb(209,89,101); }
td.TdClassName
{
border-color: #D15965;
}
.TagClassName
{
border-color: #D15965;
}
</style>