Shades of My Pink #D9947F
Tints of My Pink #D9947F
RGB
CMYK
RGB Variations
Color information
#D9947F (or 0xD9947F) is known color: My Pink. HEX triplet: D9, 94 and 7F. RGB value is (217,148,127). Sum of RGB (Red+Green+Blue) = 217+148+127=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9947F is #266B80. Grayscale: #A6A6A6. Windows color (decimal): -2517889 or 8361177. OLE color: 8361177.
HSL color Cylindrical-coordinate representation of color #D9947F: hue angle of 14º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9947F is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 127 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.15 |
| HSL | 14º | 0.54% | 0.67% | - |
| HSV(B) | 14º | 0.41% | 0.85% | - |
| XYZ | 43.04 | 37.46 | 25.04 | - |
| YUV | 166.24 | 105.86 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 127 | 0 | 0.32 | 0.41 | 0.15 | 14 | 0.54 | 0.67 |
| Hex | D9 | 94 | 7F | 0 | 20 | 29 | F | E | 36 | 43 |
| Octal | 331 | 224 | 177 | 0 | 40 | 51 | 17 | 16 | 66 | 103 |
| Binary | 11011001 | 10010100 | 1111111 | 0 | 100000 | 101001 | 1111 | 1110 | 110110 | 1000011 |
Color Harmonies of #D9947F
Complementary color
Monochromatic Colors of #D9947F
Black with #D9947F
Text Example
Text Example
White with #D9947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9947F; }
p { color: rgb(217,148,127); }
H1.HeaderClassName
{
color: #D9947F;
}
.AnyTagClassName
{
color: #D9947F;
}
</style>
background-color css
<style>
a { background-color: #D9947F; }
a { background-color: rgb(217,148,127); }
div.DivClassName
{
background-color: #D9947F;
}
.BgClassName
{
background-color: #D9947F;
}
</style>
border-color css
<style>
span { border-color: #D9947F; }
span { border-color: rgb(217,148,127); }
td.TdClassName
{
border-color: #D9947F;
}
.TagClassName
{
border-color: #D9947F;
}
</style>