#D2828E

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

Shades of Puce #D2828E

Tints of Puce #D2828E

Color information

#D2828E (or 0xD2828E) is unknown color: approx Puce. HEX triplet: D2, 82 and 8E. RGB value is (210,130,142). Sum of RGB (Red+Green+Blue) = 210+130+142=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2828E is #2D7D71. Grayscale: #9B9B9B. Windows color (decimal): -2981234 or 9339602. OLE color: 9339602.

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

Color convert

RGB210130142-
CMYK00.380.320.18
HSL351º47.06%66.67%-
HSV(B)351º38.1%82.35%-
XYZ39.4431.6229.62-
YUV155.29120.5167.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=43.57%
G=26.97%
B=29.46%

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
Decimal21013014200.380.320.1835147.0666.67
HexD2828E026201215f2f43
Octal322202216046402253757103
Binary1101001010000010100011100100110100000100101010111111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2828E; }

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

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

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

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

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

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

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

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