#D17F9C

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

Shades of Puce #D17F9C

Tints of Puce #D17F9C

Color information

#D17F9C (or 0xD17F9C) is unknown color: approx Puce. HEX triplet: D1, 7F and 9C. RGB value is (209,127,156). Sum of RGB (Red+Green+Blue) = 209+127+156=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F9C is #2E8063. Grayscale: #9A9A9A. Windows color (decimal): -3047524 or 10256337. OLE color: 10256337.

HSL color Cylindrical-coordinate representation of color #D17F9C: hue angle of 338.78º 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 #D17F9C is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB209127156-
CMYK00.390.250.18
HSL338.78º47.13%65.88%-
HSV(B)338.78º39.23%81.96%-
XYZ39.8831.1335.36-
YUV154.82128.67166.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=42.48%
G=25.81%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912715600.390.250.18338.7847.1365.88
HexD17F9C02719121532f42
Octal321177234047312252357102
Binary11010001111111110011100010011111001100101010100111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F9C; }

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

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

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

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

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

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

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

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