#D58291

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

Shades of Puce #D58291

Tints of Puce #D58291

Color information

#D58291 (or 0xD58291) is unknown color: approx Puce. HEX triplet: D5, 82 and 91. RGB value is (213,130,145). Sum of RGB (Red+Green+Blue) = 213+130+145=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D58291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58291 is #2A7D6E. Grayscale: #9C9C9C. Windows color (decimal): -2784623 or 9536213. OLE color: 9536213.

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

Color convert

RGB213130145-
CMYK00.390.320.16
HSL349.16º49.7%67.25%-
HSV(B)349.16º38.97%83.53%-
XYZ40.5332.1630.86-
YUV156.53121.5168.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=43.65%
G=26.64%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313014500.390.320.16349.1649.767.25
HexD58291027201015d3243
Octal325202221047402053562103
Binary1101010110000010100100010100111100000100001010111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58291; }

 p { color: rgb(213,130,145); }

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

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

 a { background-color: rgb(213,130,145); }

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

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

 span { border-color: rgb(213,130,145); }

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