#D2838E

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

Shades of Puce #D2838E

Tints of Puce #D2838E

Color information

#D2838E (or 0xD2838E) is unknown color: approx Puce. HEX triplet: D2, 83 and 8E. RGB value is (210,131,142). Sum of RGB (Red+Green+Blue) = 210+131+142=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2838E is #2D7C71. Grayscale: #9B9B9B. Windows color (decimal): -2980978 or 9339858. OLE color: 9339858.

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

Color convert

RGB210131142-
CMYK00.380.320.18
HSL351.65º46.75%66.86%-
HSV(B)351.65º37.62%82.35%-
XYZ39.5831.8929.66-
YUV155.87120.17166.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=43.48%
G=27.12%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013114200.380.320.18351.6546.7566.86
HexD2838E02620121602f43
Octal322203216046402254057103
Binary1101001010000011100011100100110100000100101011000001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2838E; }

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

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

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

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

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

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

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

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