Html Css Color HEX #D394E5 Wisteria

📋 copy color: '#D394E5'

red 211 ◦ green 148 ◦ blue 229

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

Shades of Wisteria #D394E5

Tints of Wisteria #D394E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.95%

R = 35.88%
G = 25.17%
B = 38.95%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D394E5 (or 0xD394E5) is known color: Wisteria. HEX triplet: D3, 94 and E5. RGB value is (211,148,229). Sum of RGB (Red+Green+Blue) = 211+148+229=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #D394E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D394E5 is #2C6B1A. Grayscale: #AFAFAF. Windows color (decimal): -2911003 or 15045843. OLE color: 15045843.

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

Color convert

RGB 211 148 229 -
CMYK 0.08 0.35 0 0.10
HSL 286.67º 0.61% 0.74% -
HSV(B) 286.67º 0.35% 0.9% -
XYZ 51.6 40.69 79.26 -
YUV 176.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 211 148 229 0.08 0.35 0 0.10 286.67 0.61 0.74
Hex D3 94 E5 8 23 0 A 11F 3D 4A
Octal 323 224 345 10 43 0 12 437 75 112
Binary 11010011 10010100 11100101 1000 100011 0 1010 100011111 111101 1001010

Color Harmonies of #D394E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D394E5

Black with #D394E5

Text Example


Text Example

White with #D394E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D394E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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