#D9947F

Color #D9947F My Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Pink #D9947F

Tints of My Pink #D9947F

Color information

#D9947F (or 0xD9947F) is unknown color: approx 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

RGB217148127-
CMYK00.320.410.15
HSL14º54.22%67.45%-
HSV(B)14º41.47%85.1%-
XYZ43.0437.4625.04-
YUV166.24105.86164.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 44.11%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 127 (50% from 255) = 25.81%
R=44.11%
G=30.08%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714812700.320.410.151454.2267.45
HexD9947F02029Fe3643
Octal33122417704051171666103
Binary110110011001010011111110100000101001111111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>