Shades of Mandy #D84E55
Tints of Mandy #D84E55
RGB
CMYK
RGB Variations
Color information
#D84E55 (or 0xD84E55) is known color: Mandy. HEX triplet: D8, 4E and 55. RGB value is (216,78,85). Sum of RGB (Red+Green+Blue) = 216+78+85=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E55 is #27B1AA. Grayscale: #787878. Windows color (decimal): -2601387 or 5590744. OLE color: 5590744.
HSL color Cylindrical-coordinate representation of color #D84E55: hue angle of 356.96º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84E55 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 85 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.15 |
| HSL | 356.96º | 0.64% | 0.58% | - |
| HSV(B) | 356.96º | 0.64% | 0.85% | - |
| XYZ | 32.68 | 20.7 | 10.87 | - |
| YUV | 120.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 85 | 0 | 0.64 | 0.61 | 0.15 | 356.96 | 0.64 | 0.58 |
| Hex | D8 | 4E | 55 | 0 | 40 | 3D | F | 165 | 40 | 3A |
| Octal | 330 | 116 | 125 | 0 | 100 | 75 | 17 | 545 | 100 | 72 |
| Binary | 11011000 | 1001110 | 1010101 | 0 | 1000000 | 111101 | 1111 | 101100101 | 1000000 | 111010 |
Color Harmonies of #D84E55
Complementary color
Monochromatic Colors of #D84E55
Black with #D84E55
Text Example
Text Example
White with #D84E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E55; }
p { color: rgb(216,78,85); }
H1.HeaderClassName
{
color: #D84E55;
}
.AnyTagClassName
{
color: #D84E55;
}
</style>
background-color css
<style>
a { background-color: #D84E55; }
a { background-color: rgb(216,78,85); }
div.DivClassName
{
background-color: #D84E55;
}
.BgClassName
{
background-color: #D84E55;
}
</style>
border-color css
<style>
span { border-color: #D84E55; }
span { border-color: rgb(216,78,85); }
td.TdClassName
{
border-color: #D84E55;
}
.TagClassName
{
border-color: #D84E55;
}
</style>