#D1819A

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

Shades of Puce #D1819A

Tints of Puce #D1819A

Color information

#D1819A (or 0xD1819A) is unknown color: approx Puce. HEX triplet: D1, 81 and 9A. RGB value is (209,129,154). Sum of RGB (Red+Green+Blue) = 209+129+154=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1819A is #2E7E65. Grayscale: #9B9B9B. Windows color (decimal): -3047014 or 10125777. OLE color: 10125777.

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

Color convert

RGB209129154-
CMYK00.380.260.18
HSL341.25º46.51%66.27%-
HSV(B)341.25º38.28%81.96%-
XYZ39.9831.5934.56-
YUV155.77127165.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=42.48%
G=26.22%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912915400.380.260.18341.2546.5166.27
HexD1819A0261A121552f42
Octal321201232046322252557102
Binary110100011000000110011010010011011010100101010101011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1819A; }

 p { color: rgb(209,129,154); }

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

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

 a { background-color: rgb(209,129,154); }

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

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

 span { border-color: rgb(209,129,154); }

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