Shades of My Pink #D18876
Tints of My Pink #D18876
RGB
CMYK
RGB Variations
Color information
#D18876 (or 0xD18876) is known color: My Pink. HEX triplet: D1, 88 and 76. RGB value is (209,136,118). Sum of RGB (Red+Green+Blue) = 209+136+118=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D18876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18876 is #2E7789. Grayscale: #9B9B9B. Windows color (decimal): -3045258 or 7768273. OLE color: 7768273.
HSL color Cylindrical-coordinate representation of color #D18876: hue angle of 11.87º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18876 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 118 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.18 |
| HSL | 11.87º | 0.5% | 0.64% | - |
| HSV(B) | 11.87º | 0.44% | 0.82% | - |
| XYZ | 38.37 | 32.47 | 21.38 | - |
| YUV | 155.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 118 | 0 | 0.35 | 0.44 | 0.18 | 11.87 | 0.5 | 0.64 |
| Hex | D1 | 88 | 76 | 0 | 23 | 2C | 12 | C | 32 | 40 |
| Octal | 321 | 210 | 166 | 0 | 43 | 54 | 22 | 14 | 62 | 100 |
| Binary | 11010001 | 10001000 | 1110110 | 0 | 100011 | 101100 | 10010 | 1100 | 110010 | 1000000 |
Color Harmonies of #D18876
Complementary color
Monochromatic Colors of #D18876
Black with #D18876
Text Example
Text Example
White with #D18876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18876; }
p { color: rgb(209,136,118); }
H1.HeaderClassName
{
color: #D18876;
}
.AnyTagClassName
{
color: #D18876;
}
</style>
background-color css
<style>
a { background-color: #D18876; }
a { background-color: rgb(209,136,118); }
div.DivClassName
{
background-color: #D18876;
}
.BgClassName
{
background-color: #D18876;
}
</style>
border-color css
<style>
span { border-color: #D18876; }
span { border-color: rgb(209,136,118); }
td.TdClassName
{
border-color: #D18876;
}
.TagClassName
{
border-color: #D18876;
}
</style>