Shades of My Pink #D89386
Tints of My Pink #D89386
RGB
CMYK
RGB Variations
Color information
#D89386 (or 0xD89386) is known color: My Pink. HEX triplet: D8, 93 and 86. RGB value is (216,147,134). Sum of RGB (Red+Green+Blue) = 216+147+134=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D89386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89386 is #276C79. Grayscale: #A6A6A6. Windows color (decimal): -2583674 or 8819672. OLE color: 8819672.
HSL color Cylindrical-coordinate representation of color #D89386: hue angle of 9.51º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D89386 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 134 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.15 |
| HSL | 9.51º | 0.51% | 0.69% | - |
| HSV(B) | 9.51º | 0.38% | 0.85% | - |
| XYZ | 43.06 | 37.19 | 27.46 | - |
| YUV | 166.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 134 | 0 | 0.32 | 0.38 | 0.15 | 9.51 | 0.51 | 0.69 |
| Hex | D8 | 93 | 86 | 0 | 20 | 26 | F | A | 33 | 45 |
| Octal | 330 | 223 | 206 | 0 | 40 | 46 | 17 | 12 | 63 | 105 |
| Binary | 11011000 | 10010011 | 10000110 | 0 | 100000 | 100110 | 1111 | 1010 | 110011 | 1000101 |
Color Harmonies of #D89386
Complementary color
Monochromatic Colors of #D89386
Black with #D89386
Text Example
Text Example
White with #D89386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89386; }
p { color: rgb(216,147,134); }
H1.HeaderClassName
{
color: #D89386;
}
.AnyTagClassName
{
color: #D89386;
}
</style>
background-color css
<style>
a { background-color: #D89386; }
a { background-color: rgb(216,147,134); }
div.DivClassName
{
background-color: #D89386;
}
.BgClassName
{
background-color: #D89386;
}
</style>
border-color css
<style>
span { border-color: #D89386; }
span { border-color: rgb(216,147,134); }
td.TdClassName
{
border-color: #D89386;
}
.TagClassName
{
border-color: #D89386;
}
</style>