#D58093

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

Shades of Puce #D58093

Tints of Puce #D58093

Color information

#D58093 (or 0xD58093) is unknown color: approx Puce. HEX triplet: D5, 80 and 93. RGB value is (213,128,147). Sum of RGB (Red+Green+Blue) = 213+128+147=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D58093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58093 is #2A7F6C. Grayscale: #9B9B9B. Windows color (decimal): -2785133 or 9666773. OLE color: 9666773.

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

Color convert

RGB213128147-
CMYK00.400.310.16
HSL346.59º50.3%66.86%-
HSV(B)346.59º39.91%83.53%-
XYZ40.4331.6931.59-
YUV155.58123.16168.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 128 (50.39% from 255) = 26.23%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=43.65%
G=26.23%
B=30.12%

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
Decimal21312814700.400.310.16346.5950.366.86
HexD580930281F1015b3243
Octal325200223050372053362103
Binary110101011000000010010011010100011111100001010110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58093; }

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

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

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

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

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

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

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

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