Shades of My Pink #D99486
Tints of My Pink #D99486
RGB
CMYK
RGB Variations
Color information
#D99486 (or 0xD99486) is known color: My Pink. HEX triplet: D9, 94 and 86. RGB value is (217,148,134). Sum of RGB (Red+Green+Blue) = 217+148+134=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D99486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99486 is #266B79. Grayscale: #A7A7A7. Windows color (decimal): -2517882 or 8819929. OLE color: 8819929.
HSL color Cylindrical-coordinate representation of color #D99486: hue angle of 10.12º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D99486 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 134 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.15 |
| HSL | 10.12º | 0.52% | 0.69% | - |
| HSV(B) | 10.12º | 0.38% | 0.85% | - |
| XYZ | 43.51 | 37.65 | 27.53 | - |
| YUV | 167.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 134 | 0 | 0.32 | 0.38 | 0.15 | 10.12 | 0.52 | 0.69 |
| Hex | D9 | 94 | 86 | 0 | 20 | 26 | F | A | 34 | 45 |
| Octal | 331 | 224 | 206 | 0 | 40 | 46 | 17 | 12 | 64 | 105 |
| Binary | 11011001 | 10010100 | 10000110 | 0 | 100000 | 100110 | 1111 | 1010 | 110100 | 1000101 |
Color Harmonies of #D99486
Complementary color
Monochromatic Colors of #D99486
Black with #D99486
Text Example
Text Example
White with #D99486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99486; }
p { color: rgb(217,148,134); }
H1.HeaderClassName
{
color: #D99486;
}
.AnyTagClassName
{
color: #D99486;
}
</style>
background-color css
<style>
a { background-color: #D99486; }
a { background-color: rgb(217,148,134); }
div.DivClassName
{
background-color: #D99486;
}
.BgClassName
{
background-color: #D99486;
}
</style>
border-color css
<style>
span { border-color: #D99486; }
span { border-color: rgb(217,148,134); }
td.TdClassName
{
border-color: #D99486;
}
.TagClassName
{
border-color: #D99486;
}
</style>