#D07F9B

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

Shades of Puce #D07F9B

Tints of Puce #D07F9B

Color information

#D07F9B (or 0xD07F9B) is unknown color: approx Puce. HEX triplet: D0, 7F and 9B. RGB value is (208,127,155). Sum of RGB (Red+Green+Blue) = 208+127+155=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F9B is #2F8064. Grayscale: #9A9A9A. Windows color (decimal): -3113061 or 10190800. OLE color: 10190800.

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

Color convert

RGB208127155-
CMYK00.390.250.18
HSL339.26º46.29%65.69%-
HSV(B)339.26º38.94%81.57%-
XYZ39.5230.9634.9-
YUV154.41128.34166.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=42.45%
G=25.92%
B=31.63%

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
Decimal20812715500.390.250.18339.2646.2965.69
HexD07F9B02719121532e42
Octal320177233047312252356102
Binary11010000111111110011011010011111001100101010100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07F9B; }

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

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

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

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

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

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

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

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