Shades of Mandy #D14A5D
Tints of Mandy #D14A5D
RGB
CMYK
RGB Variations
Color information
#D14A5D (or 0xD14A5D) is known color: Mandy. HEX triplet: D1, 4A and 5D. RGB value is (209,74,93). Sum of RGB (Red+Green+Blue) = 209+74+93=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14A5D is #2EB5A2. Grayscale: #747474. Windows color (decimal): -3061155 or 6114001. OLE color: 6114001.
HSL color Cylindrical-coordinate representation of color #D14A5D: hue angle of 351.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14A5D is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 93 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.18 |
| HSL | 351.56º | 0.59% | 0.55% | - |
| HSV(B) | 351.56º | 0.65% | 0.82% | - |
| XYZ | 30.72 | 19.24 | 12.45 | - |
| YUV | 116.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 93 | 0 | 0.65 | 0.56 | 0.18 | 351.56 | 0.59 | 0.55 |
| Hex | D1 | 4A | 5D | 0 | 41 | 38 | 12 | 160 | 3B | 37 |
| Octal | 321 | 112 | 135 | 0 | 101 | 70 | 22 | 540 | 73 | 67 |
| Binary | 11010001 | 1001010 | 1011101 | 0 | 1000001 | 111000 | 10010 | 101100000 | 111011 | 110111 |
Color Harmonies of #D14A5D
Complementary color
Monochromatic Colors of #D14A5D
Black with #D14A5D
Text Example
Text Example
White with #D14A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A5D; }
p { color: rgb(209,74,93); }
H1.HeaderClassName
{
color: #D14A5D;
}
.AnyTagClassName
{
color: #D14A5D;
}
</style>
background-color css
<style>
a { background-color: #D14A5D; }
a { background-color: rgb(209,74,93); }
div.DivClassName
{
background-color: #D14A5D;
}
.BgClassName
{
background-color: #D14A5D;
}
</style>
border-color css
<style>
span { border-color: #D14A5D; }
span { border-color: rgb(209,74,93); }
td.TdClassName
{
border-color: #D14A5D;
}
.TagClassName
{
border-color: #D14A5D;
}
</style>