Shades of Mandy #D85A61
Tints of Mandy #D85A61
RGB
CMYK
RGB Variations
Color information
#D85A61 (or 0xD85A61) is known color: Mandy. HEX triplet: D8, 5A and 61. RGB value is (216,90,97). Sum of RGB (Red+Green+Blue) = 216+90+97=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A61 is #27A59E. Grayscale: #808080. Windows color (decimal): -2598303 or 6380248. OLE color: 6380248.
HSL color Cylindrical-coordinate representation of color #D85A61: hue angle of 356.67º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A61 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 97 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.15 |
| HSL | 356.67º | 0.62% | 0.6% | - |
| HSV(B) | 356.67º | 0.58% | 0.85% | - |
| XYZ | 34.13 | 22.77 | 13.91 | - |
| YUV | 128.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 97 | 0 | 0.58 | 0.55 | 0.15 | 356.67 | 0.62 | 0.6 |
| Hex | D8 | 5A | 61 | 0 | 3A | 37 | F | 165 | 3E | 3C |
| Octal | 330 | 132 | 141 | 0 | 72 | 67 | 17 | 545 | 76 | 74 |
| Binary | 11011000 | 1011010 | 1100001 | 0 | 111010 | 110111 | 1111 | 101100101 | 111110 | 111100 |
Color Harmonies of #D85A61
Complementary color
Monochromatic Colors of #D85A61
Black with #D85A61
Text Example
Text Example
White with #D85A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A61; }
p { color: rgb(216,90,97); }
H1.HeaderClassName
{
color: #D85A61;
}
.AnyTagClassName
{
color: #D85A61;
}
</style>
background-color css
<style>
a { background-color: #D85A61; }
a { background-color: rgb(216,90,97); }
div.DivClassName
{
background-color: #D85A61;
}
.BgClassName
{
background-color: #D85A61;
}
</style>
border-color css
<style>
span { border-color: #D85A61; }
span { border-color: rgb(216,90,97); }
td.TdClassName
{
border-color: #D85A61;
}
.TagClassName
{
border-color: #D85A61;
}
</style>