#D193E3

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

Shades of Wisteria #D193E3

Tints of Wisteria #D193E3

Color information

#D193E3 (or 0xD193E3) is unknown color: approx Wisteria. HEX triplet: D1, 93 and E3. RGB value is (209,147,227). Sum of RGB (Red+Green+Blue) = 209+147+227=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #D193E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193E3 is #2E6C1C. Grayscale: #AEAEAE. Windows color (decimal): -3042333 or 14914513. OLE color: 14914513.

HSL color Cylindrical-coordinate representation of color #D193E3: hue angle of 286.5º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D193E3 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB209147227-
CMYK0.080.3500.11
HSL286.5º58.82%73.33%-
HSV(B)286.5º35.24%89.02%-
XYZ50.5939.9777.72-
YUV174.66157.54152.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=35.85%
G=25.21%
B=38.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2091472270.080.3500.11286.558.8273.33
HexD193E38230B11e3b49
Octal321223343104301343673111
Binary1101000110010011111000111000100011010111000111101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193E3; }

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

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

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

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

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

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

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

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