Html Css Color HEX #D391EE Wisteria

📋 copy color: '#D391EE'

red 211 ◦ green 145 ◦ blue 238

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

Shades of Wisteria #D391EE

Tints of Wisteria #D391EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.07%

R = 35.52%
G = 24.41%
B = 40.07%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D391EE (or 0xD391EE) is known color: Wisteria. HEX triplet: D3, 91 and EE. RGB value is (211,145,238). Sum of RGB (Red+Green+Blue) = 211+145+238=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #D391EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391EE is #2C6E11. Grayscale: #AFAFAF. Windows color (decimal): -2911762 or 15634899. OLE color: 15634899.

HSL color Cylindrical-coordinate representation of color #D391EE: hue angle of 282.58º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D391EE is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 145 238 -
CMYK 0.11 0.39 0 0.07
HSL 282.58º 0.73% 0.75% -
HSV(B) 282.58º 0.39% 0.93% -
XYZ 52.42 40.27 85.9 -
YUV 175.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 211 145 238 0.11 0.39 0 0.07 282.58 0.73 0.75
Hex D3 91 EE B 27 0 7 11B 49 4B
Octal 323 221 356 13 47 0 7 433 111 113
Binary 11010011 10010001 11101110 1011 100111 0 111 100011011 1001001 1001011

Color Harmonies of #D391EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D391EE

Black with #D391EE

Text Example


Text Example

White with #D391EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D391EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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