Shades of Mandy #D85257
Tints of Mandy #D85257
RGB
CMYK
RGB Variations
Color information
#D85257 (or 0xD85257) is known color: Mandy. HEX triplet: D8, 52 and 57. RGB value is (216,82,87). Sum of RGB (Red+Green+Blue) = 216+82+87=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85257 is #27ADA8. Grayscale: #7A7A7A. Windows color (decimal): -2600361 or 5722840. OLE color: 5722840.
HSL color Cylindrical-coordinate representation of color #D85257: hue angle of 357.76º 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 #D85257 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 87 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.15 |
| HSL | 357.76º | 0.63% | 0.58% | - |
| HSV(B) | 357.76º | 0.62% | 0.85% | - |
| XYZ | 33.06 | 21.32 | 11.39 | - |
| YUV | 122.64 | 107.89 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 87 | 0 | 0.62 | 0.60 | 0.15 | 357.76 | 0.63 | 0.58 |
| Hex | D8 | 52 | 57 | 0 | 3E | 3C | F | 166 | 3F | 3A |
| Octal | 330 | 122 | 127 | 0 | 76 | 74 | 17 | 546 | 77 | 72 |
| Binary | 11011000 | 1010010 | 1010111 | 0 | 111110 | 111100 | 1111 | 101100110 | 111111 | 111010 |
Color Harmonies of #D85257
Complementary color
Monochromatic Colors of #D85257
Black with #D85257
Text Example
Text Example
White with #D85257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85257; }
p { color: rgb(216,82,87); }
H1.HeaderClassName
{
color: #D85257;
}
.AnyTagClassName
{
color: #D85257;
}
</style>
background-color css
<style>
a { background-color: #D85257; }
a { background-color: rgb(216,82,87); }
div.DivClassName
{
background-color: #D85257;
}
.BgClassName
{
background-color: #D85257;
}
</style>
border-color css
<style>
span { border-color: #D85257; }
span { border-color: rgb(216,82,87); }
td.TdClassName
{
border-color: #D85257;
}
.TagClassName
{
border-color: #D85257;
}
</style>