Shades of Mandy #D55964
Tints of Mandy #D55964
RGB
CMYK
RGB Variations
Color information
#D55964 (or 0xD55964) is known color: Mandy. HEX triplet: D5, 59 and 64. RGB value is (213,89,100). Sum of RGB (Red+Green+Blue) = 213+89+100=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D55964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55964 is #2AA69B. Grayscale: #7F7F7F. Windows color (decimal): -2795164 or 6576597. OLE color: 6576597.
HSL color Cylindrical-coordinate representation of color #D55964: hue angle of 354.68º 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 #D55964 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 100 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.16 |
| HSL | 354.68º | 0.6% | 0.59% | - |
| HSV(B) | 354.68º | 0.58% | 0.84% | - |
| XYZ | 33.31 | 22.21 | 14.59 | - |
| YUV | 127.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 100 | 0 | 0.58 | 0.53 | 0.16 | 354.68 | 0.6 | 0.59 |
| Hex | D5 | 59 | 64 | 0 | 3A | 35 | 10 | 163 | 3C | 3B |
| Octal | 325 | 131 | 144 | 0 | 72 | 65 | 20 | 543 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1100100 | 0 | 111010 | 110101 | 10000 | 101100011 | 111100 | 111011 |
Color Harmonies of #D55964
Complementary color
Monochromatic Colors of #D55964
Black with #D55964
Text Example
Text Example
White with #D55964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55964; }
p { color: rgb(213,89,100); }
H1.HeaderClassName
{
color: #D55964;
}
.AnyTagClassName
{
color: #D55964;
}
</style>
background-color css
<style>
a { background-color: #D55964; }
a { background-color: rgb(213,89,100); }
div.DivClassName
{
background-color: #D55964;
}
.BgClassName
{
background-color: #D55964;
}
</style>
border-color css
<style>
span { border-color: #D55964; }
span { border-color: rgb(213,89,100); }
td.TdClassName
{
border-color: #D55964;
}
.TagClassName
{
border-color: #D55964;
}
</style>