Html Css Color HEX #DA9DF0 Wisteria

📋 copy color: '#DA9DF0'

red 218 ◦ green 157 ◦ blue 240

#DA9DF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #DA9DF0

Tints of Wisteria #DA9DF0

RGB

 RED value IS 218 (85.55% from 255) = 35.45%

 GREEN value IS 157 (61.72% from 255) = 25.53%

 BLUE value IS 240 (94.14% from 255) = 39.02%

R = 35.45%
G = 25.53%
B = 39.02%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA9DF0 (or 0xDA9DF0) is known color: Wisteria. HEX triplet: DA, 9D and F0. RGB value is (218,157,240). Sum of RGB (Red+Green+Blue) = 218+157+240=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA9DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9DF0 is #25620F. Grayscale: #B8B8B8. Windows color (decimal): -2449936 or 15769050. OLE color: 15769050.

HSL color Cylindrical-coordinate representation of color #DA9DF0: hue angle of 284.1º degrees, saturation: 0.73, 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 #DA9DF0 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 157 240 -
CMYK 0.09 0.35 0 0.06
HSL 284.1º 0.73% 0.78% -
HSV(B) 284.1º 0.35% 0.94% -
XYZ 56.7 45.31 88.2 -
YUV 184.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 218 157 240 0.09 0.35 0 0.06 284.1 0.73 0.78
Hex DA 9D F0 9 23 0 6 11C 49 4E
Octal 332 235 360 11 43 0 6 434 111 116
Binary 11011010 10011101 11110000 1001 100011 0 110 100011100 1001001 1001110

Color Harmonies of #DA9DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9DF0

Black with #DA9DF0

Text Example


Text Example

White with #DA9DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9DF0; }

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

 H1.HeaderClassName
 {
   color: #DA9DF0;
 }
 .AnyTagClassName
 {
   color: #DA9DF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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