#D07F9A

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

Shades of Puce #D07F9A

Tints of Puce #D07F9A

Color information

#D07F9A (or 0xD07F9A) is unknown color: approx Puce. HEX triplet: D0, 7F and 9A. RGB value is (208,127,154). Sum of RGB (Red+Green+Blue) = 208+127+154=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F9A is #2F8065. Grayscale: #9A9A9A. Windows color (decimal): -3113062 or 10125264. OLE color: 10125264.

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

Color convert

RGB208127154-
CMYK00.390.260.18
HSL340º46.29%65.69%-
HSV(B)340º38.94%81.57%-
XYZ39.4330.9234.46-
YUV154.3127.84166.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=42.54%
G=25.97%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812715400.390.260.1834046.2965.69
HexD07F9A0271A121542e42
Octal320177232047322252456102
Binary11010000111111110011010010011111010100101010101001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07F9A; }

 p { color: rgb(208,127,154); }

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

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

 a { background-color: rgb(208,127,154); }

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

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

 span { border-color: rgb(208,127,154); }

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