#D389E7

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

Shades of Wisteria #D389E7

Tints of Wisteria #D389E7

Color information

#D389E7 (or 0xD389E7) is unknown color: approx Wisteria. HEX triplet: D3, 89 and E7. RGB value is (211,137,231). Sum of RGB (Red+Green+Blue) = 211+137+231=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #D389E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D389E7 is #2C7618. Grayscale: #A9A9A9. Windows color (decimal): -2913817 or 15174099. OLE color: 15174099.

HSL color Cylindrical-coordinate representation of color #D389E7: hue angle of 287.23º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D389E7 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB211137231-
CMYK0.090.4100.09
HSL287.23º66.2%72.16%-
HSV(B)287.23º40.69%90.59%-
XYZ50.2337.5180.19-
YUV169.84162.52157.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.44%
GREEN value IS 137 (53.91% from 255) = 23.66%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=36.44%
G=23.66%
B=39.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2111372310.090.4100.09287.2366.272.16
HexD389E79290911f4248
Octal3232113471151011437102110
Binary11010011100010011110011110011010010100110001111110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D389E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D389E7; }

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

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

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

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

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

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

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

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