Shades of Mandy #D64D55
Tints of Mandy #D64D55
RGB
CMYK
RGB Variations
Color information
#D64D55 (or 0xD64D55) is known color: Mandy. HEX triplet: D6, 4D and 55. RGB value is (214,77,85). Sum of RGB (Red+Green+Blue) = 214+77+85=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D55 is #29B2AA. Grayscale: #767676. Windows color (decimal): -2732715 or 5590486. OLE color: 5590486.
HSL color Cylindrical-coordinate representation of color #D64D55: hue angle of 356.5º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64D55 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 85 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.16 |
| HSL | 356.5º | 0.63% | 0.57% | - |
| HSV(B) | 356.5º | 0.64% | 0.84% | - |
| XYZ | 32.03 | 20.26 | 10.82 | - |
| YUV | 118.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 85 | 0 | 0.64 | 0.60 | 0.16 | 356.5 | 0.63 | 0.57 |
| Hex | D6 | 4D | 55 | 0 | 40 | 3C | 10 | 164 | 3F | 39 |
| Octal | 326 | 115 | 125 | 0 | 100 | 74 | 20 | 544 | 77 | 71 |
| Binary | 11010110 | 1001101 | 1010101 | 0 | 1000000 | 111100 | 10000 | 101100100 | 111111 | 111001 |
Color Harmonies of #D64D55
Complementary color
Monochromatic Colors of #D64D55
Black with #D64D55
Text Example
Text Example
White with #D64D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D55; }
p { color: rgb(214,77,85); }
H1.HeaderClassName
{
color: #D64D55;
}
.AnyTagClassName
{
color: #D64D55;
}
</style>
background-color css
<style>
a { background-color: #D64D55; }
a { background-color: rgb(214,77,85); }
div.DivClassName
{
background-color: #D64D55;
}
.BgClassName
{
background-color: #D64D55;
}
</style>
border-color css
<style>
span { border-color: #D64D55; }
span { border-color: rgb(214,77,85); }
td.TdClassName
{
border-color: #D64D55;
}
.TagClassName
{
border-color: #D64D55;
}
</style>