#D29DDE

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

Shades of Wisteria #D29DDE

Tints of Wisteria #D29DDE

Color information

#D29DDE (or 0xD29DDE) is unknown color: approx Wisteria. HEX triplet: D2, 9D and DE. RGB value is (210,157,222). Sum of RGB (Red+Green+Blue) = 210+157+222=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #D29DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DDE is #2D6221. Grayscale: #B4B4B4. Windows color (decimal): -2974242 or 14589394. OLE color: 14589394.

HSL color Cylindrical-coordinate representation of color #D29DDE: hue angle of 288.92º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29DDE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210157222-
CMYK0.050.2900.13
HSL288.92º49.62%74.31%-
HSV(B)288.92º29.28%87.06%-
XYZ51.8243.0974.69-
YUV180.26151.56149.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=35.65%
G=26.66%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101572220.050.2900.13288.9249.6274.31
HexD29DDE51D0D121324a
Octal32223533653501544162112
Binary11010010100111011101111010111101011011001000011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DDE; }

 p { color: rgb(210,157,222); }

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

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

 a { background-color: rgb(210,157,222); }

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

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

 span { border-color: rgb(210,157,222); }

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