#D29DEB

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

Shades of Wisteria #D29DEB

Tints of Wisteria #D29DEB

Color information

#D29DEB (or 0xD29DEB) is unknown color: approx Wisteria. HEX triplet: D2, 9D and EB. RGB value is (210,157,235). Sum of RGB (Red+Green+Blue) = 210+157+235=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #D29DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DEB is #2D6214. Grayscale: #B5B5B5. Windows color (decimal): -2974229 or 15441362. OLE color: 15441362.

HSL color Cylindrical-coordinate representation of color #D29DEB: hue angle of 280.77º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D29DEB is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210157235-
CMYK0.110.3300.08
HSL280.77º66.1%76.86%-
HSV(B)280.77º33.19%92.16%-
XYZ53.6343.8184.23-
YUV181.74158.06148.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 157 (61.72% from 255) = 26.08%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=34.88%
G=26.08%
B=39.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101572350.110.3300.08280.7766.176.86
HexD29DEBB2108119424d
Octal3222353531341010431102115
Binary11010010100111011110101110111000010100010001100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DEB; }

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

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

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

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

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

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

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

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