#D193DE

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

Shades of Wisteria #D193DE

Tints of Wisteria #D193DE

Color information

#D193DE (or 0xD193DE) is unknown color: approx Wisteria. HEX triplet: D1, 93 and DE. RGB value is (209,147,222). Sum of RGB (Red+Green+Blue) = 209+147+222=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #D193DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193DE is #2E6C21. Grayscale: #ADADAD. Windows color (decimal): -3042338 or 14586833. OLE color: 14586833.

HSL color Cylindrical-coordinate representation of color #D193DE: hue angle of 289.6º 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 #D193DE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209147222-
CMYK0.060.3400.13
HSL289.6º53.19%72.35%-
HSV(B)289.6º33.78%87.06%-
XYZ49.9139.774.14-
YUV174.09155.04152.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.16%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=36.16%
G=25.43%
B=38.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091472220.060.3400.13289.653.1972.35
HexD193DE6220D1223548
Octal32122333664201544265110
Binary110100011001001111011110110100010011011001000101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193DE; }

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

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

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

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

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

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

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

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