#D390EE

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

Shades of Wisteria #D390EE

Tints of Wisteria #D390EE

Color information

#D390EE (or 0xD390EE) is unknown color: approx Wisteria. HEX triplet: D3, 90 and EE. RGB value is (211,144,238). Sum of RGB (Red+Green+Blue) = 211+144+238=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #D390EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D390EE is #2C6F11. Grayscale: #AEAEAE. Windows color (decimal): -2912018 or 15634643. OLE color: 15634643.

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

Color convert

RGB211144238-
CMYK0.110.3900.07
HSL282.77º73.44%74.9%-
HSV(B)282.77º39.5%93.33%-
XYZ52.2739.9785.85-
YUV174.75163.7153.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.58%
GREEN value IS 144 (56.64% from 255) = 24.28%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=35.58%
G=24.28%
B=40.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111442380.110.3900.07282.7773.4474.9
HexD390EEB270711b494b
Octal323220356134707433111113
Binary1101001110010000111011101011100111011110001101110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D390EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D390EE; }

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

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

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

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

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

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

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

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