Shades of Mandy #D14760
Tints of Mandy #D14760
RGB
CMYK
RGB Variations
Color information
#D14760 (or 0xD14760) is known color: Mandy. HEX triplet: D1, 47 and 60. RGB value is (209,71,96). Sum of RGB (Red+Green+Blue) = 209+71+96=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D14760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14760 is #2EB89F. Grayscale: #737373. Windows color (decimal): -3061920 or 6309841. OLE color: 6309841.
HSL color Cylindrical-coordinate representation of color #D14760: hue angle of 349.13º 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 #D14760 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 96 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.18 |
| HSL | 349.13º | 0.6% | 0.55% | - |
| HSV(B) | 349.13º | 0.66% | 0.82% | - |
| XYZ | 30.66 | 18.91 | 13.1 | - |
| YUV | 115.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 96 | 0 | 0.66 | 0.54 | 0.18 | 349.13 | 0.6 | 0.55 |
| Hex | D1 | 47 | 60 | 0 | 42 | 36 | 12 | 15D | 3C | 37 |
| Octal | 321 | 107 | 140 | 0 | 102 | 66 | 22 | 535 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1100000 | 0 | 1000010 | 110110 | 10010 | 101011101 | 111100 | 110111 |
Color Harmonies of #D14760
Complementary color
Monochromatic Colors of #D14760
Black with #D14760
Text Example
Text Example
White with #D14760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14760; }
p { color: rgb(209,71,96); }
H1.HeaderClassName
{
color: #D14760;
}
.AnyTagClassName
{
color: #D14760;
}
</style>
background-color css
<style>
a { background-color: #D14760; }
a { background-color: rgb(209,71,96); }
div.DivClassName
{
background-color: #D14760;
}
.BgClassName
{
background-color: #D14760;
}
</style>
border-color css
<style>
span { border-color: #D14760; }
span { border-color: rgb(209,71,96); }
td.TdClassName
{
border-color: #D14760;
}
.TagClassName
{
border-color: #D14760;
}
</style>