#D29BE4

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

Shades of Wisteria #D29BE4

Tints of Wisteria #D29BE4

Color information

#D29BE4 (or 0xD29BE4) is unknown color: approx Wisteria. HEX triplet: D2, 9B and E4. RGB value is (210,155,228). Sum of RGB (Red+Green+Blue) = 210+155+228=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #D29BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BE4 is #2D641B. Grayscale: #B3B3B3. Windows color (decimal): -2974748 or 14982098. OLE color: 14982098.

HSL color Cylindrical-coordinate representation of color #D29BE4: hue angle of 285.21º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D29BE4 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210155228-
CMYK0.080.3200.11
HSL285.21º57.48%75.1%-
HSV(B)285.21º32.02%89.41%-
XYZ52.342.7578.89-
YUV179.77155.22149.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 155 (60.94% from 255) = 26.14%
BLUE value IS 228 (89.45% from 255) = 38.45%
R=35.41%
G=26.14%
B=38.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101552280.080.3200.11285.2157.4875.1
HexD29BE48200B11d394b
Octal322233344104001343571113
Binary1101001010011011111001001000100000010111000111011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BE4; }

 p { color: rgb(210,155,228); }

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

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

 a { background-color: rgb(210,155,228); }

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

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

 span { border-color: rgb(210,155,228); }

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