#D29FE9

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

Shades of Wisteria #D29FE9

Tints of Wisteria #D29FE9

Color information

#D29FE9 (or 0xD29FE9) is unknown color: approx Wisteria. HEX triplet: D2, 9F and E9. RGB value is (210,159,233). Sum of RGB (Red+Green+Blue) = 210+159+233=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #D29FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FE9 is #2D6016. Grayscale: #B6B6B6. Windows color (decimal): -2973719 or 15310802. OLE color: 15310802.

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

Color convert

RGB210159233-
CMYK0.100.3200.09
HSL281.35º62.71%76.86%-
HSV(B)281.35º31.76%91.37%-
XYZ53.6844.3882.83-
YUV182.68156.4147.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 233 (91.41% from 255) = 38.70%
R=34.88%
G=26.41%
B=38.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2101592330.100.3200.09281.3562.7176.86
HexD29FE9A20091193f4d
Octal322237351124001143177115
Binary1101001010011111111010011010100000010011000110011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FE9; }

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

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

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

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

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

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

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

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