#D293E6

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

Shades of Wisteria #D293E6

Tints of Wisteria #D293E6

Color information

#D293E6 (or 0xD293E6) is unknown color: approx Wisteria. HEX triplet: D2, 93 and E6. RGB value is (210,147,230). Sum of RGB (Red+Green+Blue) = 210+147+230=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #D293E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293E6 is #2D6C19. Grayscale: #AFAFAF. Windows color (decimal): -2976794 or 15111122. OLE color: 15111122.

HSL color Cylindrical-coordinate representation of color #D293E6: hue angle of 285.54º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D293E6 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210147230-
CMYK0.090.3600.10
HSL285.54º62.41%73.92%-
HSV(B)285.54º36.09%90.2%-
XYZ51.2940.2879.93-
YUV175.3158.87152.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 147 (57.81% from 255) = 25.04%
BLUE value IS 230 (90.23% from 255) = 39.18%
R=35.78%
G=25.04%
B=39.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101472300.090.3600.10285.5462.4173.92
HexD293E69240A11e3e4a
Octal322223346114401243676112
Binary1101001010010011111001101001100100010101000111101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293E6; }

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

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

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

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

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

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

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

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