#D196DD

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

Shades of Wisteria #D196DD

Tints of Wisteria #D196DD

Color information

#D196DD (or 0xD196DD) is unknown color: approx Wisteria. HEX triplet: D1, 96 and DD. RGB value is (209,150,221). Sum of RGB (Red+Green+Blue) = 209+150+221=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D196DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196DD is #2E6922. Grayscale: #AFAFAF. Windows color (decimal): -3041571 or 14522065. OLE color: 14522065.

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

Color convert

RGB209150221-
CMYK0.050.3200.13
HSL289.86º51.08%72.75%-
HSV(B)289.86º32.13%86.67%-
XYZ50.2540.5973.59-
YUV175.74153.55151.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.03%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=36.03%
G=25.86%
B=38.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091502210.050.3200.13289.8651.0872.75
HexD196DD5200D1223349
Octal32122633554001544263111
Binary110100011001011011011101101100000011011001000101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196DD; }

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

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

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

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

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

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

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

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