#D1809A

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

Shades of Puce #D1809A

Tints of Puce #D1809A

Color information

#D1809A (or 0xD1809A) is unknown color: approx Puce. HEX triplet: D1, 80 and 9A. RGB value is (209,128,154). Sum of RGB (Red+Green+Blue) = 209+128+154=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D1809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1809A is #2E7F65. Grayscale: #9B9B9B. Windows color (decimal): -3047270 or 10125521. OLE color: 10125521.

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

Color convert

RGB209128154-
CMYK00.390.260.18
HSL340.74º46.82%66.08%-
HSV(B)340.74º38.76%81.96%-
XYZ39.8531.3334.52-
YUV155.18127.34166.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=42.57%
G=26.07%
B=31.36%

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
Decimal20912815400.390.260.18340.7446.8266.08
HexD1809A0271A121552f42
Octal321200232047322252557102
Binary110100011000000010011010010011111010100101010101011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1809A; }

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

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

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

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

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

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

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

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