#D1809E

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

Shades of Puce #D1809E

Tints of Puce #D1809E

Color information

#D1809E (or 0xD1809E) is unknown color: approx Puce. HEX triplet: D1, 80 and 9E. RGB value is (209,128,158). Sum of RGB (Red+Green+Blue) = 209+128+158=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1809E is #2E7F61. Grayscale: #9B9B9B. Windows color (decimal): -3047266 or 10387665. OLE color: 10387665.

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

Color convert

RGB209128158-
CMYK00.390.240.18
HSL337.78º46.82%66.08%-
HSV(B)337.78º38.76%81.96%-
XYZ40.1931.4636.3-
YUV155.64129.34166.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=42.22%
G=25.86%
B=31.92%

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
Decimal20912815800.390.240.18337.7846.8266.08
HexD1809E02718121522f42
Octal321200236047302252257102
Binary110100011000000010011110010011111000100101010100101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1809E; }

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

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

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

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

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

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

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

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