#D07D97

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

Shades of Puce #D07D97

Tints of Puce #D07D97

Color information

#D07D97 (or 0xD07D97) is unknown color: approx Puce. HEX triplet: D0, 7D and 97. RGB value is (208,125,151). Sum of RGB (Red+Green+Blue) = 208+125+151=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07D97 is #2F8268. Grayscale: #989898. Windows color (decimal): -3113577 or 9928144. OLE color: 9928144.

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

Color convert

RGB208125151-
CMYK00.400.270.18
HSL341.2º46.89%65.29%-
HSV(B)341.2º39.9%81.57%-
XYZ38.9330.3133.08-
YUV152.78127167.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=42.98%
G=25.83%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812515100.400.270.18341.246.8965.29
HexD07D970281B121552f41
Octal320175227050332252557101
Binary11010000111110110010111010100011011100101010101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D97; }

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

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

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

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

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

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

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

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