#D093E7

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

Shades of Wisteria #D093E7

Tints of Wisteria #D093E7

Color information

#D093E7 (or 0xD093E7) is unknown color: approx Wisteria. HEX triplet: D0, 93 and E7. RGB value is (208,147,231). Sum of RGB (Red+Green+Blue) = 208+147+231=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #D093E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093E7 is #2F6C18. Grayscale: #AEAEAE. Windows color (decimal): -3107865 or 15176656. OLE color: 15176656.

HSL color Cylindrical-coordinate representation of color #D093E7: hue angle of 283.57º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D093E7 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208147231-
CMYK0.100.3600.09
HSL283.57º63.64%74.12%-
HSV(B)283.57º36.36%90.59%-
XYZ50.8740.0580.65-
YUV174.82159.71151.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 147 (57.81% from 255) = 25.09%
BLUE value IS 231 (90.62% from 255) = 39.42%
R=35.49%
G=25.09%
B=39.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081472310.100.3600.09283.5763.6474.12
HexD093E7A240911c404a
Octal3202233471244011434100112
Binary11010000100100111110011110101001000100110001110010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093E7; }

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

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

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

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

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

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

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

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