#D2838C

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

Shades of Puce #D2838C

Tints of Puce #D2838C

Color information

#D2838C (or 0xD2838C) is unknown color: approx Puce. HEX triplet: D2, 83 and 8C. RGB value is (210,131,140). Sum of RGB (Red+Green+Blue) = 210+131+140=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2838C is #2D7C73. Grayscale: #9B9B9B. Windows color (decimal): -2980980 or 9208786. OLE color: 9208786.

HSL color Cylindrical-coordinate representation of color #D2838C: hue angle of 353.16º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2838C is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210131140-
CMYK00.380.330.18
HSL353.16º46.75%66.86%-
HSV(B)353.16º37.62%82.35%-
XYZ39.4331.8328.88-
YUV155.65119.17166.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=43.66%
G=27.23%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013114000.380.330.18353.1646.7566.86
HexD2838C02621121612f43
Octal322203214046412254157103
Binary1101001010000011100011000100110100001100101011000011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2838C; }

 p { color: rgb(210,131,140); }

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

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

 a { background-color: rgb(210,131,140); }

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

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

 span { border-color: rgb(210,131,140); }

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