#D69FEA

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

Shades of Wisteria #D69FEA

Tints of Wisteria #D69FEA

Color information

#D69FEA (or 0xD69FEA) is unknown color: approx Wisteria. HEX triplet: D6, 9F and EA. RGB value is (214,159,234). Sum of RGB (Red+Green+Blue) = 214+159+234=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #D69FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FEA is #296015. Grayscale: #B7B7B7. Windows color (decimal): -2711574 or 15376342. OLE color: 15376342.

HSL color Cylindrical-coordinate representation of color #D69FEA: hue angle of 284º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69FEA is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214159234-
CMYK0.090.3200.08
HSL284º64.1%77.06%-
HSV(B)284º32.05%91.76%-
XYZ54.9845.0383.64-
YUV184156.22149.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=35.26%
G=26.19%
B=38.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141592340.090.3200.0828464.177.06
HexD69FEA9200811c404d
Octal3262373521140010434100115
Binary11010110100111111110101010011000000100010001110010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FEA; }

 p { color: rgb(214,159,234); }

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

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

 a { background-color: rgb(214,159,234); }

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

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

 span { border-color: rgb(214,159,234); }

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