Shades of Mandy #D55860
Tints of Mandy #D55860
RGB
CMYK
RGB Variations
Color information
#D55860 (or 0xD55860) is known color: Mandy. HEX triplet: D5, 58 and 60. RGB value is (213,88,96). Sum of RGB (Red+Green+Blue) = 213+88+96=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D55860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55860 is #2AA79F. Grayscale: #7E7E7E. Windows color (decimal): -2795424 or 6314197. OLE color: 6314197.
HSL color Cylindrical-coordinate representation of color #D55860: hue angle of 356.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55860 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 96 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.16 |
| HSL | 356.16º | 0.6% | 0.59% | - |
| HSV(B) | 356.16º | 0.59% | 0.84% | - |
| XYZ | 33.04 | 21.97 | 13.57 | - |
| YUV | 126.29 | 110.91 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 96 | 0 | 0.59 | 0.55 | 0.16 | 356.16 | 0.6 | 0.59 |
| Hex | D5 | 58 | 60 | 0 | 3B | 37 | 10 | 164 | 3C | 3B |
| Octal | 325 | 130 | 140 | 0 | 73 | 67 | 20 | 544 | 74 | 73 |
| Binary | 11010101 | 1011000 | 1100000 | 0 | 111011 | 110111 | 10000 | 101100100 | 111100 | 111011 |
Color Harmonies of #D55860
Complementary color
Monochromatic Colors of #D55860
Black with #D55860
Text Example
Text Example
White with #D55860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55860; }
p { color: rgb(213,88,96); }
H1.HeaderClassName
{
color: #D55860;
}
.AnyTagClassName
{
color: #D55860;
}
</style>
background-color css
<style>
a { background-color: #D55860; }
a { background-color: rgb(213,88,96); }
div.DivClassName
{
background-color: #D55860;
}
.BgClassName
{
background-color: #D55860;
}
</style>
border-color css
<style>
span { border-color: #D55860; }
span { border-color: rgb(213,88,96); }
td.TdClassName
{
border-color: #D55860;
}
.TagClassName
{
border-color: #D55860;
}
</style>