Shades of Mandy #D55155
Tints of Mandy #D55155
RGB
CMYK
RGB Variations
Color information
#D55155 (or 0xD55155) is known color: Mandy. HEX triplet: D5, 51 and 55. RGB value is (213,81,85). Sum of RGB (Red+Green+Blue) = 213+81+85=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D55155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55155 is #2AAEAA. Grayscale: #797979. Windows color (decimal): -2797227 or 5591509. OLE color: 5591509.
HSL color Cylindrical-coordinate representation of color #D55155: hue angle of 358.18º 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 #D55155 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 85 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.16 |
| HSL | 358.18º | 0.61% | 0.58% | - |
| HSV(B) | 358.18º | 0.62% | 0.84% | - |
| XYZ | 32.02 | 20.69 | 10.9 | - |
| YUV | 120.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 85 | 0 | 0.62 | 0.60 | 0.16 | 358.18 | 0.61 | 0.58 |
| Hex | D5 | 51 | 55 | 0 | 3E | 3C | 10 | 166 | 3D | 3A |
| Octal | 325 | 121 | 125 | 0 | 76 | 74 | 20 | 546 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1010101 | 0 | 111110 | 111100 | 10000 | 101100110 | 111101 | 111010 |
Color Harmonies of #D55155
Complementary color
Monochromatic Colors of #D55155
Black with #D55155
Text Example
Text Example
White with #D55155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55155; }
p { color: rgb(213,81,85); }
H1.HeaderClassName
{
color: #D55155;
}
.AnyTagClassName
{
color: #D55155;
}
</style>
background-color css
<style>
a { background-color: #D55155; }
a { background-color: rgb(213,81,85); }
div.DivClassName
{
background-color: #D55155;
}
.BgClassName
{
background-color: #D55155;
}
</style>
border-color css
<style>
span { border-color: #D55155; }
span { border-color: rgb(213,81,85); }
td.TdClassName
{
border-color: #D55155;
}
.TagClassName
{
border-color: #D55155;
}
</style>