Shades of Mandy #D55E64
Tints of Mandy #D55E64
RGB
CMYK
RGB Variations
Color information
#D55E64 (or 0xD55E64) is known color: Mandy. HEX triplet: D5, 5E and 64. RGB value is (213,94,100). Sum of RGB (Red+Green+Blue) = 213+94+100=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E64 is #2AA19B. Grayscale: #828282. Windows color (decimal): -2793884 or 6577877. OLE color: 6577877.
HSL color Cylindrical-coordinate representation of color #D55E64: hue angle of 356.97º 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 #D55E64 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 100 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.16 |
| HSL | 356.97º | 0.59% | 0.6% | - |
| HSV(B) | 356.97º | 0.56% | 0.84% | - |
| XYZ | 33.74 | 23.07 | 14.73 | - |
| YUV | 130.27 | 110.92 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 100 | 0 | 0.56 | 0.53 | 0.16 | 356.97 | 0.59 | 0.6 |
| Hex | D5 | 5E | 64 | 0 | 38 | 35 | 10 | 165 | 3B | 3C |
| Octal | 325 | 136 | 144 | 0 | 70 | 65 | 20 | 545 | 73 | 74 |
| Binary | 11010101 | 1011110 | 1100100 | 0 | 111000 | 110101 | 10000 | 101100101 | 111011 | 111100 |
Color Harmonies of #D55E64
Complementary color
Monochromatic Colors of #D55E64
Black with #D55E64
Text Example
Text Example
White with #D55E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E64; }
p { color: rgb(213,94,100); }
H1.HeaderClassName
{
color: #D55E64;
}
.AnyTagClassName
{
color: #D55E64;
}
</style>
background-color css
<style>
a { background-color: #D55E64; }
a { background-color: rgb(213,94,100); }
div.DivClassName
{
background-color: #D55E64;
}
.BgClassName
{
background-color: #D55E64;
}
</style>
border-color css
<style>
span { border-color: #D55E64; }
span { border-color: rgb(213,94,100); }
td.TdClassName
{
border-color: #D55E64;
}
.TagClassName
{
border-color: #D55E64;
}
</style>