#D38591

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

Shades of Puce #D38591

Tints of Puce #D38591

Color information

#D38591 (or 0xD38591) is unknown color: approx Puce. HEX triplet: D3, 85 and 91. RGB value is (211,133,145). Sum of RGB (Red+Green+Blue) = 211+133+145=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D38591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38591 is #2C7A6E. Grayscale: #9D9D9D. Windows color (decimal): -2914927 or 9536979. OLE color: 9536979.

HSL color Cylindrical-coordinate representation of color #D38591: hue angle of 350.77º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D38591 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB211133145-
CMYK00.370.310.17
HSL350.77º46.99%67.45%-
HSV(B)350.77º36.97%82.75%-
XYZ40.3632.6730.97-
YUV157.69120.84166.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.15%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=43.15%
G=27.20%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113314500.370.310.17350.7746.9967.45
HexD385910251F1115f2f43
Octal323205221045372153757103
Binary110100111000010110010001010010111111100011010111111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38591; }

 p { color: rgb(211,133,145); }

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

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

 a { background-color: rgb(211,133,145); }

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

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

 span { border-color: rgb(211,133,145); }

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