#D389E4

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

Shades of Wisteria #D389E4

Tints of Wisteria #D389E4

Color information

#D389E4 (or 0xD389E4) is unknown color: approx Wisteria. HEX triplet: D3, 89 and E4. RGB value is (211,137,228). Sum of RGB (Red+Green+Blue) = 211+137+228=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #D389E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389E4 is #2C761B. Grayscale: #A9A9A9. Windows color (decimal): -2913820 or 14977491. OLE color: 14977491.

HSL color Cylindrical-coordinate representation of color #D389E4: hue angle of 288.79º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D389E4 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB211137228-
CMYK0.070.4000.11
HSL288.79º62.76%71.57%-
HSV(B)288.79º39.91%89.41%-
XYZ49.8137.3477.98-
YUV169.5161.02157.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.63%
GREEN value IS 137 (53.91% from 255) = 23.78%
BLUE value IS 228 (89.45% from 255) = 39.58%
R=36.63%
G=23.78%
B=39.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2111372280.070.4000.11288.7962.7671.57
HexD389E47280B1213f48
Octal32321134475001344177110
Binary110100111000100111100100111101000010111001000011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D389E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D389E4; }

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

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

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

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

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

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

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

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