Shades of Mandy #D84D54
Tints of Mandy #D84D54
RGB
CMYK
RGB Variations
Color information
#D84D54 (or 0xD84D54) is known color: Mandy. HEX triplet: D8, 4D and 54. RGB value is (216,77,84). Sum of RGB (Red+Green+Blue) = 216+77+84=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D54 is #27B2AB. Grayscale: #777777. Windows color (decimal): -2601644 or 5524952. OLE color: 5524952.
HSL color Cylindrical-coordinate representation of color #D84D54: hue angle of 356.98º 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 #D84D54 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 84 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.15 |
| HSL | 356.98º | 0.64% | 0.57% | - |
| HSV(B) | 356.98º | 0.64% | 0.85% | - |
| XYZ | 32.57 | 20.55 | 10.64 | - |
| YUV | 119.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 84 | 0 | 0.64 | 0.61 | 0.15 | 356.98 | 0.64 | 0.57 |
| Hex | D8 | 4D | 54 | 0 | 40 | 3D | F | 165 | 40 | 39 |
| Octal | 330 | 115 | 124 | 0 | 100 | 75 | 17 | 545 | 100 | 71 |
| Binary | 11011000 | 1001101 | 1010100 | 0 | 1000000 | 111101 | 1111 | 101100101 | 1000000 | 111001 |
Color Harmonies of #D84D54
Complementary color
Monochromatic Colors of #D84D54
Black with #D84D54
Text Example
Text Example
White with #D84D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D54; }
p { color: rgb(216,77,84); }
H1.HeaderClassName
{
color: #D84D54;
}
.AnyTagClassName
{
color: #D84D54;
}
</style>
background-color css
<style>
a { background-color: #D84D54; }
a { background-color: rgb(216,77,84); }
div.DivClassName
{
background-color: #D84D54;
}
.BgClassName
{
background-color: #D84D54;
}
</style>
border-color css
<style>
span { border-color: #D84D54; }
span { border-color: rgb(216,77,84); }
td.TdClassName
{
border-color: #D84D54;
}
.TagClassName
{
border-color: #D84D54;
}
</style>