#DA94F1

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

Shades of Wisteria #DA94F1

Tints of Wisteria #DA94F1

Color information

#DA94F1 (or 0xDA94F1) is unknown color: approx Wisteria. HEX triplet: DA, 94 and F1. RGB value is (218,148,241). Sum of RGB (Red+Green+Blue) = 218+148+241=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA94F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA94F1 is #256B0E. Grayscale: #B3B3B3. Windows color (decimal): -2452239 or 15832282. OLE color: 15832282.

HSL color Cylindrical-coordinate representation of color #DA94F1: hue angle of 285.16º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA94F1 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218148241-
CMYK0.100.3900.05
HSL285.16º76.86%76.27%-
HSV(B)285.16º38.59%94.51%-
XYZ55.3842.4488.49-
YUV179.53162.69155.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 148 (58.20% from 255) = 24.38%
BLUE value IS 241 (94.53% from 255) = 39.70%
R=35.91%
G=24.38%
B=39.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181482410.100.3900.05285.1676.8676.27
HexDA94F1A270511d4d4c
Octal332224361124705435115114
Binary1101101010010100111100011010100111010110001110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94F1; }

 p { color: rgb(218,148,241); }

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

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

 a { background-color: rgb(218,148,241); }

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

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

 span { border-color: rgb(218,148,241); }

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