Shades of Mandy #D84F51
Tints of Mandy #D84F51
RGB
CMYK
RGB Variations
Color information
#D84F51 (or 0xD84F51) is known color: Mandy. HEX triplet: D8, 4F and 51. RGB value is (216,79,81). Sum of RGB (Red+Green+Blue) = 216+79+81=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F51 is #27B0AE. Grayscale: #787878. Windows color (decimal): -2601135 or 5328856. OLE color: 5328856.
HSL color Cylindrical-coordinate representation of color #D84F51: hue angle of 359.12º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D84F51 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 81 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.15 |
| HSL | 359.12º | 0.64% | 0.58% | - |
| HSV(B) | 359.12º | 0.63% | 0.85% | - |
| XYZ | 32.6 | 20.78 | 10.08 | - |
| YUV | 120.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 81 | 0 | 0.63 | 0.62 | 0.15 | 359.12 | 0.64 | 0.58 |
| Hex | D8 | 4F | 51 | 0 | 3F | 3E | F | 167 | 40 | 3A |
| Octal | 330 | 117 | 121 | 0 | 77 | 76 | 17 | 547 | 100 | 72 |
| Binary | 11011000 | 1001111 | 1010001 | 0 | 111111 | 111110 | 1111 | 101100111 | 1000000 | 111010 |
Color Harmonies of #D84F51
Complementary color
Monochromatic Colors of #D84F51
Black with #D84F51
Text Example
Text Example
White with #D84F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F51; }
p { color: rgb(216,79,81); }
H1.HeaderClassName
{
color: #D84F51;
}
.AnyTagClassName
{
color: #D84F51;
}
</style>
background-color css
<style>
a { background-color: #D84F51; }
a { background-color: rgb(216,79,81); }
div.DivClassName
{
background-color: #D84F51;
}
.BgClassName
{
background-color: #D84F51;
}
</style>
border-color css
<style>
span { border-color: #D84F51; }
span { border-color: rgb(216,79,81); }
td.TdClassName
{
border-color: #D84F51;
}
.TagClassName
{
border-color: #D84F51;
}
</style>