#D195DE

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

Shades of Wisteria #D195DE

Tints of Wisteria #D195DE

Color information

#D195DE (or 0xD195DE) is unknown color: approx Wisteria. HEX triplet: D1, 95 and DE. RGB value is (209,149,222). Sum of RGB (Red+Green+Blue) = 209+149+222=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #D195DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195DE is #2E6A21. Grayscale: #AFAFAF. Windows color (decimal): -3041826 or 14587345. OLE color: 14587345.

HSL color Cylindrical-coordinate representation of color #D195DE: 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 #D195DE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209149222-
CMYK0.060.3300.13
HSL289.32º52.52%72.75%-
HSV(B)289.32º32.88%87.06%-
XYZ50.2340.3274.24-
YUV175.26154.38152.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.03%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=36.03%
G=25.69%
B=38.28%

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
Decimal2091492220.060.3300.13289.3252.5272.75
HexD195DE6210D1213549
Octal32122533664101544165111
Binary110100011001010111011110110100001011011001000011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195DE; }

 p { color: rgb(209,149,222); }

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

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

 a { background-color: rgb(209,149,222); }

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

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

 span { border-color: rgb(209,149,222); }

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