#D69DE9

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

Shades of Wisteria #D69DE9

Tints of Wisteria #D69DE9

Color information

#D69DE9 (or 0xD69DE9) is unknown color: approx Wisteria. HEX triplet: D6, 9D and E9. RGB value is (214,157,233). Sum of RGB (Red+Green+Blue) = 214+157+233=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #D69DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69DE9 is #296216. Grayscale: #B6B6B6. Windows color (decimal): -2712087 or 15310294. OLE color: 15310294.

HSL color Cylindrical-coordinate representation of color #D69DE9: hue angle of 285º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69DE9 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB214157233-
CMYK0.080.3300.09
HSL285º63.33%76.47%-
HSV(B)285º32.62%91.37%-
XYZ54.544.2982.77-
YUV182.71156.38150.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 157 (61.72% from 255) = 25.99%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=35.43%
G=25.99%
B=38.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2141572330.080.3300.0928563.3376.47
HexD69DE98210911d3f4c
Octal326235351104101143577114
Binary1101011010011101111010011000100001010011000111011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DE9; }

 p { color: rgb(214,157,233); }

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

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

 a { background-color: rgb(214,157,233); }

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

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

 span { border-color: rgb(214,157,233); }

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