#D1898D

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

Shades of Puce #D1898D

Tints of Puce #D1898D

Color information

#D1898D (or 0xD1898D) is unknown color: approx Puce. HEX triplet: D1, 89 and 8D. RGB value is (209,137,141). Sum of RGB (Red+Green+Blue) = 209+137+141=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1898D is #2E7672. Grayscale: #9F9F9F. Windows color (decimal): -3044979 or 9275857. OLE color: 9275857.

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

Color convert

RGB209137141-
CMYK00.340.330.18
HSL356.67º43.9%67.84%-
HSV(B)356.67º34.45%81.96%-
XYZ40.0533.3729.53-
YUV158.98117.85163.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=42.92%
G=28.13%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913714100.340.330.18356.6743.967.84
HexD1898D02221121652c44
Octal321211215042412254554104
Binary1101000110001001100011010100010100001100101011001011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1898D; }

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

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

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

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

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

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

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

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