Html Css Color HEX #D394EB Wisteria

📋 copy color: '#D394EB'

red 211 ◦ green 148 ◦ blue 235

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

Shades of Wisteria #D394EB

Tints of Wisteria #D394EB

RGB

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

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

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

R = 35.52%
G = 24.92%
B = 39.56%

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

#D394EB (or 0xD394EB) is known color: Wisteria. HEX triplet: D3, 94 and EB. RGB value is (211,148,235). Sum of RGB (Red+Green+Blue) = 211+148+235=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #D394EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D394EB is #2C6B14. Grayscale: #B0B0B0. Windows color (decimal): -2910997 or 15439059. OLE color: 15439059.

HSL color Cylindrical-coordinate representation of color #D394EB: hue angle of 283.45º degrees, saturation: 0.69, 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 #D394EB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 148 235 -
CMYK 0.10 0.37 0 0.08
HSL 283.45º 0.69% 0.75% -
HSV(B) 283.45º 0.37% 0.92% -
XYZ 52.45 41.03 83.75 -
YUV 176.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 211 148 235 0.10 0.37 0 0.08 283.45 0.69 0.75
Hex D3 94 EB A 25 0 8 11B 45 4B
Octal 323 224 353 12 45 0 10 433 105 113
Binary 11010011 10010100 11101011 1010 100101 0 1000 100011011 1000101 1001011

Color Harmonies of #D394EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D394EB

Black with #D394EB

Text Example


Text Example

White with #D394EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D394EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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