#D5858A

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

Shades of Puce #D5858A

Tints of Puce #D5858A

Color information

#D5858A (or 0xD5858A) is unknown color: approx Puce. HEX triplet: D5, 85 and 8A. RGB value is (213,133,138). Sum of RGB (Red+Green+Blue) = 213+133+138=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5858A is #2A7A75. Grayscale: #9D9D9D. Windows color (decimal): -2783862 or 9078229. OLE color: 9078229.

HSL color Cylindrical-coordinate representation of color #D5858A: hue angle of 356.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5858A is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213133138-
CMYK00.380.350.16
HSL356.25º48.78%67.84%-
HSV(B)356.25º37.56%83.53%-
XYZ40.4232.7628.24-
YUV157.49117167.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=44.01%
G=27.48%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313313800.380.350.16356.2548.7867.84
HexD5858A02623101643144
Octal325205212046432054461104
Binary1101010110000101100010100100110100011100001011001001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5858A; }

 p { color: rgb(213,133,138); }

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

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

 a { background-color: rgb(213,133,138); }

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

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

 span { border-color: rgb(213,133,138); }

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