Shades of My Pink #D98F88
Tints of My Pink #D98F88
RGB
CMYK
RGB Variations
Color information
#D98F88 (or 0xD98F88) is known color: My Pink. HEX triplet: D9, 8F and 88. RGB value is (217,143,136). Sum of RGB (Red+Green+Blue) = 217+143+136=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98F88 is #267077. Grayscale: #A4A4A4. Windows color (decimal): -2519160 or 8949721. OLE color: 8949721.
HSL color Cylindrical-coordinate representation of color #D98F88: hue angle of 5.19º degrees, saturation: 0.52, 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 #D98F88 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 136 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.15 |
| HSL | 5.19º | 0.52% | 0.69% | - |
| HSV(B) | 5.19º | 0.37% | 0.85% | - |
| XYZ | 42.88 | 36.17 | 28.01 | - |
| YUV | 164.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 136 | 0 | 0.34 | 0.37 | 0.15 | 5.19 | 0.52 | 0.69 |
| Hex | D9 | 8F | 88 | 0 | 22 | 25 | F | 5 | 34 | 45 |
| Octal | 331 | 217 | 210 | 0 | 42 | 45 | 17 | 5 | 64 | 105 |
| Binary | 11011001 | 10001111 | 10001000 | 0 | 100010 | 100101 | 1111 | 101 | 110100 | 1000101 |
Color Harmonies of #D98F88
Complementary color
Monochromatic Colors of #D98F88
Black with #D98F88
Text Example
Text Example
White with #D98F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F88; }
p { color: rgb(217,143,136); }
H1.HeaderClassName
{
color: #D98F88;
}
.AnyTagClassName
{
color: #D98F88;
}
</style>
background-color css
<style>
a { background-color: #D98F88; }
a { background-color: rgb(217,143,136); }
div.DivClassName
{
background-color: #D98F88;
}
.BgClassName
{
background-color: #D98F88;
}
</style>
border-color css
<style>
span { border-color: #D98F88; }
span { border-color: rgb(217,143,136); }
td.TdClassName
{
border-color: #D98F88;
}
.TagClassName
{
border-color: #D98F88;
}
</style>