#D096F1

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

Shades of Wisteria #D096F1

Tints of Wisteria #D096F1

Color information

#D096F1 (or 0xD096F1) is unknown color: approx Wisteria. HEX triplet: D0, 96 and F1. RGB value is (208,150,241). Sum of RGB (Red+Green+Blue) = 208+150+241=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #D096F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096F1 is #2F690E. Grayscale: #B1B1B1. Windows color (decimal): -3107087 or 15832784. OLE color: 15832784.

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

Color convert

RGB208150241-
CMYK0.140.3800.05
HSL278.24º76.47%76.67%-
HSV(B)278.24º37.76%94.51%-
XYZ52.841.5788.46-
YUV177.72163.72149.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 150 (58.98% from 255) = 25.04%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=34.72%
G=25.04%
B=40.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081502410.140.3800.05278.2476.4776.67
HexD096F1E26051164c4d
Octal320226361164605426114115
Binary1101000010010110111100011110100110010110001011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096F1; }

 p { color: rgb(208,150,241); }

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

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

 a { background-color: rgb(208,150,241); }

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

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

 span { border-color: rgb(208,150,241); }

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