Shades of Mandy #D15964
Tints of Mandy #D15964
RGB
CMYK
RGB Variations
Color information
#D15964 (or 0xD15964) is known color: Mandy. HEX triplet: D1, 59 and 64. RGB value is (209,89,100). Sum of RGB (Red+Green+Blue) = 209+89+100=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D15964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15964 is #2EA69B. Grayscale: #7E7E7E. Windows color (decimal): -3057308 or 6576593. OLE color: 6576593.
HSL color Cylindrical-coordinate representation of color #D15964: hue angle of 354.5º 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 #D15964 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 100 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.18 |
| HSL | 354.5º | 0.57% | 0.58% | - |
| HSV(B) | 354.5º | 0.57% | 0.82% | - |
| XYZ | 32.17 | 21.62 | 14.53 | - |
| YUV | 126.13 | 113.26 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 100 | 0 | 0.57 | 0.52 | 0.18 | 354.5 | 0.57 | 0.58 |
| Hex | D1 | 59 | 64 | 0 | 39 | 34 | 12 | 162 | 39 | 3A |
| Octal | 321 | 131 | 144 | 0 | 71 | 64 | 22 | 542 | 71 | 72 |
| Binary | 11010001 | 1011001 | 1100100 | 0 | 111001 | 110100 | 10010 | 101100010 | 111001 | 111010 |
Color Harmonies of #D15964
Complementary color
Monochromatic Colors of #D15964
Black with #D15964
Text Example
Text Example
White with #D15964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15964; }
p { color: rgb(209,89,100); }
H1.HeaderClassName
{
color: #D15964;
}
.AnyTagClassName
{
color: #D15964;
}
</style>
background-color css
<style>
a { background-color: #D15964; }
a { background-color: rgb(209,89,100); }
div.DivClassName
{
background-color: #D15964;
}
.BgClassName
{
background-color: #D15964;
}
</style>
border-color css
<style>
span { border-color: #D15964; }
span { border-color: rgb(209,89,100); }
td.TdClassName
{
border-color: #D15964;
}
.TagClassName
{
border-color: #D15964;
}
</style>