#D294EB

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

Shades of Wisteria #D294EB

Tints of Wisteria #D294EB

Color information

#D294EB (or 0xD294EB) is unknown color: approx Wisteria. HEX triplet: D2, 94 and EB. RGB value is (210,148,235). Sum of RGB (Red+Green+Blue) = 210+148+235=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #D294EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294EB is #2D6B14. Grayscale: #B0B0B0. Windows color (decimal): -2976533 or 15439058. OLE color: 15439058.

HSL color Cylindrical-coordinate representation of color #D294EB: hue angle of 282.76º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D294EB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210148235-
CMYK0.110.3700.08
HSL282.76º68.5%75.1%-
HSV(B)282.76º37.02%92.16%-
XYZ52.1640.8883.74-
YUV176.46161.04151.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 148 (58.20% from 255) = 24.96%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=35.41%
G=24.96%
B=39.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101482350.110.3700.08282.7668.575.1
HexD294EBB250811b454b
Octal3222243531345010433105113
Binary11010010100101001110101110111001010100010001101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294EB; }

 p { color: rgb(210,148,235); }

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

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

 a { background-color: rgb(210,148,235); }

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

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

 span { border-color: rgb(210,148,235); }

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