#D69DEA

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

Shades of Wisteria #D69DEA

Tints of Wisteria #D69DEA

Color information

#D69DEA (or 0xD69DEA) is unknown color: approx Wisteria. HEX triplet: D6, 9D and EA. RGB value is (214,157,234). Sum of RGB (Red+Green+Blue) = 214+157+234=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #D69DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69DEA is #296215. Grayscale: #B6B6B6. Windows color (decimal): -2712086 or 15375830. OLE color: 15375830.

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

Color convert

RGB214157234-
CMYK0.090.3300.08
HSL284.42º64.71%76.67%-
HSV(B)284.42º32.91%91.76%-
XYZ54.6444.3583.52-
YUV182.82156.88150.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=35.37%
G=25.95%
B=38.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141572340.090.3300.08284.4264.7176.67
HexD69DEA9210811c414d
Octal3262353521141010434101115
Binary11010110100111011110101010011000010100010001110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DEA; }

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

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

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

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

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

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

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

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