Shades of Mandy #D64D50
Tints of Mandy #D64D50
RGB
CMYK
RGB Variations
Color information
#D64D50 (or 0xD64D50) is known color: Mandy. HEX triplet: D6, 4D and 50. RGB value is (214,77,80). Sum of RGB (Red+Green+Blue) = 214+77+80=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D50 is #29B2AF. Grayscale: #767676. Windows color (decimal): -2732720 or 5262806. OLE color: 5262806.
HSL color Cylindrical-coordinate representation of color #D64D50: hue angle of 358.69º 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 #D64D50 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 80 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.16 |
| HSL | 358.69º | 0.63% | 0.57% | - |
| HSV(B) | 358.69º | 0.64% | 0.84% | - |
| XYZ | 31.83 | 20.18 | 9.81 | - |
| YUV | 118.31 | 106.39 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 80 | 0 | 0.64 | 0.63 | 0.16 | 358.69 | 0.63 | 0.57 |
| Hex | D6 | 4D | 50 | 0 | 40 | 3F | 10 | 167 | 3F | 39 |
| Octal | 326 | 115 | 120 | 0 | 100 | 77 | 20 | 547 | 77 | 71 |
| Binary | 11010110 | 1001101 | 1010000 | 0 | 1000000 | 111111 | 10000 | 101100111 | 111111 | 111001 |
Color Harmonies of #D64D50
Complementary color
Monochromatic Colors of #D64D50
Black with #D64D50
Text Example
Text Example
White with #D64D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D50; }
p { color: rgb(214,77,80); }
H1.HeaderClassName
{
color: #D64D50;
}
.AnyTagClassName
{
color: #D64D50;
}
</style>
background-color css
<style>
a { background-color: #D64D50; }
a { background-color: rgb(214,77,80); }
div.DivClassName
{
background-color: #D64D50;
}
.BgClassName
{
background-color: #D64D50;
}
</style>
border-color css
<style>
span { border-color: #D64D50; }
span { border-color: rgb(214,77,80); }
td.TdClassName
{
border-color: #D64D50;
}
.TagClassName
{
border-color: #D64D50;
}
</style>