#D29FEA

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

Shades of Wisteria #D29FEA

Tints of Wisteria #D29FEA

Color information

#D29FEA (or 0xD29FEA) is unknown color: approx Wisteria. HEX triplet: D2, 9F and EA. RGB value is (210,159,234). Sum of RGB (Red+Green+Blue) = 210+159+234=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #D29FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FEA is #2D6015. Grayscale: #B6B6B6. Windows color (decimal): -2973718 or 15376338. OLE color: 15376338.

HSL color Cylindrical-coordinate representation of color #D29FEA: hue angle of 280.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D29FEA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210159234-
CMYK0.100.3200.08
HSL280.8º64.1%77.06%-
HSV(B)280.8º32.05%91.76%-
XYZ53.8344.4483.58-
YUV182.8156.9147.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=34.83%
G=26.37%
B=38.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101592340.100.3200.08280.864.177.06
HexD29FEAA2008119404d
Octal3222373521240010431100115
Binary11010010100111111110101010101000000100010001100110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FEA; }

 p { color: rgb(210,159,234); }

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

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

 a { background-color: rgb(210,159,234); }

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

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

 span { border-color: rgb(210,159,234); }

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