#D69BEA

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

Shades of Wisteria #D69BEA

Tints of Wisteria #D69BEA

Color information

#D69BEA (or 0xD69BEA) is unknown color: approx Wisteria. HEX triplet: D6, 9B and EA. RGB value is (214,155,234). Sum of RGB (Red+Green+Blue) = 214+155+234=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #D69BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BEA is #296415. Grayscale: #B5B5B5. Windows color (decimal): -2712598 or 15375318. OLE color: 15375318.

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

Color convert

RGB214155234-
CMYK0.090.3400.08
HSL284.81º65.29%76.27%-
HSV(B)284.81º33.76%91.76%-
XYZ54.343.6883.41-
YUV181.65157.55151.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 155 (60.94% from 255) = 25.70%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=35.49%
G=25.70%
B=38.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141552340.090.3400.08284.8165.2976.27
HexD69BEA9220811d414c
Octal3262333521142010435101114
Binary11010110100110111110101010011000100100010001110110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BEA; }

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

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

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

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

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

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

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

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