Shades of Mandy #D14059
Tints of Mandy #D14059
RGB
CMYK
RGB Variations
Color information
#D14059 (or 0xD14059) is known color: Mandy. HEX triplet: D1, 40 and 59. RGB value is (209,64,89). Sum of RGB (Red+Green+Blue) = 209+64+89=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D14059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14059 is #2EBFA6. Grayscale: #6E6E6E. Windows color (decimal): -3063719 or 5849297. OLE color: 5849297.
HSL color Cylindrical-coordinate representation of color #D14059: hue angle of 349.66º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14059 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 89 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.18 |
| HSL | 349.66º | 0.61% | 0.54% | - |
| HSV(B) | 349.66º | 0.69% | 0.82% | - |
| XYZ | 29.93 | 17.94 | 11.34 | - |
| YUV | 110.21 | 116.04 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 89 | 0 | 0.69 | 0.57 | 0.18 | 349.66 | 0.61 | 0.54 |
| Hex | D1 | 40 | 59 | 0 | 45 | 39 | 12 | 15E | 3D | 36 |
| Octal | 321 | 100 | 131 | 0 | 105 | 71 | 22 | 536 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1011001 | 0 | 1000101 | 111001 | 10010 | 101011110 | 111101 | 110110 |
Color Harmonies of #D14059
Complementary color
Monochromatic Colors of #D14059
Black with #D14059
Text Example
Text Example
White with #D14059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14059; }
p { color: rgb(209,64,89); }
H1.HeaderClassName
{
color: #D14059;
}
.AnyTagClassName
{
color: #D14059;
}
</style>
background-color css
<style>
a { background-color: #D14059; }
a { background-color: rgb(209,64,89); }
div.DivClassName
{
background-color: #D14059;
}
.BgClassName
{
background-color: #D14059;
}
</style>
border-color css
<style>
span { border-color: #D14059; }
span { border-color: rgb(209,64,89); }
td.TdClassName
{
border-color: #D14059;
}
.TagClassName
{
border-color: #D14059;
}
</style>