#D58190

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

Shades of Puce #D58190

Tints of Puce #D58190

Color information

#D58190 (or 0xD58190) is unknown color: approx Puce. HEX triplet: D5, 81 and 90. RGB value is (213,129,144). Sum of RGB (Red+Green+Blue) = 213+129+144=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D58190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58190 is #2A7E6F. Grayscale: #9B9B9B. Windows color (decimal): -2784880 or 9470421. OLE color: 9470421.

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

Color convert

RGB213129144-
CMYK00.390.320.16
HSL349.29º50%67.06%-
HSV(B)349.29º39.44%83.53%-
XYZ40.3231.8630.41-
YUV155.83121.33168.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=43.83%
G=26.54%
B=29.63%

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
Decimal21312914400.390.320.16349.295067.06
HexD58190027201015d3243
Octal325201220047402053562103
Binary1101010110000001100100000100111100000100001010111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58190; }

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

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

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

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

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

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

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

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