Html Css Color HEX #DB95F1 Wisteria

📋 copy color: '#DB95F1'

red 219 ◦ green 149 ◦ blue 241

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

Shades of Wisteria #DB95F1

Tints of Wisteria #DB95F1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.47%

 BLUE value IS 241 (94.53% from 255) = 39.57%

R = 35.96%
G = 24.47%
B = 39.57%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB95F1 (or 0xDB95F1) is known color: Wisteria. HEX triplet: DB, 95 and F1. RGB value is (219,149,241). Sum of RGB (Red+Green+Blue) = 219+149+241=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB95F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95F1 is #246A0E. Grayscale: #B4B4B4. Windows color (decimal): -2386447 or 15832539. OLE color: 15832539.

HSL color Cylindrical-coordinate representation of color #DB95F1: hue angle of 285.65º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB95F1 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 149 241 -
CMYK 0.09 0.38 0 0.05
HSL 285.65º 0.77% 0.76% -
HSV(B) 285.65º 0.38% 0.95% -
XYZ 55.84 42.91 88.56 -
YUV 180.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 219 149 241 0.09 0.38 0 0.05 285.65 0.77 0.76
Hex DB 95 F1 9 26 0 5 11E 4D 4C
Octal 333 225 361 11 46 0 5 436 115 114
Binary 11011011 10010101 11110001 1001 100110 0 101 100011110 1001101 1001100

Color Harmonies of #DB95F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95F1

Black with #DB95F1

Text Example


Text Example

White with #DB95F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95F1; }

 p { color: rgb(219,149,241); }

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

background-color css

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

 a { background-color: rgb(219,149,241); }

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

border-color css

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

 span { border-color: rgb(219,149,241); }

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