#D091F9

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

Shades of Wisteria #D091F9

Tints of Wisteria #D091F9

Color information

#D091F9 (or 0xD091F9) is unknown color: approx Wisteria. HEX triplet: D0, 91 and F9. RGB value is (208,145,249). Sum of RGB (Red+Green+Blue) = 208+145+249=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #D091F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091F9 is #2F6E06. Grayscale: #AFAFAF. Windows color (decimal): -3108359 or 16355792. OLE color: 16355792.

HSL color Cylindrical-coordinate representation of color #D091F9: hue angle of 276.35º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D091F9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208145249-
CMYK0.160.4200.02
HSL276.35º89.66%77.25%-
HSV(B)276.35º41.77%97.65%-
XYZ53.2440.594.63-
YUV175.69169.37151.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 145 (57.03% from 255) = 24.09%
BLUE value IS 249 (97.66% from 255) = 41.36%
R=34.55%
G=24.09%
B=41.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081452490.160.4200.02276.3589.6677.25
HexD091F9102A021145a4d
Octal320221371205202424132115
Binary1101000010010001111110011000010101001010001010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091F9; }

 p { color: rgb(208,145,249); }

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

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

 a { background-color: rgb(208,145,249); }

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

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

 span { border-color: rgb(208,145,249); }

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