Shades of My Pink #D98E89
Tints of My Pink #D98E89
RGB
CMYK
RGB Variations
Color information
#D98E89 (or 0xD98E89) is known color: My Pink. HEX triplet: D9, 8E and 89. RGB value is (217,142,137). Sum of RGB (Red+Green+Blue) = 217+142+137=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98E89 is #267176. Grayscale: #A3A3A3. Windows color (decimal): -2519415 or 9015001. OLE color: 9015001.
HSL color Cylindrical-coordinate representation of color #D98E89: hue angle of 3.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 #D98E89 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 137 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.15 |
| HSL | 3.75º | 0.51% | 0.69% | - |
| HSV(B) | 3.75º | 0.37% | 0.85% | - |
| XYZ | 42.8 | 35.9 | 28.34 | - |
| YUV | 163.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 137 | 0 | 0.35 | 0.37 | 0.15 | 3.75 | 0.51 | 0.69 |
| Hex | D9 | 8E | 89 | 0 | 23 | 25 | F | 4 | 33 | 45 |
| Octal | 331 | 216 | 211 | 0 | 43 | 45 | 17 | 4 | 63 | 105 |
| Binary | 11011001 | 10001110 | 10001001 | 0 | 100011 | 100101 | 1111 | 100 | 110011 | 1000101 |
Color Harmonies of #D98E89
Complementary color
Monochromatic Colors of #D98E89
Black with #D98E89
Text Example
Text Example
White with #D98E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E89; }
p { color: rgb(217,142,137); }
H1.HeaderClassName
{
color: #D98E89;
}
.AnyTagClassName
{
color: #D98E89;
}
</style>
background-color css
<style>
a { background-color: #D98E89; }
a { background-color: rgb(217,142,137); }
div.DivClassName
{
background-color: #D98E89;
}
.BgClassName
{
background-color: #D98E89;
}
</style>
border-color css
<style>
span { border-color: #D98E89; }
span { border-color: rgb(217,142,137); }
td.TdClassName
{
border-color: #D98E89;
}
.TagClassName
{
border-color: #D98E89;
}
</style>