Shades of Mandy #D55963
Tints of Mandy #D55963
RGB
CMYK
RGB Variations
Color information
#D55963 (or 0xD55963) is known color: Mandy. HEX triplet: D5, 59 and 63. RGB value is (213,89,99). Sum of RGB (Red+Green+Blue) = 213+89+99=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D55963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55963 is #2AA69C. Grayscale: #7F7F7F. Windows color (decimal): -2795165 or 6511061. OLE color: 6511061.
HSL color Cylindrical-coordinate representation of color #D55963: hue angle of 355.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55963 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 99 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.16 |
| HSL | 355.16º | 0.6% | 0.59% | - |
| HSV(B) | 355.16º | 0.58% | 0.84% | - |
| XYZ | 33.27 | 22.19 | 14.33 | - |
| YUV | 127.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 99 | 0 | 0.58 | 0.54 | 0.16 | 355.16 | 0.6 | 0.59 |
| Hex | D5 | 59 | 63 | 0 | 3A | 36 | 10 | 163 | 3C | 3B |
| Octal | 325 | 131 | 143 | 0 | 72 | 66 | 20 | 543 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1100011 | 0 | 111010 | 110110 | 10000 | 101100011 | 111100 | 111011 |
Color Harmonies of #D55963
Complementary color
Monochromatic Colors of #D55963
Black with #D55963
Text Example
Text Example
White with #D55963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55963; }
p { color: rgb(213,89,99); }
H1.HeaderClassName
{
color: #D55963;
}
.AnyTagClassName
{
color: #D55963;
}
</style>
background-color css
<style>
a { background-color: #D55963; }
a { background-color: rgb(213,89,99); }
div.DivClassName
{
background-color: #D55963;
}
.BgClassName
{
background-color: #D55963;
}
</style>
border-color css
<style>
span { border-color: #D55963; }
span { border-color: rgb(213,89,99); }
td.TdClassName
{
border-color: #D55963;
}
.TagClassName
{
border-color: #D55963;
}
</style>