#D080A3

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

Shades of Puce #D080A3

Tints of Puce #D080A3

Color information

#D080A3 (or 0xD080A3) is unknown color: approx Puce. HEX triplet: D0, 80 and A3. RGB value is (208,128,163). Sum of RGB (Red+Green+Blue) = 208+128+163=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D080A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D080A3 is #2F7F5C. Grayscale: #9B9B9B. Windows color (decimal): -3112797 or 10715344. OLE color: 10715344.

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

Color convert

RGB208128163-
CMYK00.380.220.18
HSL333.75º45.98%65.88%-
HSV(B)333.75º38.46%81.57%-
XYZ40.3431.4938.6-
YUV155.91132165.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 163 (64.06% from 255) = 32.67%
R=41.68%
G=25.65%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812816300.380.220.18333.7545.9865.88
HexD080A3026161214e2e42
Octal320200243046262251656102
Binary110100001000000010100011010011010110100101010011101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080A3; }

 p { color: rgb(208,128,163); }

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

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

 a { background-color: rgb(208,128,163); }

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

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

 span { border-color: rgb(208,128,163); }

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