Shades of My Pink #D18886
Tints of My Pink #D18886
RGB
CMYK
RGB Variations
Color information
#D18886 (or 0xD18886) is known color: My Pink. HEX triplet: D1, 88 and 86. RGB value is (209,136,134). Sum of RGB (Red+Green+Blue) = 209+136+134=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D18886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18886 is #2E7779. Grayscale: #9D9D9D. Windows color (decimal): -3045242 or 8816849. OLE color: 8816849.
HSL color Cylindrical-coordinate representation of color #D18886: hue angle of 1.6º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18886 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 134 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.18 |
| HSL | 1.6º | 0.45% | 0.67% | - |
| HSV(B) | 1.6º | 0.36% | 0.82% | - |
| XYZ | 39.4 | 32.88 | 26.82 | - |
| YUV | 157.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 134 | 0 | 0.35 | 0.36 | 0.18 | 1.6 | 0.45 | 0.67 |
| Hex | D1 | 88 | 86 | 0 | 23 | 24 | 12 | 2 | 2D | 43 |
| Octal | 321 | 210 | 206 | 0 | 43 | 44 | 22 | 2 | 55 | 103 |
| Binary | 11010001 | 10001000 | 10000110 | 0 | 100011 | 100100 | 10010 | 10 | 101101 | 1000011 |
Color Harmonies of #D18886
Complementary color
Monochromatic Colors of #D18886
Black with #D18886
Text Example
Text Example
White with #D18886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18886; }
p { color: rgb(209,136,134); }
H1.HeaderClassName
{
color: #D18886;
}
.AnyTagClassName
{
color: #D18886;
}
</style>
background-color css
<style>
a { background-color: #D18886; }
a { background-color: rgb(209,136,134); }
div.DivClassName
{
background-color: #D18886;
}
.BgClassName
{
background-color: #D18886;
}
</style>
border-color css
<style>
span { border-color: #D18886; }
span { border-color: rgb(209,136,134); }
td.TdClassName
{
border-color: #D18886;
}
.TagClassName
{
border-color: #D18886;
}
</style>