#D4858E

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

Shades of Puce #D4858E

Tints of Puce #D4858E

Color information

#D4858E (or 0xD4858E) is unknown color: approx Puce. HEX triplet: D4, 85 and 8E. RGB value is (212,133,142). Sum of RGB (Red+Green+Blue) = 212+133+142=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4858E is #2B7A71. Grayscale: #9D9D9D. Windows color (decimal): -2849394 or 9340372. OLE color: 9340372.

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

Color convert

RGB212133142-
CMYK00.370.330.17
HSL353.16º47.88%67.65%-
HSV(B)353.16º37.26%83.14%-
XYZ40.4232.7329.78-
YUV157.65119.17166.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.53%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=43.53%
G=27.31%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213314200.370.330.17353.1647.8867.65
HexD4858E02521111613044
Octal324205216045412154160104
Binary1101010010000101100011100100101100001100011011000011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4858E; }

 p { color: rgb(212,133,142); }

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

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

 a { background-color: rgb(212,133,142); }

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

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

 span { border-color: rgb(212,133,142); }

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