#D093EA

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

Shades of Wisteria #D093EA

Tints of Wisteria #D093EA

Color information

#D093EA (or 0xD093EA) is unknown color: approx Wisteria. HEX triplet: D0, 93 and EA. RGB value is (208,147,234). Sum of RGB (Red+Green+Blue) = 208+147+234=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #D093EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093EA is #2F6C15. Grayscale: #AEAEAE. Windows color (decimal): -3107862 or 15373264. OLE color: 15373264.

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

Color convert

RGB208147234-
CMYK0.110.3700.08
HSL282.07º67.44%74.71%-
HSV(B)282.07º37.18%91.76%-
XYZ51.340.2282.9-
YUV175.16161.21151.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=35.31%
G=24.96%
B=39.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081472340.110.3700.08282.0767.4474.71
HexD093EAB250811a434b
Octal3202233521345010432103113
Binary11010000100100111110101010111001010100010001101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093EA; }

 p { color: rgb(208,147,234); }

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

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

 a { background-color: rgb(208,147,234); }

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

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

 span { border-color: rgb(208,147,234); }

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