#D293EA

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

Shades of Wisteria #D293EA

Tints of Wisteria #D293EA

Color information

#D293EA (or 0xD293EA) is unknown color: approx Wisteria. HEX triplet: D2, 93 and EA. RGB value is (210,147,234). Sum of RGB (Red+Green+Blue) = 210+147+234=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #D293EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293EA is #2D6C15. Grayscale: #AFAFAF. Windows color (decimal): -2976790 or 15373266. OLE color: 15373266.

HSL color Cylindrical-coordinate representation of color #D293EA: hue angle of 283.45º degrees, saturation: 0.67, 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 #D293EA is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210147234-
CMYK0.100.3700.08
HSL283.45º67.44%74.71%-
HSV(B)283.45º37.18%91.76%-
XYZ51.8640.5182.93-
YUV175.76160.87152.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.53%
GREEN value IS 147 (57.81% from 255) = 24.87%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=35.53%
G=24.87%
B=39.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101472340.100.3700.08283.4567.4474.71
HexD293EAA250811b434b
Octal3222233521245010433103113
Binary11010010100100111110101010101001010100010001101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293EA; }

 p { color: rgb(210,147,234); }

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

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

 a { background-color: rgb(210,147,234); }

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

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

 span { border-color: rgb(210,147,234); }

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