#D0809F

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

Shades of Puce #D0809F

Tints of Puce #D0809F

Color information

#D0809F (or 0xD0809F) is unknown color: approx Puce. HEX triplet: D0, 80 and 9F. RGB value is (208,128,159). Sum of RGB (Red+Green+Blue) = 208+128+159=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0809F is #2F7F60. Grayscale: #9B9B9B. Windows color (decimal): -3112801 or 10453200. OLE color: 10453200.

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

Color convert

RGB208128159-
CMYK00.380.240.18
HSL336.75º45.98%65.88%-
HSV(B)336.75º38.46%81.57%-
XYZ39.9931.3536.74-
YUV155.45130165.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=42.02%
G=25.86%
B=32.12%

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
Decimal20812815900.380.240.18336.7545.9865.88
HexD0809F02618121512e42
Octal320200237046302252156102
Binary110100001000000010011111010011011000100101010100011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0809F; }

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

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

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

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

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

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

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

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