Html Css Color HEX #D394EA Wisteria

📋 copy color: '#D394EA'

red 211 ◦ green 148 ◦ blue 234

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

Shades of Wisteria #D394EA

Tints of Wisteria #D394EA

RGB

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

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

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

R = 35.58%
G = 24.96%
B = 39.46%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D394EA (or 0xD394EA) is known color: Wisteria. HEX triplet: D3, 94 and EA. RGB value is (211,148,234). Sum of RGB (Red+Green+Blue) = 211+148+234=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #D394EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D394EA is #2C6B15. Grayscale: #B0B0B0. Windows color (decimal): -2910998 or 15373523. OLE color: 15373523.

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

Color convert

RGB 211 148 234 -
CMYK 0.10 0.37 0 0.08
HSL 283.95º 0.67% 0.75% -
HSV(B) 283.95º 0.37% 0.92% -
XYZ 52.31 40.97 82.99 -
YUV 176.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 211 148 234 0.10 0.37 0 0.08 283.95 0.67 0.75
Hex D3 94 EA A 25 0 8 11C 43 4B
Octal 323 224 352 12 45 0 10 434 103 113
Binary 11010011 10010100 11101010 1010 100101 0 1000 100011100 1000011 1001011

Color Harmonies of #D394EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D394EA

Black with #D394EA

Text Example


Text Example

White with #D394EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D394EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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