Shades of My Pink #D98F81
Tints of My Pink #D98F81
RGB
CMYK
RGB Variations
Color information
#D98F81 (or 0xD98F81) is known color: My Pink. HEX triplet: D9, 8F and 81. RGB value is (217,143,129). Sum of RGB (Red+Green+Blue) = 217+143+129=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98F81 is #26707E. Grayscale: #A3A3A3. Windows color (decimal): -2519167 or 8490969. OLE color: 8490969.
HSL color Cylindrical-coordinate representation of color #D98F81: hue angle of 9.55º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98F81 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 129 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.15 |
| HSL | 9.55º | 0.54% | 0.68% | - |
| HSV(B) | 9.55º | 0.41% | 0.85% | - |
| XYZ | 42.4 | 35.98 | 25.48 | - |
| YUV | 163.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 129 | 0 | 0.34 | 0.41 | 0.15 | 9.55 | 0.54 | 0.68 |
| Hex | D9 | 8F | 81 | 0 | 22 | 29 | F | A | 36 | 44 |
| Octal | 331 | 217 | 201 | 0 | 42 | 51 | 17 | 12 | 66 | 104 |
| Binary | 11011001 | 10001111 | 10000001 | 0 | 100010 | 101001 | 1111 | 1010 | 110110 | 1000100 |
Color Harmonies of #D98F81
Complementary color
Monochromatic Colors of #D98F81
Black with #D98F81
Text Example
Text Example
White with #D98F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F81; }
p { color: rgb(217,143,129); }
H1.HeaderClassName
{
color: #D98F81;
}
.AnyTagClassName
{
color: #D98F81;
}
</style>
background-color css
<style>
a { background-color: #D98F81; }
a { background-color: rgb(217,143,129); }
div.DivClassName
{
background-color: #D98F81;
}
.BgClassName
{
background-color: #D98F81;
}
</style>
border-color css
<style>
span { border-color: #D98F81; }
span { border-color: rgb(217,143,129); }
td.TdClassName
{
border-color: #D98F81;
}
.TagClassName
{
border-color: #D98F81;
}
</style>