Shades of My Pink #D18F87
Tints of My Pink #D18F87
RGB
CMYK
RGB Variations
Color information
#D18F87 (or 0xD18F87) is known color: My Pink. HEX triplet: D1, 8F and 87. RGB value is (209,143,135). Sum of RGB (Red+Green+Blue) = 209+143+135=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18F87 is #2E7078. Grayscale: #A1A1A1. Windows color (decimal): -3043449 or 8884177. OLE color: 8884177.
HSL color Cylindrical-coordinate representation of color #D18F87: hue angle of 6.49º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18F87 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 135 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.18 |
| HSL | 6.49º | 0.45% | 0.67% | - |
| HSV(B) | 6.49º | 0.35% | 0.82% | - |
| XYZ | 40.49 | 34.95 | 27.53 | - |
| YUV | 161.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 135 | 0 | 0.32 | 0.35 | 0.18 | 6.49 | 0.45 | 0.67 |
| Hex | D1 | 8F | 87 | 0 | 20 | 23 | 12 | 6 | 2D | 43 |
| Octal | 321 | 217 | 207 | 0 | 40 | 43 | 22 | 6 | 55 | 103 |
| Binary | 11010001 | 10001111 | 10000111 | 0 | 100000 | 100011 | 10010 | 110 | 101101 | 1000011 |
Color Harmonies of #D18F87
Complementary color
Monochromatic Colors of #D18F87
Black with #D18F87
Text Example
Text Example
White with #D18F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F87; }
p { color: rgb(209,143,135); }
H1.HeaderClassName
{
color: #D18F87;
}
.AnyTagClassName
{
color: #D18F87;
}
</style>
background-color css
<style>
a { background-color: #D18F87; }
a { background-color: rgb(209,143,135); }
div.DivClassName
{
background-color: #D18F87;
}
.BgClassName
{
background-color: #D18F87;
}
</style>
border-color css
<style>
span { border-color: #D18F87; }
span { border-color: rgb(209,143,135); }
td.TdClassName
{
border-color: #D18F87;
}
.TagClassName
{
border-color: #D18F87;
}
</style>