#DA9CF0

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

Shades of Wisteria #DA9CF0

Tints of Wisteria #DA9CF0

Color information

#DA9CF0 (or 0xDA9CF0) is unknown color: approx Wisteria. HEX triplet: DA, 9C and F0. RGB value is (218,156,240). Sum of RGB (Red+Green+Blue) = 218+156+240=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA9CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9CF0 is #25630F. Grayscale: #B7B7B7. Windows color (decimal): -2450192 or 15768794. OLE color: 15768794.

HSL color Cylindrical-coordinate representation of color #DA9CF0: hue angle of 284.29º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA9CF0 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218156240-
CMYK0.090.3500.06
HSL284.29º73.68%77.65%-
HSV(B)284.29º35%94.12%-
XYZ56.5344.9788.14-
YUV184.11159.54152.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 156 (61.33% from 255) = 25.41%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=35.50%
G=25.41%
B=39.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181562400.090.3500.06284.2973.6877.65
HexDA9CF09230611c4a4e
Octal332234360114306434112116
Binary1101101010011100111100001001100011011010001110010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CF0; }

 p { color: rgb(218,156,240); }

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

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

 a { background-color: rgb(218,156,240); }

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

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

 span { border-color: rgb(218,156,240); }

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