Shades of Mandy #D14861
Tints of Mandy #D14861
RGB
CMYK
RGB Variations
Color information
#D14861 (or 0xD14861) is known color: Mandy. HEX triplet: D1, 48 and 61. RGB value is (209,72,97). Sum of RGB (Red+Green+Blue) = 209+72+97=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D14861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14861 is #2EB79E. Grayscale: #737373. Windows color (decimal): -3061663 or 6375633. OLE color: 6375633.
HSL color Cylindrical-coordinate representation of color #D14861: hue angle of 349.05º 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 #D14861 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 97 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.18 |
| HSL | 349.05º | 0.6% | 0.55% | - |
| HSV(B) | 349.05º | 0.66% | 0.82% | - |
| XYZ | 30.77 | 19.05 | 13.37 | - |
| YUV | 115.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 97 | 0 | 0.66 | 0.54 | 0.18 | 349.05 | 0.6 | 0.55 |
| Hex | D1 | 48 | 61 | 0 | 42 | 36 | 12 | 15D | 3C | 37 |
| Octal | 321 | 110 | 141 | 0 | 102 | 66 | 22 | 535 | 74 | 67 |
| Binary | 11010001 | 1001000 | 1100001 | 0 | 1000010 | 110110 | 10010 | 101011101 | 111100 | 110111 |
Color Harmonies of #D14861
Complementary color
Monochromatic Colors of #D14861
Black with #D14861
Text Example
Text Example
White with #D14861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14861; }
p { color: rgb(209,72,97); }
H1.HeaderClassName
{
color: #D14861;
}
.AnyTagClassName
{
color: #D14861;
}
</style>
background-color css
<style>
a { background-color: #D14861; }
a { background-color: rgb(209,72,97); }
div.DivClassName
{
background-color: #D14861;
}
.BgClassName
{
background-color: #D14861;
}
</style>
border-color css
<style>
span { border-color: #D14861; }
span { border-color: rgb(209,72,97); }
td.TdClassName
{
border-color: #D14861;
}
.TagClassName
{
border-color: #D14861;
}
</style>