#D07E95

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

Shades of Puce #D07E95

Tints of Puce #D07E95

Color information

#D07E95 (or 0xD07E95) is unknown color: approx Puce. HEX triplet: D0, 7E and 95. RGB value is (208,126,149). Sum of RGB (Red+Green+Blue) = 208+126+149=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E95 is #2F816A. Grayscale: #999999. Windows color (decimal): -3113323 or 9797328. OLE color: 9797328.

HSL color Cylindrical-coordinate representation of color #D07E95: hue angle of 343.17º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07E95 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208126149-
CMYK00.390.280.18
HSL343.17º46.59%65.49%-
HSV(B)343.17º39.42%81.57%-
XYZ38.930.532.27-
YUV153.14125.67167.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=43.06%
G=26.09%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812614900.390.280.18343.1746.5965.49
HexD07E950271C121572f41
Octal320176225047342252757101
Binary11010000111111010010101010011111100100101010101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E95; }

 p { color: rgb(208,126,149); }

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

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

 a { background-color: rgb(208,126,149); }

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

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

 span { border-color: rgb(208,126,149); }

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