Shades of Mandy #D85256
Tints of Mandy #D85256
RGB
CMYK
RGB Variations
Color information
#D85256 (or 0xD85256) is known color: Mandy. HEX triplet: D8, 52 and 56. RGB value is (216,82,86). Sum of RGB (Red+Green+Blue) = 216+82+86=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D85256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85256 is #27ADA9. Grayscale: #7A7A7A. Windows color (decimal): -2600362 or 5657304. OLE color: 5657304.
HSL color Cylindrical-coordinate representation of color #D85256: hue angle of 358.21º 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 #D85256 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 86 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.15 |
| HSL | 358.21º | 0.63% | 0.58% | - |
| HSV(B) | 358.21º | 0.62% | 0.85% | - |
| XYZ | 33.02 | 21.31 | 11.18 | - |
| YUV | 122.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 86 | 0 | 0.62 | 0.60 | 0.15 | 358.21 | 0.63 | 0.58 |
| Hex | D8 | 52 | 56 | 0 | 3E | 3C | F | 166 | 3F | 3A |
| Octal | 330 | 122 | 126 | 0 | 76 | 74 | 17 | 546 | 77 | 72 |
| Binary | 11011000 | 1010010 | 1010110 | 0 | 111110 | 111100 | 1111 | 101100110 | 111111 | 111010 |
Color Harmonies of #D85256
Complementary color
Monochromatic Colors of #D85256
Black with #D85256
Text Example
Text Example
White with #D85256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85256; }
p { color: rgb(216,82,86); }
H1.HeaderClassName
{
color: #D85256;
}
.AnyTagClassName
{
color: #D85256;
}
</style>
background-color css
<style>
a { background-color: #D85256; }
a { background-color: rgb(216,82,86); }
div.DivClassName
{
background-color: #D85256;
}
.BgClassName
{
background-color: #D85256;
}
</style>
border-color css
<style>
span { border-color: #D85256; }
span { border-color: rgb(216,82,86); }
td.TdClassName
{
border-color: #D85256;
}
.TagClassName
{
border-color: #D85256;
}
</style>