#D07D9D

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

Shades of Puce #D07D9D

Tints of Puce #D07D9D

Color information

#D07D9D (or 0xD07D9D) is unknown color: approx Puce. HEX triplet: D0, 7D and 9D. RGB value is (208,125,157). Sum of RGB (Red+Green+Blue) = 208+125+157=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07D9D is #2F8262. Grayscale: #999999. Windows color (decimal): -3113571 or 10321360. OLE color: 10321360.

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

Color convert

RGB208125157-
CMYK00.400.250.18
HSL336.87º46.89%65.29%-
HSV(B)336.87º39.9%81.57%-
XYZ39.4330.5135.71-
YUV153.46130166.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=42.45%
G=25.51%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812515700.400.250.18336.8746.8965.29
HexD07D9D02819121512f41
Octal320175235050312252157101
Binary11010000111110110011101010100011001100101010100011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D9D; }

 p { color: rgb(208,125,157); }

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

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

 a { background-color: rgb(208,125,157); }

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

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

 span { border-color: rgb(208,125,157); }

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