Shades of Mandy #D15F64
Tints of Mandy #D15F64
RGB
CMYK
RGB Variations
Color information
#D15F64 (or 0xD15F64) is known color: Mandy. HEX triplet: D1, 5F and 64. RGB value is (209,95,100). Sum of RGB (Red+Green+Blue) = 209+95+100=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F64 is #2EA09B. Grayscale: #818181. Windows color (decimal): -3055772 or 6578129. OLE color: 6578129.
HSL color Cylindrical-coordinate representation of color #D15F64: hue angle of 357.37º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F64 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 100 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.18 |
| HSL | 357.37º | 0.55% | 0.6% | - |
| HSV(B) | 357.37º | 0.55% | 0.82% | - |
| XYZ | 32.69 | 22.66 | 14.71 | - |
| YUV | 129.66 | 111.27 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 100 | 0 | 0.55 | 0.52 | 0.18 | 357.37 | 0.55 | 0.6 |
| Hex | D1 | 5F | 64 | 0 | 37 | 34 | 12 | 165 | 37 | 3C |
| Octal | 321 | 137 | 144 | 0 | 67 | 64 | 22 | 545 | 67 | 74 |
| Binary | 11010001 | 1011111 | 1100100 | 0 | 110111 | 110100 | 10010 | 101100101 | 110111 | 111100 |
Color Harmonies of #D15F64
Complementary color
Monochromatic Colors of #D15F64
Black with #D15F64
Text Example
Text Example
White with #D15F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F64; }
p { color: rgb(209,95,100); }
H1.HeaderClassName
{
color: #D15F64;
}
.AnyTagClassName
{
color: #D15F64;
}
</style>
background-color css
<style>
a { background-color: #D15F64; }
a { background-color: rgb(209,95,100); }
div.DivClassName
{
background-color: #D15F64;
}
.BgClassName
{
background-color: #D15F64;
}
</style>
border-color css
<style>
span { border-color: #D15F64; }
span { border-color: rgb(209,95,100); }
td.TdClassName
{
border-color: #D15F64;
}
.TagClassName
{
border-color: #D15F64;
}
</style>