Shades of Mandy #D14750
Tints of Mandy #D14750
RGB
CMYK
RGB Variations
Color information
#D14750 (or 0xD14750) is known color: Mandy. HEX triplet: D1, 47 and 50. RGB value is (209,71,80). Sum of RGB (Red+Green+Blue) = 209+71+80=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D14750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14750 is #2EB8AF. Grayscale: #717171. Windows color (decimal): -3061936 or 5261265. OLE color: 5261265.
HSL color Cylindrical-coordinate representation of color #D14750: hue angle of 356.09º 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 #D14750 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 80 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.18 |
| HSL | 356.09º | 0.6% | 0.55% | - |
| HSV(B) | 356.09º | 0.66% | 0.82% | - |
| XYZ | 30 | 18.64 | 9.61 | - |
| YUV | 113.29 | 109.22 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 80 | 0 | 0.66 | 0.62 | 0.18 | 356.09 | 0.6 | 0.55 |
| Hex | D1 | 47 | 50 | 0 | 42 | 3E | 12 | 164 | 3C | 37 |
| Octal | 321 | 107 | 120 | 0 | 102 | 76 | 22 | 544 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1010000 | 0 | 1000010 | 111110 | 10010 | 101100100 | 111100 | 110111 |
Color Harmonies of #D14750
Complementary color
Monochromatic Colors of #D14750
Black with #D14750
Text Example
Text Example
White with #D14750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14750; }
p { color: rgb(209,71,80); }
H1.HeaderClassName
{
color: #D14750;
}
.AnyTagClassName
{
color: #D14750;
}
</style>
background-color css
<style>
a { background-color: #D14750; }
a { background-color: rgb(209,71,80); }
div.DivClassName
{
background-color: #D14750;
}
.BgClassName
{
background-color: #D14750;
}
</style>
border-color css
<style>
span { border-color: #D14750; }
span { border-color: rgb(209,71,80); }
td.TdClassName
{
border-color: #D14750;
}
.TagClassName
{
border-color: #D14750;
}
</style>