Shades of Mandy #D64D58
Tints of Mandy #D64D58
RGB
CMYK
RGB Variations
Color information
#D64D58 (or 0xD64D58) is known color: Mandy. HEX triplet: D6, 4D and 58. RGB value is (214,77,88). Sum of RGB (Red+Green+Blue) = 214+77+88=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D58 is #29B2A7. Grayscale: #777777. Windows color (decimal): -2732712 or 5787094. OLE color: 5787094.
HSL color Cylindrical-coordinate representation of color #D64D58: hue angle of 355.18º 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 #D64D58 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 88 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.16 |
| HSL | 355.18º | 0.63% | 0.57% | - |
| HSV(B) | 355.18º | 0.64% | 0.84% | - |
| XYZ | 32.15 | 20.31 | 11.46 | - |
| YUV | 119.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 88 | 0 | 0.64 | 0.59 | 0.16 | 355.18 | 0.63 | 0.57 |
| Hex | D6 | 4D | 58 | 0 | 40 | 3B | 10 | 163 | 3F | 39 |
| Octal | 326 | 115 | 130 | 0 | 100 | 73 | 20 | 543 | 77 | 71 |
| Binary | 11010110 | 1001101 | 1011000 | 0 | 1000000 | 111011 | 10000 | 101100011 | 111111 | 111001 |
Color Harmonies of #D64D58
Complementary color
Monochromatic Colors of #D64D58
Black with #D64D58
Text Example
Text Example
White with #D64D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D58; }
p { color: rgb(214,77,88); }
H1.HeaderClassName
{
color: #D64D58;
}
.AnyTagClassName
{
color: #D64D58;
}
</style>
background-color css
<style>
a { background-color: #D64D58; }
a { background-color: rgb(214,77,88); }
div.DivClassName
{
background-color: #D64D58;
}
.BgClassName
{
background-color: #D64D58;
}
</style>
border-color css
<style>
span { border-color: #D64D58; }
span { border-color: rgb(214,77,88); }
td.TdClassName
{
border-color: #D64D58;
}
.TagClassName
{
border-color: #D64D58;
}
</style>