Shades of Mandy #D84D5D
Tints of Mandy #D84D5D
RGB
CMYK
RGB Variations
Color information
#D84D5D (or 0xD84D5D) is known color: Mandy. HEX triplet: D8, 4D and 5D. RGB value is (216,77,93). Sum of RGB (Red+Green+Blue) = 216+77+93=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D5D is #27B2A2. Grayscale: #787878. Windows color (decimal): -2601635 or 6114776. OLE color: 6114776.
HSL color Cylindrical-coordinate representation of color #D84D5D: hue angle of 353.09º 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 #D84D5D is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 93 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.15 |
| HSL | 353.09º | 0.64% | 0.57% | - |
| HSV(B) | 353.09º | 0.64% | 0.85% | - |
| XYZ | 32.95 | 20.7 | 12.61 | - |
| YUV | 120.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 93 | 0 | 0.64 | 0.57 | 0.15 | 353.09 | 0.64 | 0.57 |
| Hex | D8 | 4D | 5D | 0 | 40 | 39 | F | 161 | 40 | 39 |
| Octal | 330 | 115 | 135 | 0 | 100 | 71 | 17 | 541 | 100 | 71 |
| Binary | 11011000 | 1001101 | 1011101 | 0 | 1000000 | 111001 | 1111 | 101100001 | 1000000 | 111001 |
Color Harmonies of #D84D5D
Complementary color
Monochromatic Colors of #D84D5D
Black with #D84D5D
Text Example
Text Example
White with #D84D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D5D; }
p { color: rgb(216,77,93); }
H1.HeaderClassName
{
color: #D84D5D;
}
.AnyTagClassName
{
color: #D84D5D;
}
</style>
background-color css
<style>
a { background-color: #D84D5D; }
a { background-color: rgb(216,77,93); }
div.DivClassName
{
background-color: #D84D5D;
}
.BgClassName
{
background-color: #D84D5D;
}
</style>
border-color css
<style>
span { border-color: #D84D5D; }
span { border-color: rgb(216,77,93); }
td.TdClassName
{
border-color: #D84D5D;
}
.TagClassName
{
border-color: #D84D5D;
}
</style>