#D08393

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

Shades of Puce #D08393

Tints of Puce #D08393

Color information

#D08393 (or 0xD08393) is unknown color: approx Puce. HEX triplet: D0, 83 and 93. RGB value is (208,131,147). Sum of RGB (Red+Green+Blue) = 208+131+147=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D08393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08393 is #2F7C6C. Grayscale: #9B9B9B. Windows color (decimal): -3112045 or 9667536. OLE color: 9667536.

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

Color convert

RGB208131147-
CMYK00.370.290.18
HSL347.53º45.03%66.47%-
HSV(B)347.53º37.02%81.57%-
XYZ39.431.7531.66-
YUV155.85123.01165.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=42.80%
G=26.95%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813114700.370.290.18347.5345.0366.47
HexD083930251D1215c2d42
Octal320203223045352253455102
Binary110100001000001110010011010010111101100101010111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08393; }

 p { color: rgb(208,131,147); }

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

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

 a { background-color: rgb(208,131,147); }

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

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

 span { border-color: rgb(208,131,147); }

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