#d388e7

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

Shades of Wisteria #D388E7

Tints of Wisteria #D388E7

Color information

#D388E7 (or 0xD388E7) is unknown color: approx Wisteria. HEX triplet: D3, 88 and E7. RGB value is (211,136,231). Sum of RGB (Red+Green+Blue) = 211+136+231=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #D388E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D388E7 is #2C7718. Grayscale: #A8A8A8. Windows color (decimal): -2914073 or 15173843. OLE color: 15173843.

HSL color Cylindrical-coordinate representation of color #D388E7: hue angle of 287.37º 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 #D388E7 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB211136231-
CMYK0.090.4100.09
HSL287.37º66.43%71.96%-
HSV(B)287.37º41.13%90.59%-
XYZ50.0937.2380.15-
YUV169.26162.85157.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.51%
GREEN value IS 136 (53.52% from 255) = 23.53%
BLUE value IS 231 (90.62% from 255) = 39.97%
R=36.51%
G=23.53%
B=39.97%

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
Decimal2111362310.090.4100.09287.3766.4371.96
HexD388E79290911f4248
Octal3232103471151011437102110
Binary11010011100010001110011110011010010100110001111110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d388e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d388e7; }

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

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

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

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

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

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

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

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