Shades of Mandy #D85B64
Tints of Mandy #D85B64
RGB
CMYK
RGB Variations
Color information
#D85B64 (or 0xD85B64) is known color: Mandy. HEX triplet: D8, 5B and 64. RGB value is (216,91,100). Sum of RGB (Red+Green+Blue) = 216+91+100=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B64 is #27A49B. Grayscale: #818181. Windows color (decimal): -2598044 or 6577112. OLE color: 6577112.
HSL color Cylindrical-coordinate representation of color #D85B64: hue angle of 355.68º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85B64 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 100 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.15 |
| HSL | 355.68º | 0.62% | 0.6% | - |
| HSV(B) | 355.68º | 0.58% | 0.85% | - |
| XYZ | 34.36 | 23 | 14.69 | - |
| YUV | 129.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 100 | 0 | 0.58 | 0.54 | 0.15 | 355.68 | 0.62 | 0.6 |
| Hex | D8 | 5B | 64 | 0 | 3A | 36 | F | 164 | 3E | 3C |
| Octal | 330 | 133 | 144 | 0 | 72 | 66 | 17 | 544 | 76 | 74 |
| Binary | 11011000 | 1011011 | 1100100 | 0 | 111010 | 110110 | 1111 | 101100100 | 111110 | 111100 |
Color Harmonies of #D85B64
Complementary color
Monochromatic Colors of #D85B64
Black with #D85B64
Text Example
Text Example
White with #D85B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B64; }
p { color: rgb(216,91,100); }
H1.HeaderClassName
{
color: #D85B64;
}
.AnyTagClassName
{
color: #D85B64;
}
</style>
background-color css
<style>
a { background-color: #D85B64; }
a { background-color: rgb(216,91,100); }
div.DivClassName
{
background-color: #D85B64;
}
.BgClassName
{
background-color: #D85B64;
}
</style>
border-color css
<style>
span { border-color: #D85B64; }
span { border-color: rgb(216,91,100); }
td.TdClassName
{
border-color: #D85B64;
}
.TagClassName
{
border-color: #D85B64;
}
</style>