Shades of Mandy #D14559
Tints of Mandy #D14559
RGB
CMYK
RGB Variations
Color information
#D14559 (or 0xD14559) is known color: Mandy. HEX triplet: D1, 45 and 59. RGB value is (209,69,89). Sum of RGB (Red+Green+Blue) = 209+69+89=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D14559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14559 is #2EBAA6. Grayscale: #717171. Windows color (decimal): -3062439 or 5850577. OLE color: 5850577.
HSL color Cylindrical-coordinate representation of color #D14559: hue angle of 351.43º 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 #D14559 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 89 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.18 |
| HSL | 351.43º | 0.6% | 0.55% | - |
| HSV(B) | 351.43º | 0.67% | 0.82% | - |
| XYZ | 30.23 | 18.53 | 11.44 | - |
| YUV | 113.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 89 | 0 | 0.67 | 0.57 | 0.18 | 351.43 | 0.6 | 0.55 |
| Hex | D1 | 45 | 59 | 0 | 43 | 39 | 12 | 15F | 3C | 37 |
| Octal | 321 | 105 | 131 | 0 | 103 | 71 | 22 | 537 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1011001 | 0 | 1000011 | 111001 | 10010 | 101011111 | 111100 | 110111 |
Color Harmonies of #D14559
Complementary color
Monochromatic Colors of #D14559
Black with #D14559
Text Example
Text Example
White with #D14559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14559; }
p { color: rgb(209,69,89); }
H1.HeaderClassName
{
color: #D14559;
}
.AnyTagClassName
{
color: #D14559;
}
</style>
background-color css
<style>
a { background-color: #D14559; }
a { background-color: rgb(209,69,89); }
div.DivClassName
{
background-color: #D14559;
}
.BgClassName
{
background-color: #D14559;
}
</style>
border-color css
<style>
span { border-color: #D14559; }
span { border-color: rgb(209,69,89); }
td.TdClassName
{
border-color: #D14559;
}
.TagClassName
{
border-color: #D14559;
}
</style>