Shades of Mandy #D55061
Tints of Mandy #D55061
RGB
CMYK
RGB Variations
Color information
#D55061 (or 0xD55061) is known color: Mandy. HEX triplet: D5, 50 and 61. RGB value is (213,80,97). Sum of RGB (Red+Green+Blue) = 213+80+97=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D55061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55061 is #2AAF9E. Grayscale: #797979. Windows color (decimal): -2797471 or 6377685. OLE color: 6377685.
HSL color Cylindrical-coordinate representation of color #D55061: hue angle of 352.33º 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 #D55061 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 97 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.16 |
| HSL | 352.33º | 0.61% | 0.57% | - |
| HSV(B) | 352.33º | 0.62% | 0.84% | - |
| XYZ | 32.47 | 20.75 | 13.6 | - |
| YUV | 121.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 97 | 0 | 0.62 | 0.54 | 0.16 | 352.33 | 0.61 | 0.57 |
| Hex | D5 | 50 | 61 | 0 | 3E | 36 | 10 | 160 | 3D | 39 |
| Octal | 325 | 120 | 141 | 0 | 76 | 66 | 20 | 540 | 75 | 71 |
| Binary | 11010101 | 1010000 | 1100001 | 0 | 111110 | 110110 | 10000 | 101100000 | 111101 | 111001 |
Color Harmonies of #D55061
Complementary color
Monochromatic Colors of #D55061
Black with #D55061
Text Example
Text Example
White with #D55061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55061; }
p { color: rgb(213,80,97); }
H1.HeaderClassName
{
color: #D55061;
}
.AnyTagClassName
{
color: #D55061;
}
</style>
background-color css
<style>
a { background-color: #D55061; }
a { background-color: rgb(213,80,97); }
div.DivClassName
{
background-color: #D55061;
}
.BgClassName
{
background-color: #D55061;
}
</style>
border-color css
<style>
span { border-color: #D55061; }
span { border-color: rgb(213,80,97); }
td.TdClassName
{
border-color: #D55061;
}
.TagClassName
{
border-color: #D55061;
}
</style>