#DA95F1

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

Shades of Wisteria #DA95F1

Tints of Wisteria #DA95F1

Color information

#DA95F1 (or 0xDA95F1) is unknown color: approx Wisteria. HEX triplet: DA, 95 and F1. RGB value is (218,149,241). Sum of RGB (Red+Green+Blue) = 218+149+241=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA95F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA95F1 is #256A0E. Grayscale: #B3B3B3. Windows color (decimal): -2451983 or 15832538. OLE color: 15832538.

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

Color convert

RGB218149241-
CMYK0.100.3800.05
HSL285º76.67%76.47%-
HSV(B)285º38.17%94.51%-
XYZ55.5442.7588.54-
YUV180.12162.36155.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 149 (58.59% from 255) = 24.51%
BLUE value IS 241 (94.53% from 255) = 39.64%
R=35.86%
G=24.51%
B=39.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181492410.100.3800.0528576.6776.47
HexDA95F1A260511d4d4c
Octal332225361124605435115114
Binary1101101010010101111100011010100110010110001110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95F1; }

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

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

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

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

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

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

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

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