Html Css Color HEX #DB9BEF Wisteria

📋 copy color: '#DB9BEF'

red 219 ◦ green 155 ◦ blue 239

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

Shades of Wisteria #DB9BEF

Tints of Wisteria #DB9BEF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.29%

 BLUE value IS 239 (93.75% from 255) = 38.99%

R = 35.73%
G = 25.29%
B = 38.99%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB9BEF (or 0xDB9BEF) is known color: Wisteria. HEX triplet: DB, 9B and EF. RGB value is (219,155,239). Sum of RGB (Red+Green+Blue) = 219+155+239=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB9BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BEF is #246410. Grayscale: #B7B7B7. Windows color (decimal): -2384913 or 15703003. OLE color: 15703003.

HSL color Cylindrical-coordinate representation of color #DB9BEF: hue angle of 285.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB9BEF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 155 239 -
CMYK 0.08 0.35 0 0.06
HSL 285.71º 0.72% 0.77% -
HSV(B) 285.71º 0.35% 0.94% -
XYZ 56.51 44.73 87.32 -
YUV 183.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 219 155 239 0.08 0.35 0 0.06 285.71 0.72 0.77
Hex DB 9B EF 8 23 0 6 11E 48 4D
Octal 333 233 357 10 43 0 6 436 110 115
Binary 11011011 10011011 11101111 1000 100011 0 110 100011110 1001000 1001101

Color Harmonies of #DB9BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BEF

Black with #DB9BEF

Text Example


Text Example

White with #DB9BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BEF; }

 p { color: rgb(219,155,239); }

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

background-color css

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

 a { background-color: rgb(219,155,239); }

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

border-color css

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

 span { border-color: rgb(219,155,239); }

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