#da93f1

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

Shades of Wisteria #DA93F1

Tints of Wisteria #DA93F1

Color information

#DA93F1 (or 0xDA93F1) is unknown color: approx Wisteria. HEX triplet: DA, 93 and F1. RGB value is (218,147,241). Sum of RGB (Red+Green+Blue) = 218+147+241=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA93F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA93F1 is #256C0E. Grayscale: #B2B2B2. Windows color (decimal): -2452495 or 15832026. OLE color: 15832026.

HSL color Cylindrical-coordinate representation of color #DA93F1: hue angle of 285.32º 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 #DA93F1 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218147241-
CMYK0.100.3900.05
HSL285.32º77.05%76.08%-
HSV(B)285.32º39%94.51%-
XYZ55.2242.1288.44-
YUV178.94163.02155.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 147 (57.81% from 255) = 24.26%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=35.97%
G=24.26%
B=39.77%

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
Decimal2181472410.100.3900.05285.3277.0576.08
HexDA93F1A270511d4d4c
Octal332223361124705435115114
Binary1101101010010011111100011010100111010110001110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da93f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da93f1; }

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

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

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

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

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

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

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

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