#D0839B

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

Shades of Puce #D0839B

Tints of Puce #D0839B

Color information

#D0839B (or 0xD0839B) is unknown color: approx Puce. HEX triplet: D0, 83 and 9B. RGB value is (208,131,155). Sum of RGB (Red+Green+Blue) = 208+131+155=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0839B is #2F7C64. Grayscale: #9C9C9C. Windows color (decimal): -3112037 or 10191824. OLE color: 10191824.

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

Color convert

RGB208131155-
CMYK00.370.250.18
HSL341.3º45.03%66.47%-
HSV(B)341.3º37.02%81.57%-
XYZ40.0532.0135.08-
YUV156.76127.01164.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.11%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=42.11%
G=26.52%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813115500.370.250.18341.345.0366.47
HexD0839B02519121552d42
Octal320203233045312252555102
Binary110100001000001110011011010010111001100101010101011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0839B; }

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

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

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

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

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

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

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

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