Shades of My Pink #D88986
Tints of My Pink #D88986
RGB
CMYK
RGB Variations
Color information
#D88986 (or 0xD88986) is known color: My Pink. HEX triplet: D8, 89 and 86. RGB value is (216,137,134). Sum of RGB (Red+Green+Blue) = 216+137+134=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D88986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88986 is #277679. Grayscale: #A0A0A0. Windows color (decimal): -2586234 or 8817112. OLE color: 8817112.
HSL color Cylindrical-coordinate representation of color #D88986: hue angle of 2.2º 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 #D88986 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 134 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.15 |
| HSL | 2.2º | 0.51% | 0.69% | - |
| HSV(B) | 2.2º | 0.38% | 0.85% | - |
| XYZ | 41.57 | 34.21 | 26.97 | - |
| YUV | 160.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 134 | 0 | 0.37 | 0.38 | 0.15 | 2.2 | 0.51 | 0.69 |
| Hex | D8 | 89 | 86 | 0 | 25 | 26 | F | 2 | 33 | 45 |
| Octal | 330 | 211 | 206 | 0 | 45 | 46 | 17 | 2 | 63 | 105 |
| Binary | 11011000 | 10001001 | 10000110 | 0 | 100101 | 100110 | 1111 | 10 | 110011 | 1000101 |
Color Harmonies of #D88986
Complementary color
Monochromatic Colors of #D88986
Black with #D88986
Text Example
Text Example
White with #D88986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88986; }
p { color: rgb(216,137,134); }
H1.HeaderClassName
{
color: #D88986;
}
.AnyTagClassName
{
color: #D88986;
}
</style>
background-color css
<style>
a { background-color: #D88986; }
a { background-color: rgb(216,137,134); }
div.DivClassName
{
background-color: #D88986;
}
.BgClassName
{
background-color: #D88986;
}
</style>
border-color css
<style>
span { border-color: #D88986; }
span { border-color: rgb(216,137,134); }
td.TdClassName
{
border-color: #D88986;
}
.TagClassName
{
border-color: #D88986;
}
</style>