#D194F5

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

Shades of Wisteria #D194F5

Tints of Wisteria #D194F5

Color information

#D194F5 (or 0xD194F5) is unknown color: approx Wisteria. HEX triplet: D1, 94 and F5. RGB value is (209,148,245). Sum of RGB (Red+Green+Blue) = 209+148+245=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 245 - color contains mainly: blue. Hex color #D194F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194F5 is #2E6B0A. Grayscale: #B0B0B0. Windows color (decimal): -3042059 or 16094417. OLE color: 16094417.

HSL color Cylindrical-coordinate representation of color #D194F5: hue angle of 277.73º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D194F5 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209148245-
CMYK0.150.4000.04
HSL277.73º82.91%77.06%-
HSV(B)277.73º39.59%96.08%-
XYZ53.3741.3391.55-
YUV177.3166.21150.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.72%
GREEN value IS 148 (58.20% from 255) = 24.58%
BLUE value IS 245 (96.09% from 255) = 40.70%
R=34.72%
G=24.58%
B=40.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2091482450.150.4000.04277.7382.9177.06
HexD194F5F2804116534d
Octal321224365175004426123115
Binary1101000110010100111101011111101000010010001011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194F5; }

 p { color: rgb(209,148,245); }

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

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

 a { background-color: rgb(209,148,245); }

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

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

 span { border-color: rgb(209,148,245); }

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