#D0839C

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

Shades of Puce #D0839C

Tints of Puce #D0839C

Color information

#D0839C (or 0xD0839C) is unknown color: approx Puce. HEX triplet: D0, 83 and 9C. RGB value is (208,131,156). Sum of RGB (Red+Green+Blue) = 208+131+156=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0839C is #2F7C63. Grayscale: #9C9C9C. Windows color (decimal): -3112036 or 10257360. OLE color: 10257360.

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

Color convert

RGB208131156-
CMYK00.370.250.18
HSL340.52º45.03%66.47%-
HSV(B)340.52º37.02%81.57%-
XYZ40.1332.0435.52-
YUV156.87127.51164.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=42.02%
G=26.46%
B=31.52%

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
Decimal20813115600.370.250.18340.5245.0366.47
HexD0839C02519121552d42
Octal320203234045312252555102
Binary110100001000001110011100010010111001100101010101011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0839C; }

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

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

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

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

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

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

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

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