#D29AE4

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

Shades of Wisteria #D29AE4

Tints of Wisteria #D29AE4

Color information

#D29AE4 (or 0xD29AE4) is unknown color: approx Wisteria. HEX triplet: D2, 9A and E4. RGB value is (210,154,228). Sum of RGB (Red+Green+Blue) = 210+154+228=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #D29AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AE4 is #2D651B. Grayscale: #B2B2B2. Windows color (decimal): -2975004 or 14981842. OLE color: 14981842.

HSL color Cylindrical-coordinate representation of color #D29AE4: hue angle of 285.41º degrees, saturation: 0.58, 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 #D29AE4 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210154228-
CMYK0.080.3200.11
HSL285.41º57.81%74.9%-
HSV(B)285.41º32.46%89.41%-
XYZ52.1442.4178.84-
YUV179.18155.55149.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 154 (60.55% from 255) = 26.01%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=35.47%
G=26.01%
B=38.51%

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
Decimal2101542280.080.3200.11285.4157.8174.9
HexD29AE48200B11d3a4b
Octal322232344104001343572113
Binary1101001010011010111001001000100000010111000111011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AE4; }

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

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

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

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

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

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

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

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