Shades of My Pink #D89188
Tints of My Pink #D89188
RGB
CMYK
RGB Variations
Color information
#D89188 (or 0xD89188) is known color: My Pink. HEX triplet: D8, 91 and 88. RGB value is (216,145,136). Sum of RGB (Red+Green+Blue) = 216+145+136=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D89188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89188 is #276E77. Grayscale: #A5A5A5. Windows color (decimal): -2584184 or 8950232. OLE color: 8950232.
HSL color Cylindrical-coordinate representation of color #D89188: hue angle of 6.75º degrees, saturation: 0.51, 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 #D89188 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 136 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.15 |
| HSL | 6.75º | 0.51% | 0.69% | - |
| HSV(B) | 6.75º | 0.37% | 0.85% | - |
| XYZ | 42.89 | 36.63 | 28.1 | - |
| YUV | 165.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 136 | 0 | 0.33 | 0.37 | 0.15 | 6.75 | 0.51 | 0.69 |
| Hex | D8 | 91 | 88 | 0 | 21 | 25 | F | 7 | 33 | 45 |
| Octal | 330 | 221 | 210 | 0 | 41 | 45 | 17 | 7 | 63 | 105 |
| Binary | 11011000 | 10010001 | 10001000 | 0 | 100001 | 100101 | 1111 | 111 | 110011 | 1000101 |
Color Harmonies of #D89188
Complementary color
Monochromatic Colors of #D89188
Black with #D89188
Text Example
Text Example
White with #D89188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89188; }
p { color: rgb(216,145,136); }
H1.HeaderClassName
{
color: #D89188;
}
.AnyTagClassName
{
color: #D89188;
}
</style>
background-color css
<style>
a { background-color: #D89188; }
a { background-color: rgb(216,145,136); }
div.DivClassName
{
background-color: #D89188;
}
.BgClassName
{
background-color: #D89188;
}
</style>
border-color css
<style>
span { border-color: #D89188; }
span { border-color: rgb(216,145,136); }
td.TdClassName
{
border-color: #D89188;
}
.TagClassName
{
border-color: #D89188;
}
</style>