Shades of Mandy #D84C4E
Tints of Mandy #D84C4E
RGB
CMYK
RGB Variations
Color information
#D84C4E (or 0xD84C4E) is known color: Mandy. HEX triplet: D8, 4C and 4E. RGB value is (216,76,78). Sum of RGB (Red+Green+Blue) = 216+76+78=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C4E is #27B3B1. Grayscale: #767676. Windows color (decimal): -2601906 or 5131480. OLE color: 5131480.
HSL color Cylindrical-coordinate representation of color #D84C4E: hue angle of 359.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84C4E is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 78 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.15 |
| HSL | 359.14º | 0.64% | 0.57% | - |
| HSV(B) | 359.14º | 0.65% | 0.85% | - |
| XYZ | 32.28 | 20.32 | 9.43 | - |
| YUV | 118.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 78 | 0 | 0.65 | 0.64 | 0.15 | 359.14 | 0.64 | 0.57 |
| Hex | D8 | 4C | 4E | 0 | 41 | 40 | F | 167 | 40 | 39 |
| Octal | 330 | 114 | 116 | 0 | 101 | 100 | 17 | 547 | 100 | 71 |
| Binary | 11011000 | 1001100 | 1001110 | 0 | 1000001 | 1000000 | 1111 | 101100111 | 1000000 | 111001 |
Color Harmonies of #D84C4E
Complementary color
Monochromatic Colors of #D84C4E
Black with #D84C4E
Text Example
Text Example
White with #D84C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C4E; }
p { color: rgb(216,76,78); }
H1.HeaderClassName
{
color: #D84C4E;
}
.AnyTagClassName
{
color: #D84C4E;
}
</style>
background-color css
<style>
a { background-color: #D84C4E; }
a { background-color: rgb(216,76,78); }
div.DivClassName
{
background-color: #D84C4E;
}
.BgClassName
{
background-color: #D84C4E;
}
</style>
border-color css
<style>
span { border-color: #D84C4E; }
span { border-color: rgb(216,76,78); }
td.TdClassName
{
border-color: #D84C4E;
}
.TagClassName
{
border-color: #D84C4E;
}
</style>