Shades of Mandy #D64D5E
Tints of Mandy #D64D5E
RGB
CMYK
RGB Variations
Color information
#D64D5E (or 0xD64D5E) is known color: Mandy. HEX triplet: D6, 4D and 5E. RGB value is (214,77,94). Sum of RGB (Red+Green+Blue) = 214+77+94=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D5E is #29B2A1. Grayscale: #777777. Windows color (decimal): -2732706 or 6180310. OLE color: 6180310.
HSL color Cylindrical-coordinate representation of color #D64D5E: hue angle of 352.55º 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 #D64D5E is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 94 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.16 |
| HSL | 352.55º | 0.63% | 0.57% | - |
| HSV(B) | 352.55º | 0.64% | 0.84% | - |
| XYZ | 32.41 | 20.41 | 12.82 | - |
| YUV | 119.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 94 | 0 | 0.64 | 0.56 | 0.16 | 352.55 | 0.63 | 0.57 |
| Hex | D6 | 4D | 5E | 0 | 40 | 38 | 10 | 161 | 3F | 39 |
| Octal | 326 | 115 | 136 | 0 | 100 | 70 | 20 | 541 | 77 | 71 |
| Binary | 11010110 | 1001101 | 1011110 | 0 | 1000000 | 111000 | 10000 | 101100001 | 111111 | 111001 |
Color Harmonies of #D64D5E
Complementary color
Monochromatic Colors of #D64D5E
Black with #D64D5E
Text Example
Text Example
White with #D64D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D5E; }
p { color: rgb(214,77,94); }
H1.HeaderClassName
{
color: #D64D5E;
}
.AnyTagClassName
{
color: #D64D5E;
}
</style>
background-color css
<style>
a { background-color: #D64D5E; }
a { background-color: rgb(214,77,94); }
div.DivClassName
{
background-color: #D64D5E;
}
.BgClassName
{
background-color: #D64D5E;
}
</style>
border-color css
<style>
span { border-color: #D64D5E; }
span { border-color: rgb(214,77,94); }
td.TdClassName
{
border-color: #D64D5E;
}
.TagClassName
{
border-color: #D64D5E;
}
</style>