#D296DF

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

Shades of Wisteria #D296DF

Tints of Wisteria #D296DF

Color information

#D296DF (or 0xD296DF) is unknown color: approx Wisteria. HEX triplet: D2, 96 and DF. RGB value is (210,150,223). Sum of RGB (Red+Green+Blue) = 210+150+223=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #D296DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296DF is #2D6920. Grayscale: #B0B0B0. Windows color (decimal): -2976033 or 14653138. OLE color: 14653138.

HSL color Cylindrical-coordinate representation of color #D296DF: hue angle of 289.32º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D296DF is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210150223-
CMYK0.060.3300.13
HSL289.32º53.28%73.14%-
HSV(B)289.32º32.74%87.45%-
XYZ50.840.8475.02-
YUV176.26154.38152.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 150 (58.98% from 255) = 25.73%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=36.02%
G=25.73%
B=38.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101502230.060.3300.13289.3253.2873.14
HexD296DF6210D1213549
Octal32222633764101544165111
Binary110100101001011011011111110100001011011001000011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296DF; }

 p { color: rgb(210,150,223); }

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

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

 a { background-color: rgb(210,150,223); }

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

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

 span { border-color: rgb(210,150,223); }

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