Html Css Color HEX #D394EE Wisteria

📋 copy color: '#D394EE'

red 211 ◦ green 148 ◦ blue 238

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

Shades of Wisteria #D394EE

Tints of Wisteria #D394EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.79%

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

R = 35.34%
G = 24.79%
B = 39.87%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D394EE (or 0xD394EE) is known color: Wisteria. HEX triplet: D3, 94 and EE. RGB value is (211,148,238). Sum of RGB (Red+Green+Blue) = 211+148+238=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #D394EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D394EE is #2C6B11. Grayscale: #B0B0B0. Windows color (decimal): -2910994 or 15635667. OLE color: 15635667.

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

Color convert

RGB 211 148 238 -
CMYK 0.11 0.38 0 0.07
HSL 282º 0.73% 0.76% -
HSV(B) 282º 0.38% 0.93% -
XYZ 52.89 41.2 86.05 -
YUV 177.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 211 148 238 0.11 0.38 0 0.07 282 0.73 0.76
Hex D3 94 EE B 26 0 7 11A 49 4C
Octal 323 224 356 13 46 0 7 432 111 114
Binary 11010011 10010100 11101110 1011 100110 0 111 100011010 1001001 1001100

Color Harmonies of #D394EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D394EE

Black with #D394EE

Text Example


Text Example

White with #D394EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D394EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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