#D07E96

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

Shades of Puce #D07E96

Tints of Puce #D07E96

Color information

#D07E96 (or 0xD07E96) is unknown color: approx Puce. HEX triplet: D0, 7E and 96. RGB value is (208,126,150). Sum of RGB (Red+Green+Blue) = 208+126+150=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E96 is #2F8169. Grayscale: #999999. Windows color (decimal): -3113322 or 9862864. OLE color: 9862864.

HSL color Cylindrical-coordinate representation of color #D07E96: hue angle of 342.44º 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 #D07E96 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208126150-
CMYK00.390.280.18
HSL342.44º46.59%65.49%-
HSV(B)342.44º39.42%81.57%-
XYZ38.9830.5332.69-
YUV153.25126.17167.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=42.98%
G=26.03%
B=30.99%

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
Decimal20812615000.390.280.18342.4446.5965.49
HexD07E960271C121562f41
Octal320176226047342252657101
Binary11010000111111010010110010011111100100101010101101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E96; }

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

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

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

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

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

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

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

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