Html Css Color HEX #DA9EEE Wisteria

📋 copy color: '#DA9EEE'

red 218 ◦ green 158 ◦ blue 238

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

Shades of Wisteria #DA9EEE

Tints of Wisteria #DA9EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.76%

R = 35.5%
G = 25.73%
B = 38.76%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA9EEE (or 0xDA9EEE) is known color: Wisteria. HEX triplet: DA, 9E and EE. RGB value is (218,158,238). Sum of RGB (Red+Green+Blue) = 218+158+238=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9EEE is #256111. Grayscale: #B8B8B8. Windows color (decimal): -2449682 or 15638234. OLE color: 15638234.

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

Color convert

RGB 218 158 238 -
CMYK 0.08 0.34 0 0.07
HSL 285º 0.7% 0.78% -
HSV(B) 285º 0.34% 0.93% -
XYZ 56.57 45.53 86.7 -
YUV 185.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 218 158 238 0.08 0.34 0 0.07 285 0.7 0.78
Hex DA 9E EE 8 22 0 7 11D 46 4E
Octal 332 236 356 10 42 0 7 435 106 116
Binary 11011010 10011110 11101110 1000 100010 0 111 100011101 1000110 1001110

Color Harmonies of #DA9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9EEE

Black with #DA9EEE

Text Example


Text Example

White with #DA9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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