Shades of Mandy #D84856
Tints of Mandy #D84856
RGB
CMYK
RGB Variations
Color information
#D84856 (or 0xD84856) is known color: Mandy. HEX triplet: D8, 48 and 56. RGB value is (216,72,86). Sum of RGB (Red+Green+Blue) = 216+72+86=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D84856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84856 is #27B7A9. Grayscale: #747474. Windows color (decimal): -2602922 or 5654744. OLE color: 5654744.
HSL color Cylindrical-coordinate representation of color #D84856: hue angle of 354.17º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84856 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 86 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.15 |
| HSL | 354.17º | 0.65% | 0.56% | - |
| HSV(B) | 354.17º | 0.67% | 0.85% | - |
| XYZ | 32.32 | 19.91 | 10.94 | - |
| YUV | 116.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 86 | 0 | 0.67 | 0.60 | 0.15 | 354.17 | 0.65 | 0.56 |
| Hex | D8 | 48 | 56 | 0 | 43 | 3C | F | 162 | 41 | 38 |
| Octal | 330 | 110 | 126 | 0 | 103 | 74 | 17 | 542 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1010110 | 0 | 1000011 | 111100 | 1111 | 101100010 | 1000001 | 111000 |
Color Harmonies of #D84856
Complementary color
Monochromatic Colors of #D84856
Black with #D84856
Text Example
Text Example
White with #D84856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84856; }
p { color: rgb(216,72,86); }
H1.HeaderClassName
{
color: #D84856;
}
.AnyTagClassName
{
color: #D84856;
}
</style>
background-color css
<style>
a { background-color: #D84856; }
a { background-color: rgb(216,72,86); }
div.DivClassName
{
background-color: #D84856;
}
.BgClassName
{
background-color: #D84856;
}
</style>
border-color css
<style>
span { border-color: #D84856; }
span { border-color: rgb(216,72,86); }
td.TdClassName
{
border-color: #D84856;
}
.TagClassName
{
border-color: #D84856;
}
</style>