Html Css Color HEX #DB9EEF Wisteria

📋 copy color: '#DB9EEF'

red 219 ◦ green 158 ◦ blue 239

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

Shades of Wisteria #DB9EEF

Tints of Wisteria #DB9EEF

RGB

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

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

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

R = 35.55%
G = 25.65%
B = 38.8%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB9EEF (or 0xDB9EEF) is known color: Wisteria. HEX triplet: DB, 9E and EF. RGB value is (219,158,239). Sum of RGB (Red+Green+Blue) = 219+158+239=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EEF is #246110. Grayscale: #B9B9B9. Windows color (decimal): -2384145 or 15703771. OLE color: 15703771.

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

Color convert

RGB 219 158 239 -
CMYK 0.08 0.34 0 0.06
HSL 285.19º 0.72% 0.78% -
HSV(B) 285.19º 0.34% 0.94% -
XYZ 57.02 45.75 87.49 -
YUV 185.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 219 158 239 0.08 0.34 0 0.06 285.19 0.72 0.78
Hex DB 9E EF 8 22 0 6 11D 48 4E
Octal 333 236 357 10 42 0 6 435 110 116
Binary 11011011 10011110 11101111 1000 100010 0 110 100011101 1001000 1001110

Color Harmonies of #DB9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EEF

Black with #DB9EEF

Text Example


Text Example

White with #DB9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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