#D17F94

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

Shades of Puce #D17F94

Tints of Puce #D17F94

Color information

#D17F94 (or 0xD17F94) is unknown color: approx Puce. HEX triplet: D1, 7F and 94. RGB value is (209,127,148). Sum of RGB (Red+Green+Blue) = 209+127+148=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F94 is #2E806B. Grayscale: #999999. Windows color (decimal): -3047532 or 9732049. OLE color: 9732049.

HSL color Cylindrical-coordinate representation of color #D17F94: hue angle of 344.63º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17F94 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209127148-
CMYK00.390.290.18
HSL344.63º47.13%65.88%-
HSV(B)344.63º39.23%81.96%-
XYZ39.2330.8731.91-
YUV153.91124.67167.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=43.18%
G=26.24%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912714800.390.290.18344.6347.1365.88
HexD17F940271D121592f42
Octal321177224047352253157102
Binary11010001111111110010100010011111101100101010110011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F94; }

 p { color: rgb(209,127,148); }

 H1.HeaderClassName
 {
   color: #D17F94;
 }
 .AnyTagClassName
 {
   color: #D17F94;
 }
</style>
background-color css

<style>
 a { background-color: #D17F94; }

 a { background-color: rgb(209,127,148); }

 div.DivClassName
 {
   background-color: #D17F94;
 }
 .BgClassName
 {
   background-color: #D17F94;
 }
</style>
border-color css

<style>
 span { border-color: #D17F94; }

 span { border-color: rgb(209,127,148); }

 td.TdClassName
 {
   border-color: #D17F94;
 }
 .TagClassName
 {
   border-color: #D17F94;
 }
</style>