#D58092

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

Shades of Puce #D58092

Tints of Puce #D58092

Color information

#D58092 (or 0xD58092) is unknown color: approx Puce. HEX triplet: D5, 80 and 92. RGB value is (213,128,146). Sum of RGB (Red+Green+Blue) = 213+128+146=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D58092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58092 is #2A7F6D. Grayscale: #9B9B9B. Windows color (decimal): -2785134 or 9601237. OLE color: 9601237.

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

Color convert

RGB213128146-
CMYK00.400.310.16
HSL347.29º50.3%66.86%-
HSV(B)347.29º39.91%83.53%-
XYZ40.3531.6631.18-
YUV155.47122.66169.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=43.74%
G=26.28%
B=29.98%

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
Decimal21312814600.400.310.16347.2950.366.86
HexD580920281F1015b3243
Octal325200222050372053362103
Binary110101011000000010010010010100011111100001010110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58092; }

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

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

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

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

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

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

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

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