Shades of Mandy #D84656
Tints of Mandy #D84656
RGB
CMYK
RGB Variations
Color information
#D84656 (or 0xD84656) is known color: Mandy. HEX triplet: D8, 46 and 56. RGB value is (216,70,86). Sum of RGB (Red+Green+Blue) = 216+70+86=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D84656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84656 is #27B9A9. Grayscale: #737373. Windows color (decimal): -2603434 or 5654232. OLE color: 5654232.
HSL color Cylindrical-coordinate representation of color #D84656: hue angle of 353.42º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84656 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 86 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.15 |
| HSL | 353.42º | 0.65% | 0.56% | - |
| HSV(B) | 353.42º | 0.68% | 0.85% | - |
| XYZ | 32.19 | 19.65 | 10.9 | - |
| YUV | 115.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 86 | 0 | 0.68 | 0.60 | 0.15 | 353.42 | 0.65 | 0.56 |
| Hex | D8 | 46 | 56 | 0 | 44 | 3C | F | 161 | 41 | 38 |
| Octal | 330 | 106 | 126 | 0 | 104 | 74 | 17 | 541 | 101 | 70 |
| Binary | 11011000 | 1000110 | 1010110 | 0 | 1000100 | 111100 | 1111 | 101100001 | 1000001 | 111000 |
Color Harmonies of #D84656
Complementary color
Monochromatic Colors of #D84656
Black with #D84656
Text Example
Text Example
White with #D84656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84656; }
p { color: rgb(216,70,86); }
H1.HeaderClassName
{
color: #D84656;
}
.AnyTagClassName
{
color: #D84656;
}
</style>
background-color css
<style>
a { background-color: #D84656; }
a { background-color: rgb(216,70,86); }
div.DivClassName
{
background-color: #D84656;
}
.BgClassName
{
background-color: #D84656;
}
</style>
border-color css
<style>
span { border-color: #D84656; }
span { border-color: rgb(216,70,86); }
td.TdClassName
{
border-color: #D84656;
}
.TagClassName
{
border-color: #D84656;
}
</style>