Html Css Color HEX #D391EB Wisteria

📋 copy color: '#D391EB'

red 211 ◦ green 145 ◦ blue 235

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

Shades of Wisteria #D391EB

Tints of Wisteria #D391EB

RGB

 RED value IS 211 (82.81% from 255) = 35.7%

 GREEN value IS 145 (57.03% from 255) = 24.53%

 BLUE value IS 235 (92.19% from 255) = 39.76%

R = 35.7%
G = 24.53%
B = 39.76%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D391EB (or 0xD391EB) is known color: Wisteria. HEX triplet: D3, 91 and EB. RGB value is (211,145,235). Sum of RGB (Red+Green+Blue) = 211+145+235=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #D391EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391EB is #2C6E14. Grayscale: #AEAEAE. Windows color (decimal): -2911765 or 15438291. OLE color: 15438291.

HSL color Cylindrical-coordinate representation of color #D391EB: hue angle of 284º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D391EB is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 145 235 -
CMYK 0.10 0.38 0 0.08
HSL 284º 0.69% 0.75% -
HSV(B) 284º 0.38% 0.92% -
XYZ 51.98 40.1 83.6 -
YUV 174.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 211 145 235 0.10 0.38 0 0.08 284 0.69 0.75
Hex D3 91 EB A 26 0 8 11C 45 4B
Octal 323 221 353 12 46 0 10 434 105 113
Binary 11010011 10010001 11101011 1010 100110 0 1000 100011100 1000101 1001011

Color Harmonies of #D391EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D391EB

Black with #D391EB

Text Example


Text Example

White with #D391EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D391EB; }

 p { color: rgb(211,145,235); }

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

background-color css

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

 a { background-color: rgb(211,145,235); }

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

border-color css

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

 span { border-color: rgb(211,145,235); }

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