#D0819F

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

Shades of Puce #D0819F

Tints of Puce #D0819F

Color information

#D0819F (or 0xD0819F) is unknown color: approx Puce. HEX triplet: D0, 81 and 9F. RGB value is (208,129,159). Sum of RGB (Red+Green+Blue) = 208+129+159=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0819F is #2F7E60. Grayscale: #9C9C9C. Windows color (decimal): -3112545 or 10453456. OLE color: 10453456.

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

Color convert

RGB208129159-
CMYK00.380.240.18
HSL337.22º45.66%66.08%-
HSV(B)337.22º37.98%81.57%-
XYZ40.1231.6136.79-
YUV156.04129.67165.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.94%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=41.94%
G=26.01%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812915900.380.240.18337.2245.6666.08
HexD0819F02618121512e42
Octal320201237046302252156102
Binary110100001000000110011111010011011000100101010100011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0819F; }

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

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

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

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

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

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

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

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