Shades of Mandy #D85D64
Tints of Mandy #D85D64
RGB
CMYK
RGB Variations
Color information
#D85D64 (or 0xD85D64) is known color: Mandy. HEX triplet: D8, 5D and 64. RGB value is (216,93,100). Sum of RGB (Red+Green+Blue) = 216+93+100=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D64 is #27A29B. Grayscale: #828282. Windows color (decimal): -2597532 or 6577624. OLE color: 6577624.
HSL color Cylindrical-coordinate representation of color #D85D64: hue angle of 356.59º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85D64 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 100 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.15 |
| HSL | 356.59º | 0.61% | 0.61% | - |
| HSV(B) | 356.59º | 0.57% | 0.85% | - |
| XYZ | 34.53 | 23.35 | 14.74 | - |
| YUV | 130.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 100 | 0 | 0.57 | 0.54 | 0.15 | 356.59 | 0.61 | 0.61 |
| Hex | D8 | 5D | 64 | 0 | 39 | 36 | F | 165 | 3D | 3D |
| Octal | 330 | 135 | 144 | 0 | 71 | 66 | 17 | 545 | 75 | 75 |
| Binary | 11011000 | 1011101 | 1100100 | 0 | 111001 | 110110 | 1111 | 101100101 | 111101 | 111101 |
Color Harmonies of #D85D64
Complementary color
Monochromatic Colors of #D85D64
Black with #D85D64
Text Example
Text Example
White with #D85D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D64; }
p { color: rgb(216,93,100); }
H1.HeaderClassName
{
color: #D85D64;
}
.AnyTagClassName
{
color: #D85D64;
}
</style>
background-color css
<style>
a { background-color: #D85D64; }
a { background-color: rgb(216,93,100); }
div.DivClassName
{
background-color: #D85D64;
}
.BgClassName
{
background-color: #D85D64;
}
</style>
border-color css
<style>
span { border-color: #D85D64; }
span { border-color: rgb(216,93,100); }
td.TdClassName
{
border-color: #D85D64;
}
.TagClassName
{
border-color: #D85D64;
}
</style>