Shades of Mandy #D85865
Tints of Mandy #D85865
RGB
CMYK
RGB Variations
Color information
#D85865 (or 0xD85865) is known color: Mandy. HEX triplet: D8, 58 and 65. RGB value is (216,88,101). Sum of RGB (Red+Green+Blue) = 216+88+101=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D85865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85865 is #27A79A. Grayscale: #7F7F7F. Windows color (decimal): -2598811 or 6641880. OLE color: 6641880.
HSL color Cylindrical-coordinate representation of color #D85865: hue angle of 353.91º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85865 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 101 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.15 |
| HSL | 353.91º | 0.62% | 0.6% | - |
| HSV(B) | 353.91º | 0.59% | 0.85% | - |
| XYZ | 34.16 | 22.52 | 14.86 | - |
| YUV | 127.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 101 | 0 | 0.59 | 0.53 | 0.15 | 353.91 | 0.62 | 0.6 |
| Hex | D8 | 58 | 65 | 0 | 3B | 35 | F | 162 | 3E | 3C |
| Octal | 330 | 130 | 145 | 0 | 73 | 65 | 17 | 542 | 76 | 74 |
| Binary | 11011000 | 1011000 | 1100101 | 0 | 111011 | 110101 | 1111 | 101100010 | 111110 | 111100 |
Color Harmonies of #D85865
Complementary color
Monochromatic Colors of #D85865
Black with #D85865
Text Example
Text Example
White with #D85865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85865; }
p { color: rgb(216,88,101); }
H1.HeaderClassName
{
color: #D85865;
}
.AnyTagClassName
{
color: #D85865;
}
</style>
background-color css
<style>
a { background-color: #D85865; }
a { background-color: rgb(216,88,101); }
div.DivClassName
{
background-color: #D85865;
}
.BgClassName
{
background-color: #D85865;
}
</style>
border-color css
<style>
span { border-color: #D85865; }
span { border-color: rgb(216,88,101); }
td.TdClassName
{
border-color: #D85865;
}
.TagClassName
{
border-color: #D85865;
}
</style>