Shades of My Pink #D88D89
Tints of My Pink #D88D89
RGB
CMYK
RGB Variations
Color information
#D88D89 (or 0xD88D89) is known color: My Pink. HEX triplet: D8, 8D and 89. RGB value is (216,141,137). Sum of RGB (Red+Green+Blue) = 216+141+137=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88D89 is #277276. Grayscale: #A3A3A3. Windows color (decimal): -2585207 or 9014744. OLE color: 9014744.
HSL color Cylindrical-coordinate representation of color #D88D89: hue angle of 3.04º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D88D89 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 141 | 137 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.15 |
| HSL | 3.04º | 0.5% | 0.69% | - |
| HSV(B) | 3.04º | 0.37% | 0.85% | - |
| XYZ | 42.36 | 35.45 | 28.28 | - |
| YUV | 162.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 137 | 0 | 0.35 | 0.37 | 0.15 | 3.04 | 0.5 | 0.69 |
| Hex | D8 | 8D | 89 | 0 | 23 | 25 | F | 3 | 32 | 45 |
| Octal | 330 | 215 | 211 | 0 | 43 | 45 | 17 | 3 | 62 | 105 |
| Binary | 11011000 | 10001101 | 10001001 | 0 | 100011 | 100101 | 1111 | 11 | 110010 | 1000101 |
Color Harmonies of #D88D89
Complementary color
Monochromatic Colors of #D88D89
Black with #D88D89
Text Example
Text Example
White with #D88D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88D89; }
p { color: rgb(216,141,137); }
H1.HeaderClassName
{
color: #D88D89;
}
.AnyTagClassName
{
color: #D88D89;
}
</style>
background-color css
<style>
a { background-color: #D88D89; }
a { background-color: rgb(216,141,137); }
div.DivClassName
{
background-color: #D88D89;
}
.BgClassName
{
background-color: #D88D89;
}
</style>
border-color css
<style>
span { border-color: #D88D89; }
span { border-color: rgb(216,141,137); }
td.TdClassName
{
border-color: #D88D89;
}
.TagClassName
{
border-color: #D88D89;
}
</style>