#D195DB

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

Shades of Wisteria #D195DB

Tints of Wisteria #D195DB

Color information

#D195DB (or 0xD195DB) is unknown color: approx Wisteria. HEX triplet: D1, 95 and DB. RGB value is (209,149,219). Sum of RGB (Red+Green+Blue) = 209+149+219=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D195DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195DB is #2E6A24. Grayscale: #AEAEAE. Windows color (decimal): -3041829 or 14390737. OLE color: 14390737.

HSL color Cylindrical-coordinate representation of color #D195DB: hue angle of 291.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D195DB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209149219-
CMYK0.050.3200.14
HSL291.43º49.3%72.16%-
HSV(B)291.43º31.96%85.88%-
XYZ49.8340.1672.14-
YUV174.92152.88152.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.22%
GREEN value IS 149 (58.59% from 255) = 25.82%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=36.22%
G=25.82%
B=37.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091492190.050.3200.14291.4349.372.16
HexD195DB5200E1233148
Octal32122533354001644361110
Binary110100011001010111011011101100000011101001000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195DB; }

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

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

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

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

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

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

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

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