Shades of Mandy #D55559
Tints of Mandy #D55559
RGB
CMYK
RGB Variations
Color information
#D55559 (or 0xD55559) is known color: Mandy. HEX triplet: D5, 55 and 59. RGB value is (213,85,89). Sum of RGB (Red+Green+Blue) = 213+85+89=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D55559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55559 is #2AAAA6. Grayscale: #7B7B7B. Windows color (decimal): -2796199 or 5854677. OLE color: 5854677.
HSL color Cylindrical-coordinate representation of color #D55559: hue angle of 358.12º 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 #D55559 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 89 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.16 |
| HSL | 358.13º | 0.6% | 0.58% | - |
| HSV(B) | 358.13º | 0.6% | 0.84% | - |
| XYZ | 32.49 | 21.36 | 11.86 | - |
| YUV | 123.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 89 | 0 | 0.60 | 0.58 | 0.16 | 358.13 | 0.6 | 0.58 |
| Hex | D5 | 55 | 59 | 0 | 3C | 3A | 10 | 166 | 3C | 3A |
| Octal | 325 | 125 | 131 | 0 | 74 | 72 | 20 | 546 | 74 | 72 |
| Binary | 11010101 | 1010101 | 1011001 | 0 | 111100 | 111010 | 10000 | 101100110 | 111100 | 111010 |
Color Harmonies of #D55559
Complementary color
Monochromatic Colors of #D55559
Black with #D55559
Text Example
Text Example
White with #D55559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55559; }
p { color: rgb(213,85,89); }
H1.HeaderClassName
{
color: #D55559;
}
.AnyTagClassName
{
color: #D55559;
}
</style>
background-color css
<style>
a { background-color: #D55559; }
a { background-color: rgb(213,85,89); }
div.DivClassName
{
background-color: #D55559;
}
.BgClassName
{
background-color: #D55559;
}
</style>
border-color css
<style>
span { border-color: #D55559; }
span { border-color: rgb(213,85,89); }
td.TdClassName
{
border-color: #D55559;
}
.TagClassName
{
border-color: #D55559;
}
</style>