#DA95F3

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

Shades of Wisteria #DA95F3

Tints of Wisteria #DA95F3

Color information

#DA95F3 (or 0xDA95F3) is unknown color: approx Wisteria. HEX triplet: DA, 95 and F3. RGB value is (218,149,243). Sum of RGB (Red+Green+Blue) = 218+149+243=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA95F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA95F3 is #256A0C. Grayscale: #B4B4B4. Windows color (decimal): -2451981 or 15963610. OLE color: 15963610.

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

Color convert

RGB218149243-
CMYK0.100.3900.05
HSL284.04º79.66%76.86%-
HSV(B)284.04º38.68%95.29%-
XYZ55.8442.8790.13-
YUV180.35163.36154.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 149 (58.59% from 255) = 24.43%
BLUE value IS 243 (95.31% from 255) = 39.84%
R=35.74%
G=24.43%
B=39.84%

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
Decimal2181492430.100.3900.05284.0479.6676.86
HexDA95F3A270511c504d
Octal332225363124705434120115
Binary1101101010010101111100111010100111010110001110010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95F3; }

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

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

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

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

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

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

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

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