Shades of Mandy #D84C51
Tints of Mandy #D84C51
RGB
CMYK
RGB Variations
Color information
#D84C51 (or 0xD84C51) is known color: Mandy. HEX triplet: D8, 4C and 51. RGB value is (216,76,81). Sum of RGB (Red+Green+Blue) = 216+76+81=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C51 is #27B3AE. Grayscale: #767676. Windows color (decimal): -2601903 or 5328088. OLE color: 5328088.
HSL color Cylindrical-coordinate representation of color #D84C51: hue angle of 357.86º 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 #D84C51 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 81 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.15 |
| HSL | 357.86º | 0.64% | 0.57% | - |
| HSV(B) | 357.86º | 0.65% | 0.85% | - |
| XYZ | 32.39 | 20.36 | 10.01 | - |
| YUV | 118.43 | 106.88 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 81 | 0 | 0.65 | 0.62 | 0.15 | 357.86 | 0.64 | 0.57 |
| Hex | D8 | 4C | 51 | 0 | 41 | 3E | F | 166 | 40 | 39 |
| Octal | 330 | 114 | 121 | 0 | 101 | 76 | 17 | 546 | 100 | 71 |
| Binary | 11011000 | 1001100 | 1010001 | 0 | 1000001 | 111110 | 1111 | 101100110 | 1000000 | 111001 |
Color Harmonies of #D84C51
Complementary color
Monochromatic Colors of #D84C51
Black with #D84C51
Text Example
Text Example
White with #D84C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C51; }
p { color: rgb(216,76,81); }
H1.HeaderClassName
{
color: #D84C51;
}
.AnyTagClassName
{
color: #D84C51;
}
</style>
background-color css
<style>
a { background-color: #D84C51; }
a { background-color: rgb(216,76,81); }
div.DivClassName
{
background-color: #D84C51;
}
.BgClassName
{
background-color: #D84C51;
}
</style>
border-color css
<style>
span { border-color: #D84C51; }
span { border-color: rgb(216,76,81); }
td.TdClassName
{
border-color: #D84C51;
}
.TagClassName
{
border-color: #D84C51;
}
</style>