Shades of Mandy #D84751
Tints of Mandy #D84751
RGB
CMYK
RGB Variations
Color information
#D84751 (or 0xD84751) is known color: Mandy. HEX triplet: D8, 47 and 51. RGB value is (216,71,81). Sum of RGB (Red+Green+Blue) = 216+71+81=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D84751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84751 is #27B8AE. Grayscale: #737373. Windows color (decimal): -2603183 or 5326808. OLE color: 5326808.
HSL color Cylindrical-coordinate representation of color #D84751: hue angle of 355.86º 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 #D84751 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 81 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.15 |
| HSL | 355.86º | 0.65% | 0.56% | - |
| HSV(B) | 355.86º | 0.67% | 0.85% | - |
| XYZ | 32.06 | 19.7 | 9.9 | - |
| YUV | 115.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 81 | 0 | 0.67 | 0.62 | 0.15 | 355.86 | 0.65 | 0.56 |
| Hex | D8 | 47 | 51 | 0 | 43 | 3E | F | 164 | 41 | 38 |
| Octal | 330 | 107 | 121 | 0 | 103 | 76 | 17 | 544 | 101 | 70 |
| Binary | 11011000 | 1000111 | 1010001 | 0 | 1000011 | 111110 | 1111 | 101100100 | 1000001 | 111000 |
Color Harmonies of #D84751
Complementary color
Monochromatic Colors of #D84751
Black with #D84751
Text Example
Text Example
White with #D84751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84751; }
p { color: rgb(216,71,81); }
H1.HeaderClassName
{
color: #D84751;
}
.AnyTagClassName
{
color: #D84751;
}
</style>
background-color css
<style>
a { background-color: #D84751; }
a { background-color: rgb(216,71,81); }
div.DivClassName
{
background-color: #D84751;
}
.BgClassName
{
background-color: #D84751;
}
</style>
border-color css
<style>
span { border-color: #D84751; }
span { border-color: rgb(216,71,81); }
td.TdClassName
{
border-color: #D84751;
}
.TagClassName
{
border-color: #D84751;
}
</style>