#D29DE9

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

Shades of Wisteria #D29DE9

Tints of Wisteria #D29DE9

Color information

#D29DE9 (or 0xD29DE9) is unknown color: approx Wisteria. HEX triplet: D2, 9D and E9. RGB value is (210,157,233). Sum of RGB (Red+Green+Blue) = 210+157+233=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #D29DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DE9 is #2D6216. Grayscale: #B5B5B5. Windows color (decimal): -2974231 or 15310290. OLE color: 15310290.

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

Color convert

RGB210157233-
CMYK0.100.3300.09
HSL281.84º63.33%76.47%-
HSV(B)281.84º32.62%91.37%-
XYZ53.3443.782.71-
YUV181.51157.06148.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 233 (91.41% from 255) = 38.83%
R=35%
G=26.17%
B=38.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2101572330.100.3300.09281.8463.3376.47
HexD29DE9A210911a3f4c
Octal322235351124101143277114
Binary1101001010011101111010011010100001010011000110101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DE9; }

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

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

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

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

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

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

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

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