Shades of Mandy #D85158
Tints of Mandy #D85158
RGB
CMYK
RGB Variations
Color information
#D85158 (or 0xD85158) is known color: Mandy. HEX triplet: D8, 51 and 58. RGB value is (216,81,88). Sum of RGB (Red+Green+Blue) = 216+81+88=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85158 is #27AEA7. Grayscale: #7A7A7A. Windows color (decimal): -2600616 or 5788120. OLE color: 5788120.
HSL color Cylindrical-coordinate representation of color #D85158: hue angle of 356.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85158 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 88 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.15 |
| HSL | 356.89º | 0.63% | 0.58% | - |
| HSV(B) | 356.89º | 0.63% | 0.85% | - |
| XYZ | 33.02 | 21.19 | 11.58 | - |
| YUV | 122.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 88 | 0 | 0.62 | 0.59 | 0.15 | 356.89 | 0.63 | 0.58 |
| Hex | D8 | 51 | 58 | 0 | 3E | 3B | F | 165 | 3F | 3A |
| Octal | 330 | 121 | 130 | 0 | 76 | 73 | 17 | 545 | 77 | 72 |
| Binary | 11011000 | 1010001 | 1011000 | 0 | 111110 | 111011 | 1111 | 101100101 | 111111 | 111010 |
Color Harmonies of #D85158
Complementary color
Monochromatic Colors of #D85158
Black with #D85158
Text Example
Text Example
White with #D85158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85158; }
p { color: rgb(216,81,88); }
H1.HeaderClassName
{
color: #D85158;
}
.AnyTagClassName
{
color: #D85158;
}
</style>
background-color css
<style>
a { background-color: #D85158; }
a { background-color: rgb(216,81,88); }
div.DivClassName
{
background-color: #D85158;
}
.BgClassName
{
background-color: #D85158;
}
</style>
border-color css
<style>
span { border-color: #D85158; }
span { border-color: rgb(216,81,88); }
td.TdClassName
{
border-color: #D85158;
}
.TagClassName
{
border-color: #D85158;
}
</style>