#D093DA

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

Shades of Wisteria #D093DA

Tints of Wisteria #D093DA

Color information

#D093DA (or 0xD093DA) is unknown color: approx Wisteria. HEX triplet: D0, 93 and DA. RGB value is (208,147,218). Sum of RGB (Red+Green+Blue) = 208+147+218=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #D093DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093DA is #2F6C25. Grayscale: #ADADAD. Windows color (decimal): -3107878 or 14324688. OLE color: 14324688.

HSL color Cylindrical-coordinate representation of color #D093DA: hue angle of 291.55º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D093DA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208147218-
CMYK0.050.3300.15
HSL291.55º48.97%71.57%-
HSV(B)291.55º32.57%85.49%-
XYZ49.139.3471.34-
YUV173.33153.21152.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=36.30%
G=25.65%
B=38.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081472180.050.3300.15291.5548.9771.57
HexD093DA5210F1243148
Octal32022333254101744461110
Binary110100001001001111011010101100001011111001001001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093DA; }

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

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

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

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

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

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

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

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