#D58191

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

Shades of Puce #D58191

Tints of Puce #D58191

Color information

#D58191 (or 0xD58191) is unknown color: approx Puce. HEX triplet: D5, 81 and 91. RGB value is (213,129,145). Sum of RGB (Red+Green+Blue) = 213+129+145=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D58191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58191 is #2A7E6E. Grayscale: #9B9B9B. Windows color (decimal): -2784879 or 9535957. OLE color: 9535957.

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

Color convert

RGB213129145-
CMYK00.390.320.16
HSL348.57º50%67.06%-
HSV(B)348.57º39.44%83.53%-
XYZ40.431.8930.81-
YUV155.94121.83168.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 145 (57.03% from 255) = 29.77%
R=43.74%
G=26.49%
B=29.77%

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
Decimal21312914500.390.320.16348.575067.06
HexD58191027201015d3243
Octal325201221047402053562103
Binary1101010110000001100100010100111100000100001010111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58191; }

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

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

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

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

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

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

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

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