Html Css Color HEX #D393E2 Wisteria

📋 copy color: '#D393E2'

red 211 ◦ green 147 ◦ blue 226

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

Shades of Wisteria #D393E2

Tints of Wisteria #D393E2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.17%

 BLUE value IS 226 (88.67% from 255) = 38.7%

R = 36.13%
G = 25.17%
B = 38.7%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D393E2 (or 0xD393E2) is known color: Wisteria. HEX triplet: D3, 93 and E2. RGB value is (211,147,226). Sum of RGB (Red+Green+Blue) = 211+147+226=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #D393E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393E2 is #2C6C1D. Grayscale: #AEAEAE. Windows color (decimal): -2911262 or 14848979. OLE color: 14848979.

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

Color convert

RGB 211 147 226 -
CMYK 0.07 0.35 0 0.11
HSL 288.61º 0.58% 0.73% -
HSV(B) 288.61º 0.35% 0.89% -
XYZ 51.03 40.21 77.02 -
YUV 175.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 211 147 226 0.07 0.35 0 0.11 288.61 0.58 0.73
Hex D3 93 E2 7 23 0 B 121 3A 49
Octal 323 223 342 7 43 0 13 441 72 111
Binary 11010011 10010011 11100010 111 100011 0 1011 100100001 111010 1001001

Color Harmonies of #D393E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D393E2

Black with #D393E2

Text Example


Text Example

White with #D393E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D393E2; }

 p { color: rgb(211,147,226); }

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

background-color css

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

 a { background-color: rgb(211,147,226); }

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

border-color css

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

 span { border-color: rgb(211,147,226); }

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