Shades of Mandy #D84C5D
Tints of Mandy #D84C5D
RGB
CMYK
RGB Variations
Color information
#D84C5D (or 0xD84C5D) is known color: Mandy. HEX triplet: D8, 4C and 5D. RGB value is (216,76,93). Sum of RGB (Red+Green+Blue) = 216+76+93=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C5D is #27B3A2. Grayscale: #777777. Windows color (decimal): -2601891 or 6114520. OLE color: 6114520.
HSL color Cylindrical-coordinate representation of color #D84C5D: hue angle of 352.71º 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 #D84C5D is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 93 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.15 |
| HSL | 352.71º | 0.64% | 0.57% | - |
| HSV(B) | 352.71º | 0.65% | 0.85% | - |
| XYZ | 32.88 | 20.56 | 12.59 | - |
| YUV | 119.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 93 | 0 | 0.65 | 0.57 | 0.15 | 352.71 | 0.64 | 0.57 |
| Hex | D8 | 4C | 5D | 0 | 41 | 39 | F | 161 | 40 | 39 |
| Octal | 330 | 114 | 135 | 0 | 101 | 71 | 17 | 541 | 100 | 71 |
| Binary | 11011000 | 1001100 | 1011101 | 0 | 1000001 | 111001 | 1111 | 101100001 | 1000000 | 111001 |
Color Harmonies of #D84C5D
Complementary color
Monochromatic Colors of #D84C5D
Black with #D84C5D
Text Example
Text Example
White with #D84C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C5D; }
p { color: rgb(216,76,93); }
H1.HeaderClassName
{
color: #D84C5D;
}
.AnyTagClassName
{
color: #D84C5D;
}
</style>
background-color css
<style>
a { background-color: #D84C5D; }
a { background-color: rgb(216,76,93); }
div.DivClassName
{
background-color: #D84C5D;
}
.BgClassName
{
background-color: #D84C5D;
}
</style>
border-color css
<style>
span { border-color: #D84C5D; }
span { border-color: rgb(216,76,93); }
td.TdClassName
{
border-color: #D84C5D;
}
.TagClassName
{
border-color: #D84C5D;
}
</style>