#D193DD

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

Shades of Wisteria #D193DD

Tints of Wisteria #D193DD

Color information

#D193DD (or 0xD193DD) is unknown color: approx Wisteria. HEX triplet: D1, 93 and DD. RGB value is (209,147,221). Sum of RGB (Red+Green+Blue) = 209+147+221=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D193DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193DD is #2E6C22. Grayscale: #ADADAD. Windows color (decimal): -3042339 or 14521297. OLE color: 14521297.

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

Color convert

RGB209147221-
CMYK0.050.3300.13
HSL290.27º52.11%72.16%-
HSV(B)290.27º33.48%86.67%-
XYZ49.7839.6473.43-
YUV173.97154.54152.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.22%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=36.22%
G=25.48%
B=38.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091472210.050.3300.13290.2752.1172.16
HexD193DD5210D1223448
Octal32122333554101544264110
Binary110100011001001111011101101100001011011001000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D193DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D193DD; }

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

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

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

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

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

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

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

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