Shades of Mandy #D14860
Tints of Mandy #D14860
RGB
CMYK
RGB Variations
Color information
#D14860 (or 0xD14860) is known color: Mandy. HEX triplet: D1, 48 and 60. RGB value is (209,72,96). Sum of RGB (Red+Green+Blue) = 209+72+96=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D14860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14860 is #2EB79F. Grayscale: #737373. Windows color (decimal): -3061664 or 6310097. OLE color: 6310097.
HSL color Cylindrical-coordinate representation of color #D14860: hue angle of 349.49º 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 #D14860 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 96 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.18 |
| HSL | 349.49º | 0.6% | 0.55% | - |
| HSV(B) | 349.49º | 0.66% | 0.82% | - |
| XYZ | 30.72 | 19.03 | 13.12 | - |
| YUV | 115.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 96 | 0 | 0.66 | 0.54 | 0.18 | 349.49 | 0.6 | 0.55 |
| Hex | D1 | 48 | 60 | 0 | 42 | 36 | 12 | 15D | 3C | 37 |
| Octal | 321 | 110 | 140 | 0 | 102 | 66 | 22 | 535 | 74 | 67 |
| Binary | 11010001 | 1001000 | 1100000 | 0 | 1000010 | 110110 | 10010 | 101011101 | 111100 | 110111 |
Color Harmonies of #D14860
Complementary color
Monochromatic Colors of #D14860
Black with #D14860
Text Example
Text Example
White with #D14860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14860; }
p { color: rgb(209,72,96); }
H1.HeaderClassName
{
color: #D14860;
}
.AnyTagClassName
{
color: #D14860;
}
</style>
background-color css
<style>
a { background-color: #D14860; }
a { background-color: rgb(209,72,96); }
div.DivClassName
{
background-color: #D14860;
}
.BgClassName
{
background-color: #D14860;
}
</style>
border-color css
<style>
span { border-color: #D14860; }
span { border-color: rgb(209,72,96); }
td.TdClassName
{
border-color: #D14860;
}
.TagClassName
{
border-color: #D14860;
}
</style>