#D286E9

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

Shades of Wisteria #D286E9

Tints of Wisteria #D286E9

Color information

#D286E9 (or 0xD286E9) is unknown color: approx Wisteria. HEX triplet: D2, 86 and E9. RGB value is (210,134,233). Sum of RGB (Red+Green+Blue) = 210+134+233=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #D286E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D286E9 is #2D7916. Grayscale: #A7A7A7. Windows color (decimal): -2980119 or 15304402. OLE color: 15304402.

HSL color Cylindrical-coordinate representation of color #D286E9: hue angle of 286.06º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D286E9 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB210134233-
CMYK0.100.4200.09
HSL286.06º69.23%71.96%-
HSV(B)286.06º42.49%91.37%-
XYZ49.8136.6481.54-
YUV168.01164.68157.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=36.40%
G=23.22%
B=40.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2101342330.100.4200.09286.0669.2371.96
HexD286E9A2A0911e4548
Octal3222063511252011436105110
Binary11010010100001101110100110101010100100110001111010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D286E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D286E9; }

 p { color: rgb(210,134,233); }

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

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

 a { background-color: rgb(210,134,233); }

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

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

 span { border-color: rgb(210,134,233); }

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