Shades of Mandy #D85161
Tints of Mandy #D85161
RGB
CMYK
RGB Variations
Color information
#D85161 (or 0xD85161) is known color: Mandy. HEX triplet: D8, 51 and 61. RGB value is (216,81,97). Sum of RGB (Red+Green+Blue) = 216+81+97=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D85161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85161 is #27AE9E. Grayscale: #7B7B7B. Windows color (decimal): -2600607 or 6377944. OLE color: 6377944.
HSL color Cylindrical-coordinate representation of color #D85161: hue angle of 352.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 #D85161 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 97 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.15 |
| HSL | 352.89º | 0.63% | 0.58% | - |
| HSV(B) | 352.89º | 0.63% | 0.85% | - |
| XYZ | 33.42 | 21.35 | 13.67 | - |
| YUV | 123.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 97 | 0 | 0.62 | 0.55 | 0.15 | 352.89 | 0.63 | 0.58 |
| Hex | D8 | 51 | 61 | 0 | 3E | 37 | F | 161 | 3F | 3A |
| Octal | 330 | 121 | 141 | 0 | 76 | 67 | 17 | 541 | 77 | 72 |
| Binary | 11011000 | 1010001 | 1100001 | 0 | 111110 | 110111 | 1111 | 101100001 | 111111 | 111010 |
Color Harmonies of #D85161
Complementary color
Monochromatic Colors of #D85161
Black with #D85161
Text Example
Text Example
White with #D85161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85161; }
p { color: rgb(216,81,97); }
H1.HeaderClassName
{
color: #D85161;
}
.AnyTagClassName
{
color: #D85161;
}
</style>
background-color css
<style>
a { background-color: #D85161; }
a { background-color: rgb(216,81,97); }
div.DivClassName
{
background-color: #D85161;
}
.BgClassName
{
background-color: #D85161;
}
</style>
border-color css
<style>
span { border-color: #D85161; }
span { border-color: rgb(216,81,97); }
td.TdClassName
{
border-color: #D85161;
}
.TagClassName
{
border-color: #D85161;
}
</style>