Shades of Mandy #D55159
Tints of Mandy #D55159
RGB
CMYK
RGB Variations
Color information
#D55159 (or 0xD55159) is known color: Mandy. HEX triplet: D5, 51 and 59. RGB value is (213,81,89). Sum of RGB (Red+Green+Blue) = 213+81+89=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D55159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55159 is #2AAEA6. Grayscale: #797979. Windows color (decimal): -2797223 or 5853653. OLE color: 5853653.
HSL color Cylindrical-coordinate representation of color #D55159: hue angle of 356.36º 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 #D55159 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 89 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.16 |
| HSL | 356.36º | 0.61% | 0.58% | - |
| HSV(B) | 356.36º | 0.62% | 0.84% | - |
| XYZ | 32.19 | 20.75 | 11.76 | - |
| YUV | 121.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 89 | 0 | 0.62 | 0.58 | 0.16 | 356.36 | 0.61 | 0.58 |
| Hex | D5 | 51 | 59 | 0 | 3E | 3A | 10 | 164 | 3D | 3A |
| Octal | 325 | 121 | 131 | 0 | 76 | 72 | 20 | 544 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1011001 | 0 | 111110 | 111010 | 10000 | 101100100 | 111101 | 111010 |
Color Harmonies of #D55159
Complementary color
Monochromatic Colors of #D55159
Black with #D55159
Text Example
Text Example
White with #D55159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55159; }
p { color: rgb(213,81,89); }
H1.HeaderClassName
{
color: #D55159;
}
.AnyTagClassName
{
color: #D55159;
}
</style>
background-color css
<style>
a { background-color: #D55159; }
a { background-color: rgb(213,81,89); }
div.DivClassName
{
background-color: #D55159;
}
.BgClassName
{
background-color: #D55159;
}
</style>
border-color css
<style>
span { border-color: #D55159; }
span { border-color: rgb(213,81,89); }
td.TdClassName
{
border-color: #D55159;
}
.TagClassName
{
border-color: #D55159;
}
</style>