#D17E97

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

Shades of Puce #D17E97

Tints of Puce #D17E97

Color information

#D17E97 (or 0xD17E97) is unknown color: approx Puce. HEX triplet: D1, 7E and 97. RGB value is (209,126,151). Sum of RGB (Red+Green+Blue) = 209+126+151=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17E97 is #2E8168. Grayscale: #999999. Windows color (decimal): -3047785 or 9928401. OLE color: 9928401.

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

Color convert

RGB209126151-
CMYK00.400.280.18
HSL341.93º47.43%65.69%-
HSV(B)341.93º39.71%81.96%-
XYZ39.3430.7133.13-
YUV153.67126.5167.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=43.00%
G=25.93%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912615100.400.280.18341.9347.4365.69
HexD17E970281C121562f42
Octal321176227050342252657102
Binary11010001111111010010111010100011100100101010101101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17E97; }

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

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

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

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

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

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

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

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