Shades of Mandy #D55156
Tints of Mandy #D55156
RGB
CMYK
RGB Variations
Color information
#D55156 (or 0xD55156) is known color: Mandy. HEX triplet: D5, 51 and 56. RGB value is (213,81,86). Sum of RGB (Red+Green+Blue) = 213+81+86=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D55156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55156 is #2AAEA9. Grayscale: #797979. Windows color (decimal): -2797226 or 5657045. OLE color: 5657045.
HSL color Cylindrical-coordinate representation of color #D55156: hue angle of 357.73º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55156 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 86 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.16 |
| HSL | 357.73º | 0.61% | 0.58% | - |
| HSV(B) | 357.73º | 0.62% | 0.84% | - |
| XYZ | 32.06 | 20.7 | 11.11 | - |
| YUV | 121.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 86 | 0 | 0.62 | 0.60 | 0.16 | 357.73 | 0.61 | 0.58 |
| Hex | D5 | 51 | 56 | 0 | 3E | 3C | 10 | 166 | 3D | 3A |
| Octal | 325 | 121 | 126 | 0 | 76 | 74 | 20 | 546 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1010110 | 0 | 111110 | 111100 | 10000 | 101100110 | 111101 | 111010 |
Color Harmonies of #D55156
Complementary color
Monochromatic Colors of #D55156
Black with #D55156
Text Example
Text Example
White with #D55156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55156; }
p { color: rgb(213,81,86); }
H1.HeaderClassName
{
color: #D55156;
}
.AnyTagClassName
{
color: #D55156;
}
</style>
background-color css
<style>
a { background-color: #D55156; }
a { background-color: rgb(213,81,86); }
div.DivClassName
{
background-color: #D55156;
}
.BgClassName
{
background-color: #D55156;
}
</style>
border-color css
<style>
span { border-color: #D55156; }
span { border-color: rgb(213,81,86); }
td.TdClassName
{
border-color: #D55156;
}
.TagClassName
{
border-color: #D55156;
}
</style>