Shades of Mandy #D14557
Tints of Mandy #D14557
RGB
CMYK
RGB Variations
Color information
#D14557 (or 0xD14557) is known color: Mandy. HEX triplet: D1, 45 and 57. RGB value is (209,69,87). Sum of RGB (Red+Green+Blue) = 209+69+87=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D14557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14557 is #2EBAA8. Grayscale: #707070. Windows color (decimal): -3062441 or 5719505. OLE color: 5719505.
HSL color Cylindrical-coordinate representation of color #D14557: hue angle of 352.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14557 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 87 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.18 |
| HSL | 352.29º | 0.6% | 0.55% | - |
| HSV(B) | 352.29º | 0.67% | 0.82% | - |
| XYZ | 30.14 | 18.5 | 11 | - |
| YUV | 112.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 87 | 0 | 0.67 | 0.58 | 0.18 | 352.29 | 0.6 | 0.55 |
| Hex | D1 | 45 | 57 | 0 | 43 | 3A | 12 | 160 | 3C | 37 |
| Octal | 321 | 105 | 127 | 0 | 103 | 72 | 22 | 540 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1010111 | 0 | 1000011 | 111010 | 10010 | 101100000 | 111100 | 110111 |
Color Harmonies of #D14557
Complementary color
Monochromatic Colors of #D14557
Black with #D14557
Text Example
Text Example
White with #D14557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14557; }
p { color: rgb(209,69,87); }
H1.HeaderClassName
{
color: #D14557;
}
.AnyTagClassName
{
color: #D14557;
}
</style>
background-color css
<style>
a { background-color: #D14557; }
a { background-color: rgb(209,69,87); }
div.DivClassName
{
background-color: #D14557;
}
.BgClassName
{
background-color: #D14557;
}
</style>
border-color css
<style>
span { border-color: #D14557; }
span { border-color: rgb(209,69,87); }
td.TdClassName
{
border-color: #D14557;
}
.TagClassName
{
border-color: #D14557;
}
</style>