#D17E9A

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

Shades of Puce #D17E9A

Tints of Puce #D17E9A

Color information

#D17E9A (or 0xD17E9A) is unknown color: approx Puce. HEX triplet: D1, 7E and 9A. RGB value is (209,126,154). Sum of RGB (Red+Green+Blue) = 209+126+154=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17E9A is #2E8165. Grayscale: #999999. Windows color (decimal): -3047782 or 10125009. OLE color: 10125009.

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

Color convert

RGB209126154-
CMYK00.400.260.18
HSL339.76º47.43%65.69%-
HSV(B)339.76º39.71%81.96%-
XYZ39.5930.8134.43-
YUV154.01128167.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.74%
GREEN value IS 126 (49.61% from 255) = 25.77%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=42.74%
G=25.77%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912615400.400.260.18339.7647.4365.69
HexD17E9A0281A121542f42
Octal321176232050322252457102
Binary11010001111111010011010010100011010100101010101001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17E9A; }

 p { color: rgb(209,126,154); }

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

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

 a { background-color: rgb(209,126,154); }

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

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

 span { border-color: rgb(209,126,154); }

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