Shades of Mandy #D14756
Tints of Mandy #D14756
RGB
CMYK
RGB Variations
Color information
#D14756 (or 0xD14756) is known color: Mandy. HEX triplet: D1, 47 and 56. RGB value is (209,71,86). Sum of RGB (Red+Green+Blue) = 209+71+86=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D14756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14756 is #2EB8A9. Grayscale: #727272. Windows color (decimal): -3061930 or 5654481. OLE color: 5654481.
HSL color Cylindrical-coordinate representation of color #D14756: hue angle of 353.48º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14756 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 86 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.18 |
| HSL | 353.48º | 0.6% | 0.55% | - |
| HSV(B) | 353.48º | 0.66% | 0.82% | - |
| XYZ | 30.23 | 18.73 | 10.83 | - |
| YUV | 113.97 | 112.22 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 86 | 0 | 0.66 | 0.59 | 0.18 | 353.48 | 0.6 | 0.55 |
| Hex | D1 | 47 | 56 | 0 | 42 | 3B | 12 | 161 | 3C | 37 |
| Octal | 321 | 107 | 126 | 0 | 102 | 73 | 22 | 541 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1010110 | 0 | 1000010 | 111011 | 10010 | 101100001 | 111100 | 110111 |
Color Harmonies of #D14756
Complementary color
Monochromatic Colors of #D14756
Black with #D14756
Text Example
Text Example
White with #D14756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14756; }
p { color: rgb(209,71,86); }
H1.HeaderClassName
{
color: #D14756;
}
.AnyTagClassName
{
color: #D14756;
}
</style>
background-color css
<style>
a { background-color: #D14756; }
a { background-color: rgb(209,71,86); }
div.DivClassName
{
background-color: #D14756;
}
.BgClassName
{
background-color: #D14756;
}
</style>
border-color css
<style>
span { border-color: #D14756; }
span { border-color: rgb(209,71,86); }
td.TdClassName
{
border-color: #D14756;
}
.TagClassName
{
border-color: #D14756;
}
</style>