#D29AE9

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

Shades of Wisteria #D29AE9

Tints of Wisteria #D29AE9

Color information

#D29AE9 (or 0xD29AE9) is unknown color: approx Wisteria. HEX triplet: D2, 9A and E9. RGB value is (210,154,233). Sum of RGB (Red+Green+Blue) = 210+154+233=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #D29AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AE9 is #2D6516. Grayscale: #B3B3B3. Windows color (decimal): -2974999 or 15309522. OLE color: 15309522.

HSL color Cylindrical-coordinate representation of color #D29AE9: hue angle of 282.53º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D29AE9 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB210154233-
CMYK0.100.3400.09
HSL282.53º64.23%75.88%-
HSV(B)282.53º33.91%91.37%-
XYZ52.8442.782.55-
YUV179.75158.05149.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 233 (91.41% from 255) = 39.03%
R=35.18%
G=25.80%
B=39.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2101542330.100.3400.09282.5364.2375.88
HexD29AE9A220911b404c
Octal3222323511242011433100114
Binary11010010100110101110100110101000100100110001101110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AE9; }

 p { color: rgb(210,154,233); }

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

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

 a { background-color: rgb(210,154,233); }

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

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

 span { border-color: rgb(210,154,233); }

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