Shades of Mandy #D64759
Tints of Mandy #D64759
RGB
CMYK
RGB Variations
Color information
#D64759 (or 0xD64759) is known color: Mandy. HEX triplet: D6, 47 and 59. RGB value is (214,71,89). Sum of RGB (Red+Green+Blue) = 214+71+89=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D64759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64759 is #29B8A6. Grayscale: #737373. Windows color (decimal): -2734247 or 5851094. OLE color: 5851094.
HSL color Cylindrical-coordinate representation of color #D64759: hue angle of 352.45º 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 #D64759 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 89 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.16 |
| HSL | 352.45º | 0.64% | 0.56% | - |
| HSV(B) | 352.45º | 0.67% | 0.84% | - |
| XYZ | 31.79 | 19.52 | 11.54 | - |
| YUV | 115.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 89 | 0 | 0.67 | 0.58 | 0.16 | 352.45 | 0.64 | 0.56 |
| Hex | D6 | 47 | 59 | 0 | 43 | 3A | 10 | 160 | 40 | 38 |
| Octal | 326 | 107 | 131 | 0 | 103 | 72 | 20 | 540 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1011001 | 0 | 1000011 | 111010 | 10000 | 101100000 | 1000000 | 111000 |
Color Harmonies of #D64759
Complementary color
Monochromatic Colors of #D64759
Black with #D64759
Text Example
Text Example
White with #D64759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64759; }
p { color: rgb(214,71,89); }
H1.HeaderClassName
{
color: #D64759;
}
.AnyTagClassName
{
color: #D64759;
}
</style>
background-color css
<style>
a { background-color: #D64759; }
a { background-color: rgb(214,71,89); }
div.DivClassName
{
background-color: #D64759;
}
.BgClassName
{
background-color: #D64759;
}
</style>
border-color css
<style>
span { border-color: #D64759; }
span { border-color: rgb(214,71,89); }
td.TdClassName
{
border-color: #D64759;
}
.TagClassName
{
border-color: #D64759;
}
</style>