#D69EE8

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

Shades of Wisteria #D69EE8

Tints of Wisteria #D69EE8

Color information

#D69EE8 (or 0xD69EE8) is unknown color: approx Wisteria. HEX triplet: D6, 9E and E8. RGB value is (214,158,232). Sum of RGB (Red+Green+Blue) = 214+158+232=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #D69EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EE8 is #296117. Grayscale: #B6B6B6. Windows color (decimal): -2711832 or 15245014. OLE color: 15245014.

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

Color convert

RGB214158232-
CMYK0.080.3200.09
HSL285.41º61.67%76.47%-
HSV(B)285.41º31.9%90.98%-
XYZ54.5244.5882.07-
YUV183.18155.55149.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 158 (62.11% from 255) = 26.16%
BLUE value IS 232 (91.02% from 255) = 38.41%
R=35.43%
G=26.16%
B=38.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2141582320.080.3200.09285.4161.6776.47
HexD69EE88200911d3e4c
Octal326236350104001143576114
Binary1101011010011110111010001000100000010011000111011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69EE8; }

 p { color: rgb(214,158,232); }

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

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

 a { background-color: rgb(214,158,232); }

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

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

 span { border-color: rgb(214,158,232); }

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