#D37D9D

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

Shades of Puce #D37D9D

Tints of Puce #D37D9D

Color information

#D37D9D (or 0xD37D9D) is unknown color: approx Puce. HEX triplet: D3, 7D and 9D. RGB value is (211,125,157). Sum of RGB (Red+Green+Blue) = 211+125+157=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37D9D is #2C8262. Grayscale: #9A9A9A. Windows color (decimal): -2916963 or 10321363. OLE color: 10321363.

HSL color Cylindrical-coordinate representation of color #D37D9D: hue angle of 337.67º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37D9D is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB211125157-
CMYK00.410.260.17
HSL337.67º49.43%65.88%-
HSV(B)337.67º40.76%82.75%-
XYZ40.2830.9535.75-
YUV154.36129.49168.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=42.80%
G=25.35%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112515700.410.260.17337.6749.4365.88
HexD37D9D0291A111523142
Octal323175235051322152261102
Binary11010011111110110011101010100111010100011010100101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37D9D; }

 p { color: rgb(211,125,157); }

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

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

 a { background-color: rgb(211,125,157); }

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

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

 span { border-color: rgb(211,125,157); }

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