#D29DE4

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

Shades of Wisteria #D29DE4

Tints of Wisteria #D29DE4

Color information

#D29DE4 (or 0xD29DE4) is unknown color: approx Wisteria. HEX triplet: D2, 9D and E4. RGB value is (210,157,228). Sum of RGB (Red+Green+Blue) = 210+157+228=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #D29DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DE4 is #2D621B. Grayscale: #B4B4B4. Windows color (decimal): -2974236 or 14982610. OLE color: 14982610.

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

Color convert

RGB210157228-
CMYK0.080.3100.11
HSL284.79º56.8%75.49%-
HSV(B)284.79º31.14%89.41%-
XYZ52.6443.4279-
YUV180.94154.56148.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 228 (89.45% from 255) = 38.32%
R=35.29%
G=26.39%
B=38.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101572280.080.3100.11284.7956.875.49
HexD29DE481F0B11d394b
Octal322235344103701343571113
Binary110100101001110111100100100011111010111000111011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DE4; }

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

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

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

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

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

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

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

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