#D0849D

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

Shades of Puce #D0849D

Tints of Puce #D0849D

Color information

#D0849D (or 0xD0849D) is unknown color: approx Puce. HEX triplet: D0, 84 and 9D. RGB value is (208,132,157). Sum of RGB (Red+Green+Blue) = 208+132+157=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0849D is #2F7B62. Grayscale: #9D9D9D. Windows color (decimal): -3111779 or 10323152. OLE color: 10323152.

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

Color convert

RGB208132157-
CMYK00.370.250.18
HSL340.26º44.71%66.67%-
HSV(B)340.26º36.54%81.57%-
XYZ40.3532.3536.02-
YUV157.57127.68163.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=41.85%
G=26.56%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813215700.370.250.18340.2644.7166.67
HexD0849D02519121542d43
Octal320204235045312252455103
Binary110100001000010010011101010010111001100101010101001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0849D; }

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

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

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

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

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

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

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

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