#D392EE

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

Shades of Wisteria #D392EE

Tints of Wisteria #D392EE

Color information

#D392EE (or 0xD392EE) is unknown color: approx Wisteria. HEX triplet: D3, 92 and EE. RGB value is (211,146,238). Sum of RGB (Red+Green+Blue) = 211+146+238=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #D392EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D392EE is #2C6D11. Grayscale: #AFAFAF. Windows color (decimal): -2911506 or 15635155. OLE color: 15635155.

HSL color Cylindrical-coordinate representation of color #D392EE: hue angle of 282.39º 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 #D392EE is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211146238-
CMYK0.110.3900.07
HSL282.39º73.02%75.29%-
HSV(B)282.39º38.66%93.33%-
XYZ52.5840.5885.95-
YUV175.92163.03153.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.46%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 238 (93.36% from 255) = 40%
R=35.46%
G=24.54%
B=40%

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
Decimal2111462380.110.3900.07282.3973.0275.29
HexD392EEB270711a494b
Octal323222356134707432111113
Binary1101001110010010111011101011100111011110001101010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D392EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D392EE; }

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

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

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

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

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

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

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

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