#D4878A

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

Shades of Puce #D4878A

Tints of Puce #D4878A

Color information

#D4878A (or 0xD4878A) is unknown color: approx Puce. HEX triplet: D4, 87 and 8A. RGB value is (212,135,138). Sum of RGB (Red+Green+Blue) = 212+135+138=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4878A is #2B7875. Grayscale: #9E9E9E. Windows color (decimal): -2848886 or 9078740. OLE color: 9078740.

HSL color Cylindrical-coordinate representation of color #D4878A: hue angle of 357.66º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4878A is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212135138-
CMYK00.360.350.17
HSL357.66º47.24%68.04%-
HSV(B)357.66º36.32%83.14%-
XYZ40.433.1628.32-
YUV158.36116.51166.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=43.71%
G=27.84%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213513800.360.350.17357.6647.2468.04
HexD4878A02423111662f44
Octal324207212044432154657104
Binary1101010010000111100010100100100100011100011011001101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4878A; }

 p { color: rgb(212,135,138); }

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

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

 a { background-color: rgb(212,135,138); }

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

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

 span { border-color: rgb(212,135,138); }

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