Shades of Mandy #D55055
Tints of Mandy #D55055
RGB
CMYK
RGB Variations
Color information
#D55055 (or 0xD55055) is known color: Mandy. HEX triplet: D5, 50 and 55. RGB value is (213,80,85). Sum of RGB (Red+Green+Blue) = 213+80+85=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D55055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55055 is #2AAFAA. Grayscale: #787878. Windows color (decimal): -2797483 or 5591253. OLE color: 5591253.
HSL color Cylindrical-coordinate representation of color #D55055: hue angle of 357.74º 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 #D55055 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 85 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.16 |
| HSL | 357.74º | 0.61% | 0.57% | - |
| HSV(B) | 357.74º | 0.62% | 0.84% | - |
| XYZ | 31.95 | 20.54 | 10.87 | - |
| YUV | 120.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 85 | 0 | 0.62 | 0.60 | 0.16 | 357.74 | 0.61 | 0.57 |
| Hex | D5 | 50 | 55 | 0 | 3E | 3C | 10 | 166 | 3D | 39 |
| Octal | 325 | 120 | 125 | 0 | 76 | 74 | 20 | 546 | 75 | 71 |
| Binary | 11010101 | 1010000 | 1010101 | 0 | 111110 | 111100 | 10000 | 101100110 | 111101 | 111001 |
Color Harmonies of #D55055
Complementary color
Monochromatic Colors of #D55055
Black with #D55055
Text Example
Text Example
White with #D55055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55055; }
p { color: rgb(213,80,85); }
H1.HeaderClassName
{
color: #D55055;
}
.AnyTagClassName
{
color: #D55055;
}
</style>
background-color css
<style>
a { background-color: #D55055; }
a { background-color: rgb(213,80,85); }
div.DivClassName
{
background-color: #D55055;
}
.BgClassName
{
background-color: #D55055;
}
</style>
border-color css
<style>
span { border-color: #D55055; }
span { border-color: rgb(213,80,85); }
td.TdClassName
{
border-color: #D55055;
}
.TagClassName
{
border-color: #D55055;
}
</style>