Shades of Mandy #D85564
Tints of Mandy #D85564
RGB
CMYK
RGB Variations
Color information
#D85564 (or 0xD85564) is known color: Mandy. HEX triplet: D8, 55 and 64. RGB value is (216,85,100). Sum of RGB (Red+Green+Blue) = 216+85+100=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D85564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85564 is #27AA9B. Grayscale: #7D7D7D. Windows color (decimal): -2599580 or 6575576. OLE color: 6575576.
HSL color Cylindrical-coordinate representation of color #D85564: hue angle of 353.13º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85564 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 100 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.15 |
| HSL | 353.13º | 0.63% | 0.59% | - |
| HSV(B) | 353.13º | 0.61% | 0.85% | - |
| XYZ | 33.87 | 22.02 | 14.52 | - |
| YUV | 125.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 100 | 0 | 0.61 | 0.54 | 0.15 | 353.13 | 0.63 | 0.59 |
| Hex | D8 | 55 | 64 | 0 | 3D | 36 | F | 161 | 3F | 3B |
| Octal | 330 | 125 | 144 | 0 | 75 | 66 | 17 | 541 | 77 | 73 |
| Binary | 11011000 | 1010101 | 1100100 | 0 | 111101 | 110110 | 1111 | 101100001 | 111111 | 111011 |
Color Harmonies of #D85564
Complementary color
Monochromatic Colors of #D85564
Black with #D85564
Text Example
Text Example
White with #D85564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85564; }
p { color: rgb(216,85,100); }
H1.HeaderClassName
{
color: #D85564;
}
.AnyTagClassName
{
color: #D85564;
}
</style>
background-color css
<style>
a { background-color: #D85564; }
a { background-color: rgb(216,85,100); }
div.DivClassName
{
background-color: #D85564;
}
.BgClassName
{
background-color: #D85564;
}
</style>
border-color css
<style>
span { border-color: #D85564; }
span { border-color: rgb(216,85,100); }
td.TdClassName
{
border-color: #D85564;
}
.TagClassName
{
border-color: #D85564;
}
</style>