Shades of Mandy #D55965
Tints of Mandy #D55965
RGB
CMYK
RGB Variations
Color information
#D55965 (or 0xD55965) is known color: Mandy. HEX triplet: D5, 59 and 65. RGB value is (213,89,101). Sum of RGB (Red+Green+Blue) = 213+89+101=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D55965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55965 is #2AA69A. Grayscale: #7F7F7F. Windows color (decimal): -2795163 or 6642133. OLE color: 6642133.
HSL color Cylindrical-coordinate representation of color #D55965: hue angle of 354.19º 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 #D55965 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 101 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.16 |
| HSL | 354.19º | 0.6% | 0.59% | - |
| HSV(B) | 354.19º | 0.58% | 0.84% | - |
| XYZ | 33.36 | 22.23 | 14.84 | - |
| YUV | 127.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 101 | 0 | 0.58 | 0.53 | 0.16 | 354.19 | 0.6 | 0.59 |
| Hex | D5 | 59 | 65 | 0 | 3A | 35 | 10 | 162 | 3C | 3B |
| Octal | 325 | 131 | 145 | 0 | 72 | 65 | 20 | 542 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1100101 | 0 | 111010 | 110101 | 10000 | 101100010 | 111100 | 111011 |
Color Harmonies of #D55965
Complementary color
Monochromatic Colors of #D55965
Black with #D55965
Text Example
Text Example
White with #D55965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55965; }
p { color: rgb(213,89,101); }
H1.HeaderClassName
{
color: #D55965;
}
.AnyTagClassName
{
color: #D55965;
}
</style>
background-color css
<style>
a { background-color: #D55965; }
a { background-color: rgb(213,89,101); }
div.DivClassName
{
background-color: #D55965;
}
.BgClassName
{
background-color: #D55965;
}
</style>
border-color css
<style>
span { border-color: #D55965; }
span { border-color: rgb(213,89,101); }
td.TdClassName
{
border-color: #D55965;
}
.TagClassName
{
border-color: #D55965;
}
</style>