#D17F96

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

Shades of Puce #D17F96

Tints of Puce #D17F96

Color information

#D17F96 (or 0xD17F96) is unknown color: approx Puce. HEX triplet: D1, 7F and 96. RGB value is (209,127,150). Sum of RGB (Red+Green+Blue) = 209+127+150=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F96 is #2E8069. Grayscale: #9A9A9A. Windows color (decimal): -3047530 or 9863121. OLE color: 9863121.

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

Color convert

RGB209127150-
CMYK00.390.280.18
HSL343.17º47.13%65.88%-
HSV(B)343.17º39.23%81.96%-
XYZ39.3930.9432.75-
YUV154.14125.67167.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=43.00%
G=26.13%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912715000.390.280.18343.1747.1365.88
HexD17F960271C121572f42
Octal321177226047342252757102
Binary11010001111111110010110010011111100100101010101111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F96; }

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

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

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

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

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

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

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

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