#D393E4

Color #D393E4 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D393E4

Tints of Wisteria #D393E4

Color information

#D393E4 (or 0xD393E4) is unknown color: approx Wisteria. HEX triplet: D3, 93 and E4. RGB value is (211,147,228). Sum of RGB (Red+Green+Blue) = 211+147+228=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 228 - color contains mainly: blue. Hex color #D393E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393E4 is #2C6C1B. Grayscale: #AFAFAF. Windows color (decimal): -2911260 or 14980051. OLE color: 14980051.

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

Color convert

RGB211147228-
CMYK0.070.3600.11
HSL287.41º60%73.53%-
HSV(B)287.41º35.53%89.41%-
XYZ51.340.3278.48-
YUV175.37157.7153.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 147 (57.81% from 255) = 25.09%
BLUE value IS 228 (89.45% from 255) = 38.91%
R=36.01%
G=25.09%
B=38.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2111472280.070.3600.11287.416073.53
HexD393E47240B11f3c4a
Octal32322334474401343774112
Binary110100111001001111100100111100100010111000111111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D393E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D393E4; }

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

 H1.HeaderClassName
 {
   color: #D393E4;
 }
 .AnyTagClassName
 {
   color: #D393E4;
 }
</style>
background-color css

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

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

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

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

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

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