Html Css Color HEX #D391EA Wisteria

📋 copy color: '#D391EA'

red 211 ◦ green 145 ◦ blue 234

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

Shades of Wisteria #D391EA

Tints of Wisteria #D391EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 35.76%
G = 24.58%
B = 39.66%

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

#D391EA (or 0xD391EA) is known color: Wisteria. HEX triplet: D3, 91 and EA. RGB value is (211,145,234). Sum of RGB (Red+Green+Blue) = 211+145+234=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #D391EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391EA is #2C6E15. Grayscale: #AEAEAE. Windows color (decimal): -2911766 or 15372755. OLE color: 15372755.

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

Color convert

RGB 211 145 234 -
CMYK 0.10 0.38 0 0.08
HSL 284.49º 0.68% 0.74% -
HSV(B) 284.49º 0.38% 0.92% -
XYZ 51.84 40.04 82.84 -
YUV 174.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 211 145 234 0.10 0.38 0 0.08 284.49 0.68 0.74
Hex D3 91 EA A 26 0 8 11C 44 4A
Octal 323 221 352 12 46 0 10 434 104 112
Binary 11010011 10010001 11101010 1010 100110 0 1000 100011100 1000100 1001010

Color Harmonies of #D391EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D391EA

Black with #D391EA

Text Example


Text Example

White with #D391EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D391EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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