Shades of Mandy #D8585E
Tints of Mandy #D8585E
RGB
CMYK
RGB Variations
Color information
#D8585E (or 0xD8585E) is known color: Mandy. HEX triplet: D8, 58 and 5E. RGB value is (216,88,94). Sum of RGB (Red+Green+Blue) = 216+88+94=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8585E is #27A7A1. Grayscale: #7F7F7F. Windows color (decimal): -2598818 or 6183128. OLE color: 6183128.
HSL color Cylindrical-coordinate representation of color #D8585E: hue angle of 357.19º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8585E is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 94 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.15 |
| HSL | 357.19º | 0.62% | 0.6% | - |
| HSV(B) | 357.19º | 0.59% | 0.85% | - |
| XYZ | 33.83 | 22.39 | 13.13 | - |
| YUV | 126.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 94 | 0 | 0.59 | 0.56 | 0.15 | 357.19 | 0.62 | 0.6 |
| Hex | D8 | 58 | 5E | 0 | 3B | 38 | F | 165 | 3E | 3C |
| Octal | 330 | 130 | 136 | 0 | 73 | 70 | 17 | 545 | 76 | 74 |
| Binary | 11011000 | 1011000 | 1011110 | 0 | 111011 | 111000 | 1111 | 101100101 | 111110 | 111100 |
Color Harmonies of #D8585E
Complementary color
Monochromatic Colors of #D8585E
Black with #D8585E
Text Example
Text Example
White with #D8585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8585E; }
p { color: rgb(216,88,94); }
H1.HeaderClassName
{
color: #D8585E;
}
.AnyTagClassName
{
color: #D8585E;
}
</style>
background-color css
<style>
a { background-color: #D8585E; }
a { background-color: rgb(216,88,94); }
div.DivClassName
{
background-color: #D8585E;
}
.BgClassName
{
background-color: #D8585E;
}
</style>
border-color css
<style>
span { border-color: #D8585E; }
span { border-color: rgb(216,88,94); }
td.TdClassName
{
border-color: #D8585E;
}
.TagClassName
{
border-color: #D8585E;
}
</style>