#D1809B

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

Shades of Puce #D1809B

Tints of Puce #D1809B

Color information

#D1809B (or 0xD1809B) is unknown color: approx Puce. HEX triplet: D1, 80 and 9B. RGB value is (209,128,155). Sum of RGB (Red+Green+Blue) = 209+128+155=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1809B is #2E7F64. Grayscale: #9B9B9B. Windows color (decimal): -3047269 or 10191057. OLE color: 10191057.

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

Color convert

RGB209128155-
CMYK00.390.260.18
HSL340º46.82%66.08%-
HSV(B)340º38.76%81.96%-
XYZ39.9331.3634.96-
YUV155.3127.84166.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=42.48%
G=26.02%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912815500.390.260.1834046.8266.08
HexD1809B0271A121542f42
Octal321200233047322252457102
Binary110100011000000010011011010011111010100101010101001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1809B; }

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

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

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

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

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

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

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

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