Shades of My Pink #D98E7F
Tints of My Pink #D98E7F
RGB
CMYK
RGB Variations
Color information
#D98E7F (or 0xD98E7F) is known color: My Pink. HEX triplet: D9, 8E and 7F. RGB value is (217,142,127). Sum of RGB (Red+Green+Blue) = 217+142+127=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E7F is #267180. Grayscale: #A2A2A2. Windows color (decimal): -2519425 or 8359641. OLE color: 8359641.
HSL color Cylindrical-coordinate representation of color #D98E7F: hue angle of 10º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98E7F is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 127 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.15 |
| HSL | 10º | 0.54% | 0.67% | - |
| HSV(B) | 10º | 0.41% | 0.85% | - |
| XYZ | 42.12 | 35.63 | 24.74 | - |
| YUV | 162.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 127 | 0 | 0.35 | 0.41 | 0.15 | 10 | 0.54 | 0.67 |
| Hex | D9 | 8E | 7F | 0 | 23 | 29 | F | A | 36 | 43 |
| Octal | 331 | 216 | 177 | 0 | 43 | 51 | 17 | 12 | 66 | 103 |
| Binary | 11011001 | 10001110 | 1111111 | 0 | 100011 | 101001 | 1111 | 1010 | 110110 | 1000011 |
Color Harmonies of #D98E7F
Complementary color
Monochromatic Colors of #D98E7F
Black with #D98E7F
Text Example
Text Example
White with #D98E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E7F; }
p { color: rgb(217,142,127); }
H1.HeaderClassName
{
color: #D98E7F;
}
.AnyTagClassName
{
color: #D98E7F;
}
</style>
background-color css
<style>
a { background-color: #D98E7F; }
a { background-color: rgb(217,142,127); }
div.DivClassName
{
background-color: #D98E7F;
}
.BgClassName
{
background-color: #D98E7F;
}
</style>
border-color css
<style>
span { border-color: #D98E7F; }
span { border-color: rgb(217,142,127); }
td.TdClassName
{
border-color: #D98E7F;
}
.TagClassName
{
border-color: #D98E7F;
}
</style>