Shades of Mandy #D85D62
Tints of Mandy #D85D62
RGB
CMYK
RGB Variations
Color information
#D85D62 (or 0xD85D62) is known color: Mandy. HEX triplet: D8, 5D and 62. RGB value is (216,93,98). Sum of RGB (Red+Green+Blue) = 216+93+98=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D62 is #27A29D. Grayscale: #828282. Windows color (decimal): -2597534 or 6446552. OLE color: 6446552.
HSL color Cylindrical-coordinate representation of color #D85D62: hue angle of 357.56º 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 #D85D62 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 98 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.15 |
| HSL | 357.56º | 0.61% | 0.61% | - |
| HSV(B) | 357.56º | 0.57% | 0.85% | - |
| XYZ | 34.44 | 23.31 | 14.24 | - |
| YUV | 130.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 98 | 0 | 0.57 | 0.55 | 0.15 | 357.56 | 0.61 | 0.61 |
| Hex | D8 | 5D | 62 | 0 | 39 | 37 | F | 166 | 3D | 3D |
| Octal | 330 | 135 | 142 | 0 | 71 | 67 | 17 | 546 | 75 | 75 |
| Binary | 11011000 | 1011101 | 1100010 | 0 | 111001 | 110111 | 1111 | 101100110 | 111101 | 111101 |
Color Harmonies of #D85D62
Complementary color
Monochromatic Colors of #D85D62
Black with #D85D62
Text Example
Text Example
White with #D85D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D62; }
p { color: rgb(216,93,98); }
H1.HeaderClassName
{
color: #D85D62;
}
.AnyTagClassName
{
color: #D85D62;
}
</style>
background-color css
<style>
a { background-color: #D85D62; }
a { background-color: rgb(216,93,98); }
div.DivClassName
{
background-color: #D85D62;
}
.BgClassName
{
background-color: #D85D62;
}
</style>
border-color css
<style>
span { border-color: #D85D62; }
span { border-color: rgb(216,93,98); }
td.TdClassName
{
border-color: #D85D62;
}
.TagClassName
{
border-color: #D85D62;
}
</style>