Shades of My Pink #D99681
Tints of My Pink #D99681
RGB
CMYK
RGB Variations
Color information
#D99681 (or 0xD99681) is known color: My Pink. HEX triplet: D9, 96 and 81. RGB value is (217,150,129). Sum of RGB (Red+Green+Blue) = 217+150+129=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D99681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99681 is #26697E. Grayscale: #A7A7A7. Windows color (decimal): -2517375 or 8492761. OLE color: 8492761.
HSL color Cylindrical-coordinate representation of color #D99681: hue angle of 14.32º 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 #D99681 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 129 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.15 |
| HSL | 14.32º | 0.54% | 0.68% | - |
| HSV(B) | 14.32º | 0.41% | 0.85% | - |
| XYZ | 43.48 | 38.15 | 25.84 | - |
| YUV | 167.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 129 | 0 | 0.31 | 0.41 | 0.15 | 14.32 | 0.54 | 0.68 |
| Hex | D9 | 96 | 81 | 0 | 1F | 29 | F | E | 36 | 44 |
| Octal | 331 | 226 | 201 | 0 | 37 | 51 | 17 | 16 | 66 | 104 |
| Binary | 11011001 | 10010110 | 10000001 | 0 | 11111 | 101001 | 1111 | 1110 | 110110 | 1000100 |
Color Harmonies of #D99681
Complementary color
Monochromatic Colors of #D99681
Black with #D99681
Text Example
Text Example
White with #D99681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99681; }
p { color: rgb(217,150,129); }
H1.HeaderClassName
{
color: #D99681;
}
.AnyTagClassName
{
color: #D99681;
}
</style>
background-color css
<style>
a { background-color: #D99681; }
a { background-color: rgb(217,150,129); }
div.DivClassName
{
background-color: #D99681;
}
.BgClassName
{
background-color: #D99681;
}
</style>
border-color css
<style>
span { border-color: #D99681; }
span { border-color: rgb(217,150,129); }
td.TdClassName
{
border-color: #D99681;
}
.TagClassName
{
border-color: #D99681;
}
</style>