Shades of Mandy #D14456
Tints of Mandy #D14456
RGB
CMYK
RGB Variations
Color information
#D14456 (or 0xD14456) is known color: Mandy. HEX triplet: D1, 44 and 56. RGB value is (209,68,86). Sum of RGB (Red+Green+Blue) = 209+68+86=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D14456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14456 is #2EBBA9. Grayscale: #707070. Windows color (decimal): -3062698 or 5653713. OLE color: 5653713.
HSL color Cylindrical-coordinate representation of color #D14456: hue angle of 352.34º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14456 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 86 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.18 |
| HSL | 352.34º | 0.61% | 0.54% | - |
| HSV(B) | 352.34º | 0.67% | 0.82% | - |
| XYZ | 30.04 | 18.36 | 10.76 | - |
| YUV | 112.21 | 113.21 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 86 | 0 | 0.67 | 0.59 | 0.18 | 352.34 | 0.61 | 0.54 |
| Hex | D1 | 44 | 56 | 0 | 43 | 3B | 12 | 160 | 3D | 36 |
| Octal | 321 | 104 | 126 | 0 | 103 | 73 | 22 | 540 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1010110 | 0 | 1000011 | 111011 | 10010 | 101100000 | 111101 | 110110 |
Color Harmonies of #D14456
Complementary color
Monochromatic Colors of #D14456
Black with #D14456
Text Example
Text Example
White with #D14456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14456; }
p { color: rgb(209,68,86); }
H1.HeaderClassName
{
color: #D14456;
}
.AnyTagClassName
{
color: #D14456;
}
</style>
background-color css
<style>
a { background-color: #D14456; }
a { background-color: rgb(209,68,86); }
div.DivClassName
{
background-color: #D14456;
}
.BgClassName
{
background-color: #D14456;
}
</style>
border-color css
<style>
span { border-color: #D14456; }
span { border-color: rgb(209,68,86); }
td.TdClassName
{
border-color: #D14456;
}
.TagClassName
{
border-color: #D14456;
}
</style>