Shades of Mandy #D64657
Tints of Mandy #D64657
RGB
CMYK
RGB Variations
Color information
#D64657 (or 0xD64657) is known color: Mandy. HEX triplet: D6, 46 and 57. RGB value is (214,70,87). Sum of RGB (Red+Green+Blue) = 214+70+87=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D64657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64657 is #29B9A8. Grayscale: #737373. Windows color (decimal): -2734505 or 5719766. OLE color: 5719766.
HSL color Cylindrical-coordinate representation of color #D64657: hue angle of 352.92º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64657 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 87 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.16 |
| HSL | 352.92º | 0.64% | 0.56% | - |
| HSV(B) | 352.92º | 0.67% | 0.84% | - |
| XYZ | 31.64 | 19.36 | 11.09 | - |
| YUV | 114.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 87 | 0 | 0.67 | 0.59 | 0.16 | 352.92 | 0.64 | 0.56 |
| Hex | D6 | 46 | 57 | 0 | 43 | 3B | 10 | 161 | 40 | 38 |
| Octal | 326 | 106 | 127 | 0 | 103 | 73 | 20 | 541 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1010111 | 0 | 1000011 | 111011 | 10000 | 101100001 | 1000000 | 111000 |
Color Harmonies of #D64657
Complementary color
Monochromatic Colors of #D64657
Black with #D64657
Text Example
Text Example
White with #D64657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64657; }
p { color: rgb(214,70,87); }
H1.HeaderClassName
{
color: #D64657;
}
.AnyTagClassName
{
color: #D64657;
}
</style>
background-color css
<style>
a { background-color: #D64657; }
a { background-color: rgb(214,70,87); }
div.DivClassName
{
background-color: #D64657;
}
.BgClassName
{
background-color: #D64657;
}
</style>
border-color css
<style>
span { border-color: #D64657; }
span { border-color: rgb(214,70,87); }
td.TdClassName
{
border-color: #D64657;
}
.TagClassName
{
border-color: #D64657;
}
</style>