#D9A4E8

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

Shades of Wisteria #D9A4E8

Tints of Wisteria #D9A4E8

Color information

#D9A4E8 (or 0xD9A4E8) is unknown color: approx Wisteria. HEX triplet: D9, A4 and E8. RGB value is (217,164,232). Sum of RGB (Red+Green+Blue) = 217+164+232=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #D9A4E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A4E8 is #265B17. Grayscale: #BBBBBB. Windows color (decimal): -2513688 or 15246553. OLE color: 15246553.

HSL color Cylindrical-coordinate representation of color #D9A4E8: hue angle of 286.76º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9A4E8 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217164232-
CMYK0.060.2900.09
HSL286.76º59.65%77.65%-
HSV(B)286.76º29.31%90.98%-
XYZ56.4647.1382.47-
YUV187.6153.06148.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 164 (64.45% from 255) = 26.75%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=35.40%
G=26.75%
B=37.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2171642320.060.2900.09286.7659.6577.65
HexD9A4E861D0911f3c4e
Octal33124435063501143774116
Binary11011001101001001110100011011101010011000111111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4E8; }

 p { color: rgb(217,164,232); }

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

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

 a { background-color: rgb(217,164,232); }

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

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

 span { border-color: rgb(217,164,232); }

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