#D1878D

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

Shades of Puce #D1878D

Tints of Puce #D1878D

Color information

#D1878D (or 0xD1878D) is unknown color: approx Puce. HEX triplet: D1, 87 and 8D. RGB value is (209,135,141). Sum of RGB (Red+Green+Blue) = 209+135+141=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1878D is #2E7872. Grayscale: #9D9D9D. Windows color (decimal): -3045491 or 9275345. OLE color: 9275345.

HSL color Cylindrical-coordinate representation of color #D1878D: hue angle of 355.14º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1878D is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB209135141-
CMYK00.350.330.18
HSL355.14º44.58%67.45%-
HSV(B)355.14º35.41%81.96%-
XYZ39.7732.8129.44-
YUV157.81118.52164.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=43.09%
G=27.84%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913514100.350.330.18355.1444.5867.45
HexD1878D02321121632d43
Octal321207215043412254355103
Binary1101000110000111100011010100011100001100101011000111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1878D; }

 p { color: rgb(209,135,141); }

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

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

 a { background-color: rgb(209,135,141); }

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

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

 span { border-color: rgb(209,135,141); }

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