#D1809D

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

Shades of Puce #D1809D

Tints of Puce #D1809D

Color information

#D1809D (or 0xD1809D) is unknown color: approx Puce. HEX triplet: D1, 80 and 9D. RGB value is (209,128,157). Sum of RGB (Red+Green+Blue) = 209+128+157=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1809D is #2E7F62. Grayscale: #9B9B9B. Windows color (decimal): -3047267 or 10322129. OLE color: 10322129.

HSL color Cylindrical-coordinate representation of color #D1809D: hue angle of 338.52º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1809D is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB209128157-
CMYK00.390.250.18
HSL338.52º46.82%66.08%-
HSV(B)338.52º38.76%81.96%-
XYZ40.131.4335.85-
YUV155.52128.84166.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.31%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=42.31%
G=25.91%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912815700.390.250.18338.5246.8266.08
HexD1809D02719121532f42
Octal321200235047312252357102
Binary110100011000000010011101010011111001100101010100111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1809D; }

 p { color: rgb(209,128,157); }

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

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

 a { background-color: rgb(209,128,157); }

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

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

 span { border-color: rgb(209,128,157); }

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