#D395EA

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

Shades of Wisteria #D395EA

Tints of Wisteria #D395EA

Color information

#D395EA (or 0xD395EA) is unknown color: approx Wisteria. HEX triplet: D3, 95 and EA. RGB value is (211,149,234). Sum of RGB (Red+Green+Blue) = 211+149+234=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #D395EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D395EA is #2C6A15. Grayscale: #B0B0B0. Windows color (decimal): -2910742 or 15373779. OLE color: 15373779.

HSL color Cylindrical-coordinate representation of color #D395EA: hue angle of 283.76º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D395EA is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211149234-
CMYK0.100.3600.08
HSL283.76º66.93%75.1%-
HSV(B)283.76º36.32%91.76%-
XYZ52.4641.2883.05-
YUV177.23160.04152.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.52%
GREEN value IS 149 (58.59% from 255) = 25.08%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=35.52%
G=25.08%
B=39.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111492340.100.3600.08283.7666.9375.1
HexD395EAA240811c434b
Octal3232253521244010434103113
Binary11010011100101011110101010101001000100010001110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D395EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D395EA; }

 p { color: rgb(211,149,234); }

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

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

 a { background-color: rgb(211,149,234); }

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

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

 span { border-color: rgb(211,149,234); }

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