#D07E9B

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

Shades of Puce #D07E9B

Tints of Puce #D07E9B

Color information

#D07E9B (or 0xD07E9B) is unknown color: approx Puce. HEX triplet: D0, 7E and 9B. RGB value is (208,126,155). Sum of RGB (Red+Green+Blue) = 208+126+155=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E9B is #2F8164. Grayscale: #999999. Windows color (decimal): -3113317 or 10190544. OLE color: 10190544.

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

Color convert

RGB208126155-
CMYK00.390.250.18
HSL338.78º46.59%65.49%-
HSV(B)338.78º39.42%81.57%-
XYZ39.3930.734.86-
YUV153.82128.67166.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 126 (49.61% from 255) = 25.77%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=42.54%
G=25.77%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812615500.390.250.18338.7846.5965.49
HexD07E9B02719121532f41
Octal320176233047312252357101
Binary11010000111111010011011010011111001100101010100111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E9B; }

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

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

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

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

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

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

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

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