Shades of Mandy #D8545D
Tints of Mandy #D8545D
RGB
CMYK
RGB Variations
Color information
#D8545D (or 0xD8545D) is known color: Mandy. HEX triplet: D8, 54 and 5D. RGB value is (216,84,93). Sum of RGB (Red+Green+Blue) = 216+84+93=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8545D is #27ABA2. Grayscale: #7C7C7C. Windows color (decimal): -2599843 or 6116568. OLE color: 6116568.
HSL color Cylindrical-coordinate representation of color #D8545D: hue angle of 355.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8545D is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 93 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.15 |
| HSL | 355.91º | 0.63% | 0.59% | - |
| HSV(B) | 355.91º | 0.61% | 0.85% | - |
| XYZ | 33.47 | 21.73 | 12.79 | - |
| YUV | 124.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 93 | 0 | 0.61 | 0.57 | 0.15 | 355.91 | 0.63 | 0.59 |
| Hex | D8 | 54 | 5D | 0 | 3D | 39 | F | 164 | 3F | 3B |
| Octal | 330 | 124 | 135 | 0 | 75 | 71 | 17 | 544 | 77 | 73 |
| Binary | 11011000 | 1010100 | 1011101 | 0 | 111101 | 111001 | 1111 | 101100100 | 111111 | 111011 |
Color Harmonies of #D8545D
Complementary color
Monochromatic Colors of #D8545D
Black with #D8545D
Text Example
Text Example
White with #D8545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8545D; }
p { color: rgb(216,84,93); }
H1.HeaderClassName
{
color: #D8545D;
}
.AnyTagClassName
{
color: #D8545D;
}
</style>
background-color css
<style>
a { background-color: #D8545D; }
a { background-color: rgb(216,84,93); }
div.DivClassName
{
background-color: #D8545D;
}
.BgClassName
{
background-color: #D8545D;
}
</style>
border-color css
<style>
span { border-color: #D8545D; }
span { border-color: rgb(216,84,93); }
td.TdClassName
{
border-color: #D8545D;
}
.TagClassName
{
border-color: #D8545D;
}
</style>