#D0839E

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

Shades of Puce #D0839E

Tints of Puce #D0839E

Color information

#D0839E (or 0xD0839E) is unknown color: approx Puce. HEX triplet: D0, 83 and 9E. RGB value is (208,131,158). Sum of RGB (Red+Green+Blue) = 208+131+158=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0839E is #2F7C61. Grayscale: #9D9D9D. Windows color (decimal): -3112034 or 10388432. OLE color: 10388432.

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

Color convert

RGB208131158-
CMYK00.370.240.18
HSL338.96º45.03%66.47%-
HSV(B)338.96º37.02%81.57%-
XYZ40.332.1136.42-
YUV157.1128.51164.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=41.85%
G=26.36%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813115800.370.240.18338.9645.0366.47
HexD0839E02518121532d42
Octal320203236045302252355102
Binary110100001000001110011110010010111000100101010100111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0839E; }

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

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

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

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

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

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

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

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