Shades of Mandy #D95557
Tints of Mandy #D95557
RGB
CMYK
RGB Variations
Color information
#D95557 (or 0xD95557) is known color: Mandy. HEX triplet: D9, 55 and 57. RGB value is (217,85,87). Sum of RGB (Red+Green+Blue) = 217+85+87=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D95557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95557 is #26AAA8. Grayscale: #7C7C7C. Windows color (decimal): -2534057 or 5723609. OLE color: 5723609.
HSL color Cylindrical-coordinate representation of color #D95557: hue angle of 359.09º 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 #D95557 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 87 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.15 |
| HSL | 359.09º | 0.63% | 0.59% | - |
| HSV(B) | 359.09º | 0.61% | 0.85% | - |
| XYZ | 33.58 | 21.94 | 11.48 | - |
| YUV | 124.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 87 | 0 | 0.61 | 0.60 | 0.15 | 359.09 | 0.63 | 0.59 |
| Hex | D9 | 55 | 57 | 0 | 3D | 3C | F | 167 | 3F | 3B |
| Octal | 331 | 125 | 127 | 0 | 75 | 74 | 17 | 547 | 77 | 73 |
| Binary | 11011001 | 1010101 | 1010111 | 0 | 111101 | 111100 | 1111 | 101100111 | 111111 | 111011 |
Color Harmonies of #D95557
Complementary color
Monochromatic Colors of #D95557
Black with #D95557
Text Example
Text Example
White with #D95557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95557; }
p { color: rgb(217,85,87); }
H1.HeaderClassName
{
color: #D95557;
}
.AnyTagClassName
{
color: #D95557;
}
</style>
background-color css
<style>
a { background-color: #D95557; }
a { background-color: rgb(217,85,87); }
div.DivClassName
{
background-color: #D95557;
}
.BgClassName
{
background-color: #D95557;
}
</style>
border-color css
<style>
span { border-color: #D95557; }
span { border-color: rgb(217,85,87); }
td.TdClassName
{
border-color: #D95557;
}
.TagClassName
{
border-color: #D95557;
}
</style>