Shades of Mandy #D55D63
Tints of Mandy #D55D63
RGB
CMYK
RGB Variations
Color information
#D55D63 (or 0xD55D63) is known color: Mandy. HEX triplet: D5, 5D and 63. RGB value is (213,93,99). Sum of RGB (Red+Green+Blue) = 213+93+99=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D63 is #2AA29C. Grayscale: #818181. Windows color (decimal): -2794141 or 6512085. OLE color: 6512085.
HSL color Cylindrical-coordinate representation of color #D55D63: hue angle of 357º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55D63 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 99 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.16 |
| HSL | 357º | 0.59% | 0.6% | - |
| HSV(B) | 357º | 0.56% | 0.84% | - |
| XYZ | 33.61 | 22.88 | 14.45 | - |
| YUV | 129.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 99 | 0 | 0.56 | 0.54 | 0.16 | 357 | 0.59 | 0.6 |
| Hex | D5 | 5D | 63 | 0 | 38 | 36 | 10 | 165 | 3B | 3C |
| Octal | 325 | 135 | 143 | 0 | 70 | 66 | 20 | 545 | 73 | 74 |
| Binary | 11010101 | 1011101 | 1100011 | 0 | 111000 | 110110 | 10000 | 101100101 | 111011 | 111100 |
Color Harmonies of #D55D63
Complementary color
Monochromatic Colors of #D55D63
Black with #D55D63
Text Example
Text Example
White with #D55D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D63; }
p { color: rgb(213,93,99); }
H1.HeaderClassName
{
color: #D55D63;
}
.AnyTagClassName
{
color: #D55D63;
}
</style>
background-color css
<style>
a { background-color: #D55D63; }
a { background-color: rgb(213,93,99); }
div.DivClassName
{
background-color: #D55D63;
}
.BgClassName
{
background-color: #D55D63;
}
</style>
border-color css
<style>
span { border-color: #D55D63; }
span { border-color: rgb(213,93,99); }
td.TdClassName
{
border-color: #D55D63;
}
.TagClassName
{
border-color: #D55D63;
}
</style>