#D390E1

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

Shades of Wisteria #D390E1

Tints of Wisteria #D390E1

Color information

#D390E1 (or 0xD390E1) is unknown color: approx Wisteria. HEX triplet: D3, 90 and E1. RGB value is (211,144,225). Sum of RGB (Red+Green+Blue) = 211+144+225=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #D390E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390E1 is #2C6F1E. Grayscale: #ADADAD. Windows color (decimal): -2912031 or 14782675. OLE color: 14782675.

HSL color Cylindrical-coordinate representation of color #D390E1: hue angle of 289.63º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D390E1 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211144225-
CMYK0.060.3600.12
HSL289.63º57.45%72.35%-
HSV(B)289.63º36%88.24%-
XYZ50.4339.2376.15-
YUV173.27157.2154.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.38%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 225 (88.28% from 255) = 38.79%
R=36.38%
G=24.83%
B=38.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111442250.060.3600.12289.6357.4572.35
HexD390E16240C1223948
Octal32322034164401444271110
Binary110100111001000011100001110100100011001001000101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D390E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D390E1; }

 p { color: rgb(211,144,225); }

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

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

 a { background-color: rgb(211,144,225); }

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

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

 span { border-color: rgb(211,144,225); }

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