Shades of Mandy #D14C5E
Tints of Mandy #D14C5E
RGB
CMYK
RGB Variations
Color information
#D14C5E (or 0xD14C5E) is known color: Mandy. HEX triplet: D1, 4C and 5E. RGB value is (209,76,94). Sum of RGB (Red+Green+Blue) = 209+76+94=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14C5E is #2EB3A1. Grayscale: #757575. Windows color (decimal): -3060642 or 6180049. OLE color: 6180049.
HSL color Cylindrical-coordinate representation of color #D14C5E: hue angle of 351.88º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14C5E is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 94 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.18 |
| HSL | 351.88º | 0.59% | 0.56% | - |
| HSV(B) | 351.88º | 0.64% | 0.82% | - |
| XYZ | 30.9 | 19.53 | 12.73 | - |
| YUV | 117.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 94 | 0 | 0.64 | 0.55 | 0.18 | 351.88 | 0.59 | 0.56 |
| Hex | D1 | 4C | 5E | 0 | 40 | 37 | 12 | 160 | 3B | 38 |
| Octal | 321 | 114 | 136 | 0 | 100 | 67 | 22 | 540 | 73 | 70 |
| Binary | 11010001 | 1001100 | 1011110 | 0 | 1000000 | 110111 | 10010 | 101100000 | 111011 | 111000 |
Color Harmonies of #D14C5E
Complementary color
Monochromatic Colors of #D14C5E
Black with #D14C5E
Text Example
Text Example
White with #D14C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C5E; }
p { color: rgb(209,76,94); }
H1.HeaderClassName
{
color: #D14C5E;
}
.AnyTagClassName
{
color: #D14C5E;
}
</style>
background-color css
<style>
a { background-color: #D14C5E; }
a { background-color: rgb(209,76,94); }
div.DivClassName
{
background-color: #D14C5E;
}
.BgClassName
{
background-color: #D14C5E;
}
</style>
border-color css
<style>
span { border-color: #D14C5E; }
span { border-color: rgb(209,76,94); }
td.TdClassName
{
border-color: #D14C5E;
}
.TagClassName
{
border-color: #D14C5E;
}
</style>