Shades of Mandy #D55161
Tints of Mandy #D55161
RGB
CMYK
RGB Variations
Color information
#D55161 (or 0xD55161) is known color: Mandy. HEX triplet: D5, 51 and 61. RGB value is (213,81,97). Sum of RGB (Red+Green+Blue) = 213+81+97=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D55161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55161 is #2AAE9E. Grayscale: #7A7A7A. Windows color (decimal): -2797215 or 6377941. OLE color: 6377941.
HSL color Cylindrical-coordinate representation of color #D55161: hue angle of 352.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 #D55161 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 97 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.16 |
| HSL | 352.73º | 0.61% | 0.58% | - |
| HSV(B) | 352.73º | 0.62% | 0.84% | - |
| XYZ | 32.54 | 20.89 | 13.63 | - |
| YUV | 122.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 97 | 0 | 0.62 | 0.54 | 0.16 | 352.73 | 0.61 | 0.58 |
| Hex | D5 | 51 | 61 | 0 | 3E | 36 | 10 | 161 | 3D | 3A |
| Octal | 325 | 121 | 141 | 0 | 76 | 66 | 20 | 541 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1100001 | 0 | 111110 | 110110 | 10000 | 101100001 | 111101 | 111010 |
Color Harmonies of #D55161
Complementary color
Monochromatic Colors of #D55161
Black with #D55161
Text Example
Text Example
White with #D55161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55161; }
p { color: rgb(213,81,97); }
H1.HeaderClassName
{
color: #D55161;
}
.AnyTagClassName
{
color: #D55161;
}
</style>
background-color css
<style>
a { background-color: #D55161; }
a { background-color: rgb(213,81,97); }
div.DivClassName
{
background-color: #D55161;
}
.BgClassName
{
background-color: #D55161;
}
</style>
border-color css
<style>
span { border-color: #D55161; }
span { border-color: rgb(213,81,97); }
td.TdClassName
{
border-color: #D55161;
}
.TagClassName
{
border-color: #D55161;
}
</style>