#D17F93

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

Shades of Puce #D17F93

Tints of Puce #D17F93

Color information

#D17F93 (or 0xD17F93) is unknown color: approx Puce. HEX triplet: D1, 7F and 93. RGB value is (209,127,147). Sum of RGB (Red+Green+Blue) = 209+127+147=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F93 is #2E806C. Grayscale: #999999. Windows color (decimal): -3047533 or 9666513. OLE color: 9666513.

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

Color convert

RGB209127147-
CMYK00.390.300.18
HSL345.37º47.13%65.88%-
HSV(B)345.37º39.23%81.96%-
XYZ39.1530.8431.49-
YUV153.8124.17167.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=43.27%
G=26.29%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912714700.390.300.18345.3747.1365.88
HexD17F930271E121592f42
Octal321177223047362253157102
Binary11010001111111110010011010011111110100101010110011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F93; }

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

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

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

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

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

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

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

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