#D1A5DB

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

Shades of Wisteria #D1A5DB

Tints of Wisteria #D1A5DB

Color information

#D1A5DB (or 0xD1A5DB) is unknown color: approx Wisteria. HEX triplet: D1, A5 and DB. RGB value is (209,165,219). Sum of RGB (Red+Green+Blue) = 209+165+219=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1A5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A5DB is #2E5A24. Grayscale: #B8B8B8. Windows color (decimal): -3037733 or 14394833. OLE color: 14394833.

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

Color convert

RGB209165219-
CMYK0.050.2500.14
HSL288.89º42.86%75.29%-
HSV(B)288.89º24.66%85.88%-
XYZ52.5445.5873.05-
YUV184.31147.58145.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.24%
GREEN value IS 165 (64.84% from 255) = 27.82%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=35.24%
G=27.82%
B=36.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091652190.050.2500.14288.8942.8675.29
HexD1A5DB5190E1212b4b
Octal32124533353101644153113
Binary11010001101001011101101110111001011101001000011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A5DB; }

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

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

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

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

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

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

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

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