#D37E9A

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

Shades of Puce #D37E9A

Tints of Puce #D37E9A

Color information

#D37E9A (or 0xD37E9A) is unknown color: approx Puce. HEX triplet: D3, 7E and 9A. RGB value is (211,126,154). Sum of RGB (Red+Green+Blue) = 211+126+154=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37E9A is #2C8165. Grayscale: #9A9A9A. Windows color (decimal): -2916710 or 10125011. OLE color: 10125011.

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

Color convert

RGB211126154-
CMYK00.400.270.17
HSL340.24º49.13%66.08%-
HSV(B)340.24º40.28%82.75%-
XYZ40.1631.134.46-
YUV154.61127.66168.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.97%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=42.97%
G=25.66%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112615400.400.270.17340.2449.1366.08
HexD37E9A0281B111543142
Octal323176232050332152461102
Binary11010011111111010011010010100011011100011010101001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37E9A; }

 p { color: rgb(211,126,154); }

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

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

 a { background-color: rgb(211,126,154); }

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

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

 span { border-color: rgb(211,126,154); }

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