Shades of Mandy #D14056
Tints of Mandy #D14056
RGB
CMYK
RGB Variations
Color information
#D14056 (or 0xD14056) is known color: Mandy. HEX triplet: D1, 40 and 56. RGB value is (209,64,86). Sum of RGB (Red+Green+Blue) = 209+64+86=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D14056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14056 is #2EBFA9. Grayscale: #6D6D6D. Windows color (decimal): -3063722 or 5652689. OLE color: 5652689.
HSL color Cylindrical-coordinate representation of color #D14056: hue angle of 350.9º 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 #D14056 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 86 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.18 |
| HSL | 350.9º | 0.61% | 0.54% | - |
| HSV(B) | 350.9º | 0.69% | 0.82% | - |
| XYZ | 29.81 | 17.89 | 10.69 | - |
| YUV | 109.86 | 114.54 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 86 | 0 | 0.69 | 0.59 | 0.18 | 350.9 | 0.61 | 0.54 |
| Hex | D1 | 40 | 56 | 0 | 45 | 3B | 12 | 15F | 3D | 36 |
| Octal | 321 | 100 | 126 | 0 | 105 | 73 | 22 | 537 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1010110 | 0 | 1000101 | 111011 | 10010 | 101011111 | 111101 | 110110 |
Color Harmonies of #D14056
Complementary color
Monochromatic Colors of #D14056
Black with #D14056
Text Example
Text Example
White with #D14056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14056; }
p { color: rgb(209,64,86); }
H1.HeaderClassName
{
color: #D14056;
}
.AnyTagClassName
{
color: #D14056;
}
</style>
background-color css
<style>
a { background-color: #D14056; }
a { background-color: rgb(209,64,86); }
div.DivClassName
{
background-color: #D14056;
}
.BgClassName
{
background-color: #D14056;
}
</style>
border-color css
<style>
span { border-color: #D14056; }
span { border-color: rgb(209,64,86); }
td.TdClassName
{
border-color: #D14056;
}
.TagClassName
{
border-color: #D14056;
}
</style>