Shades of Mandy #D86063
Tints of Mandy #D86063
RGB
CMYK
RGB Variations
Color information
#D86063 (or 0xD86063) is known color: Mandy. HEX triplet: D8, 60 and 63. RGB value is (216,96,99). Sum of RGB (Red+Green+Blue) = 216+96+99=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D86063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86063 is #279F9C. Grayscale: #848484. Windows color (decimal): -2596765 or 6512856. OLE color: 6512856.
HSL color Cylindrical-coordinate representation of color #D86063: hue angle of 358.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86063 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 99 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.15 |
| HSL | 358.5º | 0.61% | 0.61% | - |
| HSV(B) | 358.5º | 0.56% | 0.85% | - |
| XYZ | 34.75 | 23.87 | 14.58 | - |
| YUV | 132.22 | 109.26 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 99 | 0 | 0.56 | 0.54 | 0.15 | 358.5 | 0.61 | 0.61 |
| Hex | D8 | 60 | 63 | 0 | 38 | 36 | F | 166 | 3D | 3D |
| Octal | 330 | 140 | 143 | 0 | 70 | 66 | 17 | 546 | 75 | 75 |
| Binary | 11011000 | 1100000 | 1100011 | 0 | 111000 | 110110 | 1111 | 101100110 | 111101 | 111101 |
Color Harmonies of #D86063
Complementary color
Monochromatic Colors of #D86063
Black with #D86063
Text Example
Text Example
White with #D86063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86063; }
p { color: rgb(216,96,99); }
H1.HeaderClassName
{
color: #D86063;
}
.AnyTagClassName
{
color: #D86063;
}
</style>
background-color css
<style>
a { background-color: #D86063; }
a { background-color: rgb(216,96,99); }
div.DivClassName
{
background-color: #D86063;
}
.BgClassName
{
background-color: #D86063;
}
</style>
border-color css
<style>
span { border-color: #D86063; }
span { border-color: rgb(216,96,99); }
td.TdClassName
{
border-color: #D86063;
}
.TagClassName
{
border-color: #D86063;
}
</style>