Shades of My Pink #D18F89
Tints of My Pink #D18F89
RGB
CMYK
RGB Variations
Color information
#D18F89 (or 0xD18F89) is known color: My Pink. HEX triplet: D1, 8F and 89. RGB value is (209,143,137). Sum of RGB (Red+Green+Blue) = 209+143+137=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18F89 is #2E7076. Grayscale: #A2A2A2. Windows color (decimal): -3043447 or 9015249. OLE color: 9015249.
HSL color Cylindrical-coordinate representation of color #D18F89: hue angle of 5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18F89 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 137 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.18 |
| HSL | 5º | 0.44% | 0.68% | - |
| HSV(B) | 5º | 0.34% | 0.82% | - |
| XYZ | 40.63 | 35.01 | 28.28 | - |
| YUV | 162.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 137 | 0 | 0.32 | 0.34 | 0.18 | 5 | 0.44 | 0.68 |
| Hex | D1 | 8F | 89 | 0 | 20 | 22 | 12 | 5 | 2C | 44 |
| Octal | 321 | 217 | 211 | 0 | 40 | 42 | 22 | 5 | 54 | 104 |
| Binary | 11010001 | 10001111 | 10001001 | 0 | 100000 | 100010 | 10010 | 101 | 101100 | 1000100 |
Color Harmonies of #D18F89
Complementary color
Monochromatic Colors of #D18F89
Black with #D18F89
Text Example
Text Example
White with #D18F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F89; }
p { color: rgb(209,143,137); }
H1.HeaderClassName
{
color: #D18F89;
}
.AnyTagClassName
{
color: #D18F89;
}
</style>
background-color css
<style>
a { background-color: #D18F89; }
a { background-color: rgb(209,143,137); }
div.DivClassName
{
background-color: #D18F89;
}
.BgClassName
{
background-color: #D18F89;
}
</style>
border-color css
<style>
span { border-color: #D18F89; }
span { border-color: rgb(209,143,137); }
td.TdClassName
{
border-color: #D18F89;
}
.TagClassName
{
border-color: #D18F89;
}
</style>