#D196E2

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

Shades of Wisteria #D196E2

Tints of Wisteria #D196E2

Color information

#D196E2 (or 0xD196E2) is unknown color: approx Wisteria. HEX triplet: D1, 96 and E2. RGB value is (209,150,226). Sum of RGB (Red+Green+Blue) = 209+150+226=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #D196E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196E2 is #2E691D. Grayscale: #B0B0B0. Windows color (decimal): -3041566 or 14849745. OLE color: 14849745.

HSL color Cylindrical-coordinate representation of color #D196E2: hue angle of 286.58º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D196E2 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB209150226-
CMYK0.080.3400.11
HSL286.58º56.72%73.73%-
HSV(B)286.58º33.63%88.63%-
XYZ50.9340.8677.15-
YUV176.3156.05151.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 150 (58.98% from 255) = 25.64%
BLUE value IS 226 (88.67% from 255) = 38.63%
R=35.73%
G=25.64%
B=38.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2091502260.080.3400.11286.5856.7273.73
HexD196E28220B11f394a
Octal321226342104201343771112
Binary1101000110010110111000101000100010010111000111111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196E2; }

 p { color: rgb(209,150,226); }

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

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

 a { background-color: rgb(209,150,226); }

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

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

 span { border-color: rgb(209,150,226); }

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