Shades of Mandy #D65764
Tints of Mandy #D65764
RGB
CMYK
RGB Variations
Color information
#D65764 (or 0xD65764) is known color: Mandy. HEX triplet: D6, 57 and 64. RGB value is (214,87,100). Sum of RGB (Red+Green+Blue) = 214+87+100=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D65764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65764 is #29A89B. Grayscale: #7E7E7E. Windows color (decimal): -2730140 or 6576086. OLE color: 6576086.
HSL color Cylindrical-coordinate representation of color #D65764: hue angle of 353.86º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65764 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 100 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.16 |
| HSL | 353.86º | 0.61% | 0.59% | - |
| HSV(B) | 353.86º | 0.59% | 0.84% | - |
| XYZ | 33.44 | 22.03 | 14.55 | - |
| YUV | 126.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 100 | 0 | 0.59 | 0.53 | 0.16 | 353.86 | 0.61 | 0.59 |
| Hex | D6 | 57 | 64 | 0 | 3B | 35 | 10 | 162 | 3D | 3B |
| Octal | 326 | 127 | 144 | 0 | 73 | 65 | 20 | 542 | 75 | 73 |
| Binary | 11010110 | 1010111 | 1100100 | 0 | 111011 | 110101 | 10000 | 101100010 | 111101 | 111011 |
Color Harmonies of #D65764
Complementary color
Monochromatic Colors of #D65764
Black with #D65764
Text Example
Text Example
White with #D65764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65764; }
p { color: rgb(214,87,100); }
H1.HeaderClassName
{
color: #D65764;
}
.AnyTagClassName
{
color: #D65764;
}
</style>
background-color css
<style>
a { background-color: #D65764; }
a { background-color: rgb(214,87,100); }
div.DivClassName
{
background-color: #D65764;
}
.BgClassName
{
background-color: #D65764;
}
</style>
border-color css
<style>
span { border-color: #D65764; }
span { border-color: rgb(214,87,100); }
td.TdClassName
{
border-color: #D65764;
}
.TagClassName
{
border-color: #D65764;
}
</style>