#D1868F

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

Shades of Puce #D1868F

Tints of Puce #D1868F

Color information

#D1868F (or 0xD1868F) is unknown color: approx Puce. HEX triplet: D1, 86 and 8F. RGB value is (209,134,143). Sum of RGB (Red+Green+Blue) = 209+134+143=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1868F is #2E7970. Grayscale: #9D9D9D. Windows color (decimal): -3045745 or 9406161. OLE color: 9406161.

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

Color convert

RGB209134143-
CMYK00.360.320.18
HSL352.8º44.91%67.25%-
HSV(B)352.8º35.89%81.96%-
XYZ39.7832.5930.18-
YUV157.45119.85164.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=43.00%
G=27.57%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913414300.360.320.18352.844.9167.25
HexD1868F02420121612d43
Octal321206217044402254155103
Binary1101000110000110100011110100100100000100101011000011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1868F; }

 p { color: rgb(209,134,143); }

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

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

 a { background-color: rgb(209,134,143); }

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

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

 span { border-color: rgb(209,134,143); }

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