Html Css Color HEX #DA9FED Wisteria

📋 copy color: '#DA9FED'

red 218 ◦ green 159 ◦ blue 237

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

Shades of Wisteria #DA9FED

Tints of Wisteria #DA9FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.9%

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

R = 35.5%
G = 25.9%
B = 38.6%

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

#DA9FED (or 0xDA9FED) is known color: Wisteria. HEX triplet: DA, 9F and ED. RGB value is (218,159,237). Sum of RGB (Red+Green+Blue) = 218+159+237=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FED is #256012. Grayscale: #B9B9B9. Windows color (decimal): -2449427 or 15572954. OLE color: 15572954.

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

Color convert

RGB 218 159 237 -
CMYK 0.08 0.33 0 0.07
HSL 285.38º 0.68% 0.78% -
HSV(B) 285.38º 0.33% 0.93% -
XYZ 56.6 45.82 85.98 -
YUV 185.53 157.05 151.16 -
System Red Green Blue C M Y K H S L
Decimal 218 159 237 0.08 0.33 0 0.07 285.38 0.68 0.78
Hex DA 9F ED 8 21 0 7 11D 44 4E
Octal 332 237 355 10 41 0 7 435 104 116
Binary 11011010 10011111 11101101 1000 100001 0 111 100011101 1000100 1001110

Color Harmonies of #DA9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FED

Black with #DA9FED

Text Example


Text Example

White with #DA9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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