#D0819C

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

Shades of Puce #D0819C

Tints of Puce #D0819C

Color information

#D0819C (or 0xD0819C) is unknown color: approx Puce. HEX triplet: D0, 81 and 9C. RGB value is (208,129,156). Sum of RGB (Red+Green+Blue) = 208+129+156=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0819C is #2F7E63. Grayscale: #9B9B9B. Windows color (decimal): -3112548 or 10256848. OLE color: 10256848.

HSL color Cylindrical-coordinate representation of color #D0819C: hue angle of 339.49º degrees, saturation: 0.46, 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 #D0819C is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208129156-
CMYK00.380.250.18
HSL339.49º45.66%66.08%-
HSV(B)339.49º37.98%81.57%-
XYZ39.8631.5135.43-
YUV155.7128.17165.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=42.19%
G=26.17%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812915600.380.250.18339.4945.6666.08
HexD0819C02619121532e42
Octal320201234046312252356102
Binary110100001000000110011100010011011001100101010100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0819C; }

 p { color: rgb(208,129,156); }

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

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

 a { background-color: rgb(208,129,156); }

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

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

 span { border-color: rgb(208,129,156); }

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