#D07FA1

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

Shades of Puce #D07FA1

Tints of Puce #D07FA1

Color information

#D07FA1 (or 0xD07FA1) is unknown color: approx Puce. HEX triplet: D0, 7F and A1. RGB value is (208,127,161). Sum of RGB (Red+Green+Blue) = 208+127+161=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FA1 is #2F805E. Grayscale: #9B9B9B. Windows color (decimal): -3113055 or 10584016. OLE color: 10584016.

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

Color convert

RGB208127161-
CMYK00.390.230.18
HSL334.81º46.29%65.69%-
HSV(B)334.81º38.94%81.57%-
XYZ40.0331.1637.62-
YUV155.09131.34165.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.94%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=41.94%
G=25.60%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812716100.390.230.18334.8146.2965.69
HexD07FA1027171214f2e42
Octal320177241047272251756102
Binary11010000111111110100001010011110111100101010011111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FA1; }

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

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

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

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

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

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

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

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