#D09FF3

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

Shades of Wisteria #D09FF3

Tints of Wisteria #D09FF3

Color information

#D09FF3 (or 0xD09FF3) is unknown color: approx Wisteria. HEX triplet: D0, 9F and F3. RGB value is (208,159,243). Sum of RGB (Red+Green+Blue) = 208+159+243=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #D09FF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FF3 is #2F600C. Grayscale: #B6B6B6. Windows color (decimal): -3104781 or 15966160. OLE color: 15966160.

HSL color Cylindrical-coordinate representation of color #D09FF3: hue angle of 275º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D09FF3 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208159243-
CMYK0.140.3500.05
HSL275º77.78%78.82%-
HSV(B)275º34.57%95.29%-
XYZ54.5944.6890.54-
YUV183.23161.73145.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.10%
GREEN value IS 159 (62.5% from 255) = 26.07%
BLUE value IS 243 (95.31% from 255) = 39.84%
R=34.10%
G=26.07%
B=39.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081592430.140.3500.0527577.7878.82
HexD09FF3E23051134e4f
Octal320237363164305423116117
Binary1101000010011111111100111110100011010110001001110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FF3; }

 p { color: rgb(208,159,243); }

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

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

 a { background-color: rgb(208,159,243); }

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

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

 span { border-color: rgb(208,159,243); }

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