Shades of Mandy #D64C58
Tints of Mandy #D64C58
RGB
CMYK
RGB Variations
Color information
#D64C58 (or 0xD64C58) is known color: Mandy. HEX triplet: D6, 4C and 58. RGB value is (214,76,88). Sum of RGB (Red+Green+Blue) = 214+76+88=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C58 is #29B3A7. Grayscale: #767676. Windows color (decimal): -2732968 or 5786838. OLE color: 5786838.
HSL color Cylindrical-coordinate representation of color #D64C58: hue angle of 354.78º 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 #D64C58 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 88 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.16 |
| HSL | 354.78º | 0.63% | 0.57% | - |
| HSV(B) | 354.78º | 0.64% | 0.84% | - |
| XYZ | 32.08 | 20.17 | 11.43 | - |
| YUV | 118.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 88 | 0 | 0.64 | 0.59 | 0.16 | 354.78 | 0.63 | 0.57 |
| Hex | D6 | 4C | 58 | 0 | 40 | 3B | 10 | 163 | 3F | 39 |
| Octal | 326 | 114 | 130 | 0 | 100 | 73 | 20 | 543 | 77 | 71 |
| Binary | 11010110 | 1001100 | 1011000 | 0 | 1000000 | 111011 | 10000 | 101100011 | 111111 | 111001 |
Color Harmonies of #D64C58
Complementary color
Monochromatic Colors of #D64C58
Black with #D64C58
Text Example
Text Example
White with #D64C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C58; }
p { color: rgb(214,76,88); }
H1.HeaderClassName
{
color: #D64C58;
}
.AnyTagClassName
{
color: #D64C58;
}
</style>
background-color css
<style>
a { background-color: #D64C58; }
a { background-color: rgb(214,76,88); }
div.DivClassName
{
background-color: #D64C58;
}
.BgClassName
{
background-color: #D64C58;
}
</style>
border-color css
<style>
span { border-color: #D64C58; }
span { border-color: rgb(214,76,88); }
td.TdClassName
{
border-color: #D64C58;
}
.TagClassName
{
border-color: #D64C58;
}
</style>