Html Css Color HEX #DA9EED Wisteria

📋 copy color: '#DA9EED'

red 218 ◦ green 158 ◦ blue 237

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

Shades of Wisteria #DA9EED

Tints of Wisteria #DA9EED

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.77%

 BLUE value IS 237 (92.97% from 255) = 38.66%

R = 35.56%
G = 25.77%
B = 38.66%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA9EED (or 0xDA9EED) is known color: Wisteria. HEX triplet: DA, 9E and ED. RGB value is (218,158,237). Sum of RGB (Red+Green+Blue) = 218+158+237=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9EED is #256112. Grayscale: #B8B8B8. Windows color (decimal): -2449683 or 15572698. OLE color: 15572698.

HSL color Cylindrical-coordinate representation of color #DA9EED: hue angle of 285.57º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9EED is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 158 237 -
CMYK 0.08 0.33 0 0.07
HSL 285.57º 0.69% 0.77% -
HSV(B) 285.57º 0.33% 0.93% -
XYZ 56.43 45.47 85.92 -
YUV 184.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 218 158 237 0.08 0.33 0 0.07 285.57 0.69 0.77
Hex DA 9E ED 8 21 0 7 11E 45 4D
Octal 332 236 355 10 41 0 7 436 105 115
Binary 11011010 10011110 11101101 1000 100001 0 111 100011110 1000101 1001101

Color Harmonies of #DA9EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9EED

Black with #DA9EED

Text Example


Text Example

White with #DA9EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9EED; }

 p { color: rgb(218,158,237); }

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

background-color css

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

 a { background-color: rgb(218,158,237); }

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

border-color css

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

 span { border-color: rgb(218,158,237); }

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