#D0809B

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

Shades of Puce #D0809B

Tints of Puce #D0809B

Color information

#D0809B (or 0xD0809B) is unknown color: approx Puce. HEX triplet: D0, 80 and 9B. RGB value is (208,128,155). Sum of RGB (Red+Green+Blue) = 208+128+155=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0809B is #2F7F64. Grayscale: #9A9A9A. Windows color (decimal): -3112805 or 10191056. OLE color: 10191056.

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

Color convert

RGB208128155-
CMYK00.380.250.18
HSL339.75º45.98%65.88%-
HSV(B)339.75º38.46%81.57%-
XYZ39.6531.2134.95-
YUV155128165.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=42.36%
G=26.07%
B=31.57%

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
Decimal20812815500.380.250.18339.7545.9865.88
HexD0809B02619121542e42
Octal320200233046312252456102
Binary110100001000000010011011010011011001100101010101001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0809B; }

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

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

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

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

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

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

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

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