#D1809F

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

Shades of Puce #D1809F

Tints of Puce #D1809F

Color information

#D1809F (or 0xD1809F) is unknown color: approx Puce. HEX triplet: D1, 80 and 9F. RGB value is (209,128,159). Sum of RGB (Red+Green+Blue) = 209+128+159=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1809F is #2E7F60. Grayscale: #9B9B9B. Windows color (decimal): -3047265 or 10453201. OLE color: 10453201.

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

Color convert

RGB209128159-
CMYK00.390.240.18
HSL337.04º46.82%66.08%-
HSV(B)337.04º38.76%81.96%-
XYZ40.2731.536.76-
YUV155.75129.84165.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.14%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=42.14%
G=25.81%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912815900.390.240.18337.0446.8266.08
HexD1809F02718121512f42
Octal321200237047302252157102
Binary110100011000000010011111010011111000100101010100011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1809F; }

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

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

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

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

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

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

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

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