Html Css Color HEX #DBA1ED Wisteria

📋 copy color: '#DBA1ED'

red 219 ◦ green 161 ◦ blue 237

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

Shades of Wisteria #DBA1ED

Tints of Wisteria #DBA1ED

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.09%

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

R = 35.49%
G = 26.09%
B = 38.41%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBA1ED (or 0xDBA1ED) is known color: Wisteria. HEX triplet: DB, A1 and ED. RGB value is (219,161,237). Sum of RGB (Red+Green+Blue) = 219+161+237=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1ED is #245E12. Grayscale: #BABABA. Windows color (decimal): -2383379 or 15573467. OLE color: 15573467.

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

Color convert

RGB 219 161 237 -
CMYK 0.08 0.32 0 0.07
HSL 285.79º 0.68% 0.78% -
HSV(B) 285.79º 0.32% 0.93% -
XYZ 57.24 46.66 86.11 -
YUV 187.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 219 161 237 0.08 0.32 0 0.07 285.79 0.68 0.78
Hex DB A1 ED 8 20 0 7 11E 44 4E
Octal 333 241 355 10 40 0 7 436 104 116
Binary 11011011 10100001 11101101 1000 100000 0 111 100011110 1000100 1001110

Color Harmonies of #DBA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1ED

Black with #DBA1ED

Text Example


Text Example

White with #DBA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1ED; }

 p { color: rgb(219,161,237); }

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

background-color css

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

 a { background-color: rgb(219,161,237); }

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

border-color css

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

 span { border-color: rgb(219,161,237); }

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