Shades of Mandy #D55056
Tints of Mandy #D55056
RGB
CMYK
RGB Variations
Color information
#D55056 (or 0xD55056) is known color: Mandy. HEX triplet: D5, 50 and 56. RGB value is (213,80,86). Sum of RGB (Red+Green+Blue) = 213+80+86=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D55056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55056 is #2AAFA9. Grayscale: #787878. Windows color (decimal): -2797482 or 5656789. OLE color: 5656789.
HSL color Cylindrical-coordinate representation of color #D55056: hue angle of 357.29º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55056 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 86 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.16 |
| HSL | 357.29º | 0.61% | 0.57% | - |
| HSV(B) | 357.29º | 0.62% | 0.84% | - |
| XYZ | 31.99 | 20.56 | 11.09 | - |
| YUV | 120.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 86 | 0 | 0.62 | 0.60 | 0.16 | 357.29 | 0.61 | 0.57 |
| Hex | D5 | 50 | 56 | 0 | 3E | 3C | 10 | 165 | 3D | 39 |
| Octal | 325 | 120 | 126 | 0 | 76 | 74 | 20 | 545 | 75 | 71 |
| Binary | 11010101 | 1010000 | 1010110 | 0 | 111110 | 111100 | 10000 | 101100101 | 111101 | 111001 |
Color Harmonies of #D55056
Complementary color
Monochromatic Colors of #D55056
Black with #D55056
Text Example
Text Example
White with #D55056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55056; }
p { color: rgb(213,80,86); }
H1.HeaderClassName
{
color: #D55056;
}
.AnyTagClassName
{
color: #D55056;
}
</style>
background-color css
<style>
a { background-color: #D55056; }
a { background-color: rgb(213,80,86); }
div.DivClassName
{
background-color: #D55056;
}
.BgClassName
{
background-color: #D55056;
}
</style>
border-color css
<style>
span { border-color: #D55056; }
span { border-color: rgb(213,80,86); }
td.TdClassName
{
border-color: #D55056;
}
.TagClassName
{
border-color: #D55056;
}
</style>