Html Css Color HEX #DB9FEE Wisteria

📋 copy color: '#DB9FEE'

red 219 ◦ green 159 ◦ blue 238

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

Shades of Wisteria #DB9FEE

Tints of Wisteria #DB9FEE

RGB

 RED value IS 219 (85.94% from 255) = 35.55%

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

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

R = 35.55%
G = 25.81%
B = 38.64%

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

#DB9FEE (or 0xDB9FEE) is known color: Wisteria. HEX triplet: DB, 9F and EE. RGB value is (219,159,238). Sum of RGB (Red+Green+Blue) = 219+159+238=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FEE is #246011. Grayscale: #B9B9B9. Windows color (decimal): -2383890 or 15638491. OLE color: 15638491.

HSL color Cylindrical-coordinate representation of color #DB9FEE: hue angle of 285.57º degrees, saturation: 0.7, 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 #DB9FEE is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 159 238 -
CMYK 0.08 0.33 0 0.07
HSL 285.57º 0.7% 0.78% -
HSV(B) 285.57º 0.33% 0.93% -
XYZ 57.04 46.03 86.77 -
YUV 185.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 219 159 238 0.08 0.33 0 0.07 285.57 0.7 0.78
Hex DB 9F EE 8 21 0 7 11E 46 4E
Octal 333 237 356 10 41 0 7 436 106 116
Binary 11011011 10011111 11101110 1000 100001 0 111 100011110 1000110 1001110

Color Harmonies of #DB9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9FEE

Black with #DB9FEE

Text Example


Text Example

White with #DB9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9FEE; }

 p { color: rgb(219,159,238); }

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

background-color css

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

 a { background-color: rgb(219,159,238); }

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

border-color css

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

 span { border-color: rgb(219,159,238); }

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