Shades of My Pink #D89187
Tints of My Pink #D89187
RGB
CMYK
RGB Variations
Color information
#D89187 (or 0xD89187) is known color: My Pink. HEX triplet: D8, 91 and 87. RGB value is (216,145,135). Sum of RGB (Red+Green+Blue) = 216+145+135=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D89187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89187 is #276E78. Grayscale: #A5A5A5. Windows color (decimal): -2584185 or 8884696. OLE color: 8884696.
HSL color Cylindrical-coordinate representation of color #D89187: hue angle of 7.41º 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 #D89187 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 135 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.15 |
| HSL | 7.41º | 0.51% | 0.69% | - |
| HSV(B) | 7.41º | 0.38% | 0.85% | - |
| XYZ | 42.82 | 36.6 | 27.73 | - |
| YUV | 165.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 135 | 0 | 0.33 | 0.38 | 0.15 | 7.41 | 0.51 | 0.69 |
| Hex | D8 | 91 | 87 | 0 | 21 | 26 | F | 7 | 33 | 45 |
| Octal | 330 | 221 | 207 | 0 | 41 | 46 | 17 | 7 | 63 | 105 |
| Binary | 11011000 | 10010001 | 10000111 | 0 | 100001 | 100110 | 1111 | 111 | 110011 | 1000101 |
Color Harmonies of #D89187
Complementary color
Monochromatic Colors of #D89187
Black with #D89187
Text Example
Text Example
White with #D89187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89187; }
p { color: rgb(216,145,135); }
H1.HeaderClassName
{
color: #D89187;
}
.AnyTagClassName
{
color: #D89187;
}
</style>
background-color css
<style>
a { background-color: #D89187; }
a { background-color: rgb(216,145,135); }
div.DivClassName
{
background-color: #D89187;
}
.BgClassName
{
background-color: #D89187;
}
</style>
border-color css
<style>
span { border-color: #D89187; }
span { border-color: rgb(216,145,135); }
td.TdClassName
{
border-color: #D89187;
}
.TagClassName
{
border-color: #D89187;
}
</style>