Shades of Mandy #D84D4E
Tints of Mandy #D84D4E
RGB
CMYK
RGB Variations
Color information
#D84D4E (or 0xD84D4E) is known color: Mandy. HEX triplet: D8, 4D and 4E. RGB value is (216,77,78). Sum of RGB (Red+Green+Blue) = 216+77+78=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D4E is #27B2B1. Grayscale: #767676. Windows color (decimal): -2601650 or 5131736. OLE color: 5131736.
HSL color Cylindrical-coordinate representation of color #D84D4E: hue angle of 359.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84D4E is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 78 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.15 |
| HSL | 359.57º | 0.64% | 0.57% | - |
| HSV(B) | 359.57º | 0.64% | 0.85% | - |
| XYZ | 32.35 | 20.46 | 9.45 | - |
| YUV | 118.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 78 | 0 | 0.64 | 0.64 | 0.15 | 359.57 | 0.64 | 0.57 |
| Hex | D8 | 4D | 4E | 0 | 40 | 40 | F | 168 | 40 | 39 |
| Octal | 330 | 115 | 116 | 0 | 100 | 100 | 17 | 550 | 100 | 71 |
| Binary | 11011000 | 1001101 | 1001110 | 0 | 1000000 | 1000000 | 1111 | 101101000 | 1000000 | 111001 |
Color Harmonies of #D84D4E
Complementary color
Monochromatic Colors of #D84D4E
Black with #D84D4E
Text Example
Text Example
White with #D84D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D4E; }
p { color: rgb(216,77,78); }
H1.HeaderClassName
{
color: #D84D4E;
}
.AnyTagClassName
{
color: #D84D4E;
}
</style>
background-color css
<style>
a { background-color: #D84D4E; }
a { background-color: rgb(216,77,78); }
div.DivClassName
{
background-color: #D84D4E;
}
.BgClassName
{
background-color: #D84D4E;
}
</style>
border-color css
<style>
span { border-color: #D84D4E; }
span { border-color: rgb(216,77,78); }
td.TdClassName
{
border-color: #D84D4E;
}
.TagClassName
{
border-color: #D84D4E;
}
</style>