Shades of My Pink #D98F80
Tints of My Pink #D98F80
RGB
CMYK
RGB Variations
Color information
#D98F80 (or 0xD98F80) is known color: My Pink. HEX triplet: D9, 8F and 80. RGB value is (217,143,128). Sum of RGB (Red+Green+Blue) = 217+143+128=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98F80 is #26707F. Grayscale: #A3A3A3. Windows color (decimal): -2519168 or 8425433. OLE color: 8425433.
HSL color Cylindrical-coordinate representation of color #D98F80: hue angle of 10.11º 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 #D98F80 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 128 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.15 |
| HSL | 10.11º | 0.54% | 0.68% | - |
| HSV(B) | 10.11º | 0.41% | 0.85% | - |
| XYZ | 42.33 | 35.96 | 25.13 | - |
| YUV | 163.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 128 | 0 | 0.34 | 0.41 | 0.15 | 10.11 | 0.54 | 0.68 |
| Hex | D9 | 8F | 80 | 0 | 22 | 29 | F | A | 36 | 44 |
| Octal | 331 | 217 | 200 | 0 | 42 | 51 | 17 | 12 | 66 | 104 |
| Binary | 11011001 | 10001111 | 10000000 | 0 | 100010 | 101001 | 1111 | 1010 | 110110 | 1000100 |
Color Harmonies of #D98F80
Complementary color
Monochromatic Colors of #D98F80
Black with #D98F80
Text Example
Text Example
White with #D98F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F80; }
p { color: rgb(217,143,128); }
H1.HeaderClassName
{
color: #D98F80;
}
.AnyTagClassName
{
color: #D98F80;
}
</style>
background-color css
<style>
a { background-color: #D98F80; }
a { background-color: rgb(217,143,128); }
div.DivClassName
{
background-color: #D98F80;
}
.BgClassName
{
background-color: #D98F80;
}
</style>
border-color css
<style>
span { border-color: #D98F80; }
span { border-color: rgb(217,143,128); }
td.TdClassName
{
border-color: #D98F80;
}
.TagClassName
{
border-color: #D98F80;
}
</style>