Shades of Mandy #D8545C
Tints of Mandy #D8545C
RGB
CMYK
RGB Variations
Color information
#D8545C (or 0xD8545C) is known color: Mandy. HEX triplet: D8, 54 and 5C. RGB value is (216,84,92). Sum of RGB (Red+Green+Blue) = 216+84+92=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8545C is #27ABA3. Grayscale: #7C7C7C. Windows color (decimal): -2599844 or 6051032. OLE color: 6051032.
HSL color Cylindrical-coordinate representation of color #D8545C: hue angle of 356.36º 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 #D8545C is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 92 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.15 |
| HSL | 356.36º | 0.63% | 0.59% | - |
| HSV(B) | 356.36º | 0.61% | 0.85% | - |
| XYZ | 33.42 | 21.71 | 12.55 | - |
| YUV | 124.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 92 | 0 | 0.61 | 0.57 | 0.15 | 356.36 | 0.63 | 0.59 |
| Hex | D8 | 54 | 5C | 0 | 3D | 39 | F | 164 | 3F | 3B |
| Octal | 330 | 124 | 134 | 0 | 75 | 71 | 17 | 544 | 77 | 73 |
| Binary | 11011000 | 1010100 | 1011100 | 0 | 111101 | 111001 | 1111 | 101100100 | 111111 | 111011 |
Color Harmonies of #D8545C
Complementary color
Monochromatic Colors of #D8545C
Black with #D8545C
Text Example
Text Example
White with #D8545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8545C; }
p { color: rgb(216,84,92); }
H1.HeaderClassName
{
color: #D8545C;
}
.AnyTagClassName
{
color: #D8545C;
}
</style>
background-color css
<style>
a { background-color: #D8545C; }
a { background-color: rgb(216,84,92); }
div.DivClassName
{
background-color: #D8545C;
}
.BgClassName
{
background-color: #D8545C;
}
</style>
border-color css
<style>
span { border-color: #D8545C; }
span { border-color: rgb(216,84,92); }
td.TdClassName
{
border-color: #D8545C;
}
.TagClassName
{
border-color: #D8545C;
}
</style>