#D58193

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

Shades of Puce #D58193

Tints of Puce #D58193

Color information

#D58193 (or 0xD58193) is unknown color: approx Puce. HEX triplet: D5, 81 and 93. RGB value is (213,129,147). Sum of RGB (Red+Green+Blue) = 213+129+147=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D58193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58193 is #2A7E6C. Grayscale: #9C9C9C. Windows color (decimal): -2784877 or 9667029. OLE color: 9667029.

HSL color Cylindrical-coordinate representation of color #D58193: hue angle of 347.14º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D58193 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213129147-
CMYK00.390.310.16
HSL347.14º50%67.06%-
HSV(B)347.14º39.44%83.53%-
XYZ40.5631.9531.63-
YUV156.17122.83168.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=43.56%
G=26.38%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312914700.390.310.16347.145067.06
HexD581930271F1015b3243
Octal325201223047372053362103
Binary110101011000000110010011010011111111100001010110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58193; }

 p { color: rgb(213,129,147); }

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

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

 a { background-color: rgb(213,129,147); }

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

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

 span { border-color: rgb(213,129,147); }

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