#D293DE

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

Shades of Wisteria #D293DE

Tints of Wisteria #D293DE

Color information

#D293DE (or 0xD293DE) is unknown color: approx Wisteria. HEX triplet: D2, 93 and DE. RGB value is (210,147,222). Sum of RGB (Red+Green+Blue) = 210+147+222=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #D293DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293DE is #2D6C21. Grayscale: #AEAEAE. Windows color (decimal): -2976802 or 14586834. OLE color: 14586834.

HSL color Cylindrical-coordinate representation of color #D293DE: hue angle of 290.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D293DE is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210147222-
CMYK0.050.3400.13
HSL290.4º53.19%72.35%-
HSV(B)290.4º33.78%87.06%-
XYZ50.239.8474.15-
YUV174.39154.87153.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 147 (57.81% from 255) = 25.39%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=36.27%
G=25.39%
B=38.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101472220.050.3400.13290.453.1972.35
HexD293DE5220D1223548
Octal32222333654201544265110
Binary110100101001001111011110101100010011011001000101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293DE; }

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

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

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

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

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

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

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

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