Shades of Mandy #D84A5E
Tints of Mandy #D84A5E
RGB
CMYK
RGB Variations
Color information
#D84A5E (or 0xD84A5E) is known color: Mandy. HEX triplet: D8, 4A and 5E. RGB value is (216,74,94). Sum of RGB (Red+Green+Blue) = 216+74+94=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A5E is #27B5A1. Grayscale: #767676. Windows color (decimal): -2602402 or 6179544. OLE color: 6179544.
HSL color Cylindrical-coordinate representation of color #D84A5E: hue angle of 351.55º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84A5E is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 94 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.15 |
| HSL | 351.55º | 0.65% | 0.57% | - |
| HSV(B) | 351.55º | 0.66% | 0.85% | - |
| XYZ | 32.79 | 20.3 | 12.78 | - |
| YUV | 118.74 | 114.04 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 94 | 0 | 0.66 | 0.56 | 0.15 | 351.55 | 0.65 | 0.57 |
| Hex | D8 | 4A | 5E | 0 | 42 | 38 | F | 160 | 41 | 39 |
| Octal | 330 | 112 | 136 | 0 | 102 | 70 | 17 | 540 | 101 | 71 |
| Binary | 11011000 | 1001010 | 1011110 | 0 | 1000010 | 111000 | 1111 | 101100000 | 1000001 | 111001 |
Color Harmonies of #D84A5E
Complementary color
Monochromatic Colors of #D84A5E
Black with #D84A5E
Text Example
Text Example
White with #D84A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A5E; }
p { color: rgb(216,74,94); }
H1.HeaderClassName
{
color: #D84A5E;
}
.AnyTagClassName
{
color: #D84A5E;
}
</style>
background-color css
<style>
a { background-color: #D84A5E; }
a { background-color: rgb(216,74,94); }
div.DivClassName
{
background-color: #D84A5E;
}
.BgClassName
{
background-color: #D84A5E;
}
</style>
border-color css
<style>
span { border-color: #D84A5E; }
span { border-color: rgb(216,74,94); }
td.TdClassName
{
border-color: #D84A5E;
}
.TagClassName
{
border-color: #D84A5E;
}
</style>