Shades of My Pink #D88F86
Tints of My Pink #D88F86
RGB
CMYK
RGB Variations
Color information
#D88F86 (or 0xD88F86) is known color: My Pink. HEX triplet: D8, 8F and 86. RGB value is (216,143,134). Sum of RGB (Red+Green+Blue) = 216+143+134=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88F86 is #277079. Grayscale: #A3A3A3. Windows color (decimal): -2584698 or 8818648. OLE color: 8818648.
HSL color Cylindrical-coordinate representation of color #D88F86: hue angle of 6.59º 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 #D88F86 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 134 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.15 |
| HSL | 6.59º | 0.51% | 0.69% | - |
| HSV(B) | 6.59º | 0.38% | 0.85% | - |
| XYZ | 42.44 | 35.97 | 27.26 | - |
| YUV | 163.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 134 | 0 | 0.34 | 0.38 | 0.15 | 6.59 | 0.51 | 0.69 |
| Hex | D8 | 8F | 86 | 0 | 22 | 26 | F | 7 | 33 | 45 |
| Octal | 330 | 217 | 206 | 0 | 42 | 46 | 17 | 7 | 63 | 105 |
| Binary | 11011000 | 10001111 | 10000110 | 0 | 100010 | 100110 | 1111 | 111 | 110011 | 1000101 |
Color Harmonies of #D88F86
Complementary color
Monochromatic Colors of #D88F86
Black with #D88F86
Text Example
Text Example
White with #D88F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88F86; }
p { color: rgb(216,143,134); }
H1.HeaderClassName
{
color: #D88F86;
}
.AnyTagClassName
{
color: #D88F86;
}
</style>
background-color css
<style>
a { background-color: #D88F86; }
a { background-color: rgb(216,143,134); }
div.DivClassName
{
background-color: #D88F86;
}
.BgClassName
{
background-color: #D88F86;
}
</style>
border-color css
<style>
span { border-color: #D88F86; }
span { border-color: rgb(216,143,134); }
td.TdClassName
{
border-color: #D88F86;
}
.TagClassName
{
border-color: #D88F86;
}
</style>