#D1858D

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

Shades of Puce #D1858D

Tints of Puce #D1858D

Color information

#D1858D (or 0xD1858D) is unknown color: approx Puce. HEX triplet: D1, 85 and 8D. RGB value is (209,133,141). Sum of RGB (Red+Green+Blue) = 209+133+141=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1858D is #2E7A72. Grayscale: #9C9C9C. Windows color (decimal): -3046003 or 9274833. OLE color: 9274833.

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

Color convert

RGB209133141-
CMYK00.360.330.18
HSL353.68º45.24%67.06%-
HSV(B)353.68º36.36%81.96%-
XYZ39.4932.2529.34-
YUV156.64119.18165.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=43.27%
G=27.54%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913314100.360.330.18353.6845.2467.06
HexD1858D02421121622d43
Octal321205215044412254255103
Binary1101000110000101100011010100100100001100101011000101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1858D; }

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

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

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

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

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

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

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

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