Shades of Mandy #D85155
Tints of Mandy #D85155
RGB
CMYK
RGB Variations
Color information
#D85155 (or 0xD85155) is known color: Mandy. HEX triplet: D8, 51 and 55. RGB value is (216,81,85). Sum of RGB (Red+Green+Blue) = 216+81+85=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D85155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85155 is #27AEAA. Grayscale: #797979. Windows color (decimal): -2600619 or 5591512. OLE color: 5591512.
HSL color Cylindrical-coordinate representation of color #D85155: hue angle of 358.22º 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 #D85155 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 85 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.15 |
| HSL | 358.22º | 0.63% | 0.58% | - |
| HSV(B) | 358.22º | 0.63% | 0.85% | - |
| XYZ | 32.9 | 21.14 | 10.94 | - |
| YUV | 121.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 85 | 0 | 0.62 | 0.61 | 0.15 | 358.22 | 0.63 | 0.58 |
| Hex | D8 | 51 | 55 | 0 | 3E | 3D | F | 166 | 3F | 3A |
| Octal | 330 | 121 | 125 | 0 | 76 | 75 | 17 | 546 | 77 | 72 |
| Binary | 11011000 | 1010001 | 1010101 | 0 | 111110 | 111101 | 1111 | 101100110 | 111111 | 111010 |
Color Harmonies of #D85155
Complementary color
Monochromatic Colors of #D85155
Black with #D85155
Text Example
Text Example
White with #D85155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85155; }
p { color: rgb(216,81,85); }
H1.HeaderClassName
{
color: #D85155;
}
.AnyTagClassName
{
color: #D85155;
}
</style>
background-color css
<style>
a { background-color: #D85155; }
a { background-color: rgb(216,81,85); }
div.DivClassName
{
background-color: #D85155;
}
.BgClassName
{
background-color: #D85155;
}
</style>
border-color css
<style>
span { border-color: #D85155; }
span { border-color: rgb(216,81,85); }
td.TdClassName
{
border-color: #D85155;
}
.TagClassName
{
border-color: #D85155;
}
</style>