#D2809E

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

Shades of Puce #D2809E

Tints of Puce #D2809E

Color information

#D2809E (or 0xD2809E) is unknown color: approx Puce. HEX triplet: D2, 80 and 9E. RGB value is (210,128,158). Sum of RGB (Red+Green+Blue) = 210+128+158=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2809E is #2D7F61. Grayscale: #9B9B9B. Windows color (decimal): -2981730 or 10387666. OLE color: 10387666.

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

Color convert

RGB210128158-
CMYK00.390.250.18
HSL338.05º47.67%66.27%-
HSV(B)338.05º39.05%82.35%-
XYZ40.4731.6136.32-
YUV155.94129.17166.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=42.34%
G=25.81%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012815800.390.250.18338.0547.6766.27
HexD2809E02719121523042
Octal322200236047312252260102
Binary110100101000000010011110010011111001100101010100101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2809E; }

 p { color: rgb(210,128,158); }

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

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

 a { background-color: rgb(210,128,158); }

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

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

 span { border-color: rgb(210,128,158); }

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