#D58094

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

Shades of Puce #D58094

Tints of Puce #D58094

Color information

#D58094 (or 0xD58094) is unknown color: approx Puce. HEX triplet: D5, 80 and 94. RGB value is (213,128,148). Sum of RGB (Red+Green+Blue) = 213+128+148=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D58094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58094 is #2A7F6B. Grayscale: #9B9B9B. Windows color (decimal): -2785132 or 9732309. OLE color: 9732309.

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

Color convert

RGB213128148-
CMYK00.400.310.16
HSL345.88º50.3%66.86%-
HSV(B)345.88º39.91%83.53%-
XYZ40.5131.7232.01-
YUV155.7123.66168.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=43.56%
G=26.18%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312814800.400.310.16345.8850.366.86
HexD580940281F1015a3243
Octal325200224050372053262103
Binary110101011000000010010100010100011111100001010110101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58094; }

 p { color: rgb(213,128,148); }

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

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

 a { background-color: rgb(213,128,148); }

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

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

 span { border-color: rgb(213,128,148); }

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