Shades of Mandy #D64A5E
Tints of Mandy #D64A5E
RGB
CMYK
RGB Variations
Color information
#D64A5E (or 0xD64A5E) is known color: Mandy. HEX triplet: D6, 4A and 5E. RGB value is (214,74,94). Sum of RGB (Red+Green+Blue) = 214+74+94=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64A5E is #29B5A1. Grayscale: #767676. Windows color (decimal): -2733474 or 6179542. OLE color: 6179542.
HSL color Cylindrical-coordinate representation of color #D64A5E: hue angle of 351.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64A5E is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 94 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.16 |
| HSL | 351.43º | 0.63% | 0.56% | - |
| HSV(B) | 351.43º | 0.65% | 0.84% | - |
| XYZ | 32.2 | 20 | 12.75 | - |
| YUV | 118.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 94 | 0 | 0.65 | 0.56 | 0.16 | 351.43 | 0.63 | 0.56 |
| Hex | D6 | 4A | 5E | 0 | 41 | 38 | 10 | 15F | 3F | 38 |
| Octal | 326 | 112 | 136 | 0 | 101 | 70 | 20 | 537 | 77 | 70 |
| Binary | 11010110 | 1001010 | 1011110 | 0 | 1000001 | 111000 | 10000 | 101011111 | 111111 | 111000 |
Color Harmonies of #D64A5E
Complementary color
Monochromatic Colors of #D64A5E
Black with #D64A5E
Text Example
Text Example
White with #D64A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A5E; }
p { color: rgb(214,74,94); }
H1.HeaderClassName
{
color: #D64A5E;
}
.AnyTagClassName
{
color: #D64A5E;
}
</style>
background-color css
<style>
a { background-color: #D64A5E; }
a { background-color: rgb(214,74,94); }
div.DivClassName
{
background-color: #D64A5E;
}
.BgClassName
{
background-color: #D64A5E;
}
</style>
border-color css
<style>
span { border-color: #D64A5E; }
span { border-color: rgb(214,74,94); }
td.TdClassName
{
border-color: #D64A5E;
}
.TagClassName
{
border-color: #D64A5E;
}
</style>