#D29FDE

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

Shades of Wisteria #D29FDE

Tints of Wisteria #D29FDE

Color information

#D29FDE (or 0xD29FDE) is unknown color: approx Wisteria. HEX triplet: D2, 9F and DE. RGB value is (210,159,222). Sum of RGB (Red+Green+Blue) = 210+159+222=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #D29FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FDE is #2D6021. Grayscale: #B5B5B5. Windows color (decimal): -2973730 or 14589906. OLE color: 14589906.

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

Color convert

RGB210159222-
CMYK0.050.2800.13
HSL288.57º48.84%74.71%-
HSV(B)288.57º28.38%87.06%-
XYZ52.1643.7774.81-
YUV181.43150.9148.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.53%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=35.53%
G=26.90%
B=37.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101592220.050.2800.13288.5748.8474.71
HexD29FDE51C0D121314b
Octal32223733653401544161113
Binary11010010100111111101111010111100011011001000011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FDE; }

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

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

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

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

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

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

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

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