Shades of My Pink #D98981
Tints of My Pink #D98981
RGB
CMYK
RGB Variations
Color information
#D98981 (or 0xD98981) is known color: My Pink. HEX triplet: D9, 89 and 81. RGB value is (217,137,129). Sum of RGB (Red+Green+Blue) = 217+137+129=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D98981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98981 is #26767E. Grayscale: #A0A0A0. Windows color (decimal): -2520703 or 8489433. OLE color: 8489433.
HSL color Cylindrical-coordinate representation of color #D98981: hue angle of 5.45º 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 #D98981 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 129 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.15 |
| HSL | 5.45º | 0.54% | 0.68% | - |
| HSV(B) | 5.45º | 0.41% | 0.85% | - |
| XYZ | 41.52 | 34.23 | 25.19 | - |
| YUV | 160.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 129 | 0 | 0.37 | 0.41 | 0.15 | 5.45 | 0.54 | 0.68 |
| Hex | D9 | 89 | 81 | 0 | 25 | 29 | F | 5 | 36 | 44 |
| Octal | 331 | 211 | 201 | 0 | 45 | 51 | 17 | 5 | 66 | 104 |
| Binary | 11011001 | 10001001 | 10000001 | 0 | 100101 | 101001 | 1111 | 101 | 110110 | 1000100 |
Color Harmonies of #D98981
Complementary color
Monochromatic Colors of #D98981
Black with #D98981
Text Example
Text Example
White with #D98981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98981; }
p { color: rgb(217,137,129); }
H1.HeaderClassName
{
color: #D98981;
}
.AnyTagClassName
{
color: #D98981;
}
</style>
background-color css
<style>
a { background-color: #D98981; }
a { background-color: rgb(217,137,129); }
div.DivClassName
{
background-color: #D98981;
}
.BgClassName
{
background-color: #D98981;
}
</style>
border-color css
<style>
span { border-color: #D98981; }
span { border-color: rgb(217,137,129); }
td.TdClassName
{
border-color: #D98981;
}
.TagClassName
{
border-color: #D98981;
}
</style>