Shades of Mandy #D64F63
Tints of Mandy #D64F63
RGB
CMYK
RGB Variations
Color information
#D64F63 (or 0xD64F63) is known color: Mandy. HEX triplet: D6, 4F and 63. RGB value is (214,79,99). Sum of RGB (Red+Green+Blue) = 214+79+99=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F63 is #29B09C. Grayscale: #797979. Windows color (decimal): -2732189 or 6508502. OLE color: 6508502.
HSL color Cylindrical-coordinate representation of color #D64F63: hue angle of 351.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64F63 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 99 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.16 |
| HSL | 351.11º | 0.62% | 0.57% | - |
| HSV(B) | 351.11º | 0.63% | 0.84% | - |
| XYZ | 32.78 | 20.79 | 14.09 | - |
| YUV | 121.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 99 | 0 | 0.63 | 0.54 | 0.16 | 351.11 | 0.62 | 0.57 |
| Hex | D6 | 4F | 63 | 0 | 3F | 36 | 10 | 15F | 3E | 39 |
| Octal | 326 | 117 | 143 | 0 | 77 | 66 | 20 | 537 | 76 | 71 |
| Binary | 11010110 | 1001111 | 1100011 | 0 | 111111 | 110110 | 10000 | 101011111 | 111110 | 111001 |
Color Harmonies of #D64F63
Complementary color
Monochromatic Colors of #D64F63
Black with #D64F63
Text Example
Text Example
White with #D64F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F63; }
p { color: rgb(214,79,99); }
H1.HeaderClassName
{
color: #D64F63;
}
.AnyTagClassName
{
color: #D64F63;
}
</style>
background-color css
<style>
a { background-color: #D64F63; }
a { background-color: rgb(214,79,99); }
div.DivClassName
{
background-color: #D64F63;
}
.BgClassName
{
background-color: #D64F63;
}
</style>
border-color css
<style>
span { border-color: #D64F63; }
span { border-color: rgb(214,79,99); }
td.TdClassName
{
border-color: #D64F63;
}
.TagClassName
{
border-color: #D64F63;
}
</style>