Shades of Mandy #D8585B
Tints of Mandy #D8585B
RGB
CMYK
RGB Variations
Color information
#D8585B (or 0xD8585B) is known color: Mandy. HEX triplet: D8, 58 and 5B. RGB value is (216,88,91). Sum of RGB (Red+Green+Blue) = 216+88+91=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8585B is #27A7A4. Grayscale: #7E7E7E. Windows color (decimal): -2598821 or 5986520. OLE color: 5986520.
HSL color Cylindrical-coordinate representation of color #D8585B: hue angle of 358.59º 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 #D8585B is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 91 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.15 |
| HSL | 358.59º | 0.62% | 0.6% | - |
| HSV(B) | 358.59º | 0.59% | 0.85% | - |
| XYZ | 33.7 | 22.33 | 12.43 | - |
| YUV | 126.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 91 | 0 | 0.59 | 0.58 | 0.15 | 358.59 | 0.62 | 0.6 |
| Hex | D8 | 58 | 5B | 0 | 3B | 3A | F | 167 | 3E | 3C |
| Octal | 330 | 130 | 133 | 0 | 73 | 72 | 17 | 547 | 76 | 74 |
| Binary | 11011000 | 1011000 | 1011011 | 0 | 111011 | 111010 | 1111 | 101100111 | 111110 | 111100 |
Color Harmonies of #D8585B
Complementary color
Monochromatic Colors of #D8585B
Black with #D8585B
Text Example
Text Example
White with #D8585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8585B; }
p { color: rgb(216,88,91); }
H1.HeaderClassName
{
color: #D8585B;
}
.AnyTagClassName
{
color: #D8585B;
}
</style>
background-color css
<style>
a { background-color: #D8585B; }
a { background-color: rgb(216,88,91); }
div.DivClassName
{
background-color: #D8585B;
}
.BgClassName
{
background-color: #D8585B;
}
</style>
border-color css
<style>
span { border-color: #D8585B; }
span { border-color: rgb(216,88,91); }
td.TdClassName
{
border-color: #D8585B;
}
.TagClassName
{
border-color: #D8585B;
}
</style>