#D1898F

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

Shades of Puce #D1898F

Tints of Puce #D1898F

Color information

#D1898F (or 0xD1898F) is unknown color: approx Puce. HEX triplet: D1, 89 and 8F. RGB value is (209,137,143). Sum of RGB (Red+Green+Blue) = 209+137+143=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D1898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1898F is #2E7670. Grayscale: #9F9F9F. Windows color (decimal): -3044977 or 9406929. OLE color: 9406929.

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

Color convert

RGB209137143-
CMYK00.340.320.18
HSL355º43.9%67.84%-
HSV(B)355º34.45%81.96%-
XYZ40.233.4330.32-
YUV159.21118.85163.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.74%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 143 (56.25% from 255) = 29.24%
R=42.74%
G=28.02%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913714300.340.320.1835543.967.84
HexD1898F02220121632c44
Octal321211217042402254354104
Binary1101000110001001100011110100010100000100101011000111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1898F; }

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

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

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

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

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

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

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

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