#D0839A

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

Shades of Puce #D0839A

Tints of Puce #D0839A

Color information

#D0839A (or 0xD0839A) is unknown color: approx Puce. HEX triplet: D0, 83 and 9A. RGB value is (208,131,154). Sum of RGB (Red+Green+Blue) = 208+131+154=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0839A is #2F7C65. Grayscale: #9C9C9C. Windows color (decimal): -3112038 or 10126288. OLE color: 10126288.

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

Color convert

RGB208131154-
CMYK00.370.260.18
HSL342.08º45.03%66.47%-
HSV(B)342.08º37.02%81.57%-
XYZ39.9631.9834.64-
YUV156.65126.51164.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=42.19%
G=26.57%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813115400.370.260.18342.0845.0366.47
HexD0839A0251A121562d42
Octal320203232045322252655102
Binary110100001000001110011010010010111010100101010101101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0839A; }

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

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

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

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

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

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

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

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