Shades of Mandy #D84851
Tints of Mandy #D84851
RGB
CMYK
RGB Variations
Color information
#D84851 (or 0xD84851) is known color: Mandy. HEX triplet: D8, 48 and 51. RGB value is (216,72,81). Sum of RGB (Red+Green+Blue) = 216+72+81=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D84851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84851 is #27B7AE. Grayscale: #747474. Windows color (decimal): -2602927 or 5327064. OLE color: 5327064.
HSL color Cylindrical-coordinate representation of color #D84851: hue angle of 356.25º 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 #D84851 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 81 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.15 |
| HSL | 356.25º | 0.65% | 0.56% | - |
| HSV(B) | 356.25º | 0.67% | 0.85% | - |
| XYZ | 32.12 | 19.83 | 9.92 | - |
| YUV | 116.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 81 | 0 | 0.67 | 0.62 | 0.15 | 356.25 | 0.65 | 0.56 |
| Hex | D8 | 48 | 51 | 0 | 43 | 3E | F | 164 | 41 | 38 |
| Octal | 330 | 110 | 121 | 0 | 103 | 76 | 17 | 544 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1010001 | 0 | 1000011 | 111110 | 1111 | 101100100 | 1000001 | 111000 |
Color Harmonies of #D84851
Complementary color
Monochromatic Colors of #D84851
Black with #D84851
Text Example
Text Example
White with #D84851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84851; }
p { color: rgb(216,72,81); }
H1.HeaderClassName
{
color: #D84851;
}
.AnyTagClassName
{
color: #D84851;
}
</style>
background-color css
<style>
a { background-color: #D84851; }
a { background-color: rgb(216,72,81); }
div.DivClassName
{
background-color: #D84851;
}
.BgClassName
{
background-color: #D84851;
}
</style>
border-color css
<style>
span { border-color: #D84851; }
span { border-color: rgb(216,72,81); }
td.TdClassName
{
border-color: #D84851;
}
.TagClassName
{
border-color: #D84851;
}
</style>