Shades of Mandy #D55C60
Tints of Mandy #D55C60
RGB
CMYK
RGB Variations
Color information
#D55C60 (or 0xD55C60) is known color: Mandy. HEX triplet: D5, 5C and 60. RGB value is (213,92,96). Sum of RGB (Red+Green+Blue) = 213+92+96=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C60 is #2AA39F. Grayscale: #808080. Windows color (decimal): -2794400 or 6315221. OLE color: 6315221.
HSL color Cylindrical-coordinate representation of color #D55C60: hue angle of 358.02º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55C60 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 96 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.16 |
| HSL | 358.02º | 0.59% | 0.6% | - |
| HSV(B) | 358.02º | 0.57% | 0.84% | - |
| XYZ | 33.38 | 22.64 | 13.68 | - |
| YUV | 128.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 96 | 0 | 0.57 | 0.55 | 0.16 | 358.02 | 0.59 | 0.6 |
| Hex | D5 | 5C | 60 | 0 | 39 | 37 | 10 | 166 | 3B | 3C |
| Octal | 325 | 134 | 140 | 0 | 71 | 67 | 20 | 546 | 73 | 74 |
| Binary | 11010101 | 1011100 | 1100000 | 0 | 111001 | 110111 | 10000 | 101100110 | 111011 | 111100 |
Color Harmonies of #D55C60
Complementary color
Monochromatic Colors of #D55C60
Black with #D55C60
Text Example
Text Example
White with #D55C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C60; }
p { color: rgb(213,92,96); }
H1.HeaderClassName
{
color: #D55C60;
}
.AnyTagClassName
{
color: #D55C60;
}
</style>
background-color css
<style>
a { background-color: #D55C60; }
a { background-color: rgb(213,92,96); }
div.DivClassName
{
background-color: #D55C60;
}
.BgClassName
{
background-color: #D55C60;
}
</style>
border-color css
<style>
span { border-color: #D55C60; }
span { border-color: rgb(213,92,96); }
td.TdClassName
{
border-color: #D55C60;
}
.TagClassName
{
border-color: #D55C60;
}
</style>