Shades of Mandy #D64751
Tints of Mandy #D64751
RGB
CMYK
RGB Variations
Color information
#D64751 (or 0xD64751) is known color: Mandy. HEX triplet: D6, 47 and 51. RGB value is (214,71,81). Sum of RGB (Red+Green+Blue) = 214+71+81=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D64751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64751 is #29B8AE. Grayscale: #737373. Windows color (decimal): -2734255 or 5326806. OLE color: 5326806.
HSL color Cylindrical-coordinate representation of color #D64751: hue angle of 355.8º 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 #D64751 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 81 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.16 |
| HSL | 355.8º | 0.64% | 0.56% | - |
| HSV(B) | 355.8º | 0.67% | 0.84% | - |
| XYZ | 31.47 | 19.4 | 9.87 | - |
| YUV | 114.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 81 | 0 | 0.67 | 0.62 | 0.16 | 355.8 | 0.64 | 0.56 |
| Hex | D6 | 47 | 51 | 0 | 43 | 3E | 10 | 164 | 40 | 38 |
| Octal | 326 | 107 | 121 | 0 | 103 | 76 | 20 | 544 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1010001 | 0 | 1000011 | 111110 | 10000 | 101100100 | 1000000 | 111000 |
Color Harmonies of #D64751
Complementary color
Monochromatic Colors of #D64751
Black with #D64751
Text Example
Text Example
White with #D64751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64751; }
p { color: rgb(214,71,81); }
H1.HeaderClassName
{
color: #D64751;
}
.AnyTagClassName
{
color: #D64751;
}
</style>
background-color css
<style>
a { background-color: #D64751; }
a { background-color: rgb(214,71,81); }
div.DivClassName
{
background-color: #D64751;
}
.BgClassName
{
background-color: #D64751;
}
</style>
border-color css
<style>
span { border-color: #D64751; }
span { border-color: rgb(214,71,81); }
td.TdClassName
{
border-color: #D64751;
}
.TagClassName
{
border-color: #D64751;
}
</style>