Shades of Mandy #D55562
Tints of Mandy #D55562
RGB
CMYK
RGB Variations
Color information
#D55562 (or 0xD55562) is known color: Mandy. HEX triplet: D5, 55 and 62. RGB value is (213,85,98). Sum of RGB (Red+Green+Blue) = 213+85+98=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D55562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55562 is #2AAA9D. Grayscale: #7C7C7C. Windows color (decimal): -2796190 or 6444501. OLE color: 6444501.
HSL color Cylindrical-coordinate representation of color #D55562: hue angle of 353.91º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55562 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 98 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.16 |
| HSL | 353.91º | 0.6% | 0.58% | - |
| HSV(B) | 353.91º | 0.6% | 0.84% | - |
| XYZ | 32.89 | 21.52 | 13.98 | - |
| YUV | 124.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 98 | 0 | 0.60 | 0.54 | 0.16 | 353.91 | 0.6 | 0.58 |
| Hex | D5 | 55 | 62 | 0 | 3C | 36 | 10 | 162 | 3C | 3A |
| Octal | 325 | 125 | 142 | 0 | 74 | 66 | 20 | 542 | 74 | 72 |
| Binary | 11010101 | 1010101 | 1100010 | 0 | 111100 | 110110 | 10000 | 101100010 | 111100 | 111010 |
Color Harmonies of #D55562
Complementary color
Monochromatic Colors of #D55562
Black with #D55562
Text Example
Text Example
White with #D55562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55562; }
p { color: rgb(213,85,98); }
H1.HeaderClassName
{
color: #D55562;
}
.AnyTagClassName
{
color: #D55562;
}
</style>
background-color css
<style>
a { background-color: #D55562; }
a { background-color: rgb(213,85,98); }
div.DivClassName
{
background-color: #D55562;
}
.BgClassName
{
background-color: #D55562;
}
</style>
border-color css
<style>
span { border-color: #D55562; }
span { border-color: rgb(213,85,98); }
td.TdClassName
{
border-color: #D55562;
}
.TagClassName
{
border-color: #D55562;
}
</style>