#D0829E

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

Shades of Puce #D0829E

Tints of Puce #D0829E

Color information

#D0829E (or 0xD0829E) is unknown color: approx Puce. HEX triplet: D0, 82 and 9E. RGB value is (208,130,158). Sum of RGB (Red+Green+Blue) = 208+130+158=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0829E is #2F7D61. Grayscale: #9C9C9C. Windows color (decimal): -3112290 or 10388176. OLE color: 10388176.

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

Color convert

RGB208130158-
CMYK00.380.240.18
HSL338.46º45.35%66.27%-
HSV(B)338.46º37.5%81.57%-
XYZ40.1731.8436.38-
YUV156.51128.84164.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.94%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=41.94%
G=26.21%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813015800.380.240.18338.4645.3566.27
HexD0829E02618121522d42
Octal320202236046302252255102
Binary110100001000001010011110010011011000100101010100101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0829E; }

 p { color: rgb(208,130,158); }

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

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

 a { background-color: rgb(208,130,158); }

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

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

 span { border-color: rgb(208,130,158); }

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