Html Css Color HEX #D1A1DB Wisteria

📋 copy color: '#D1A1DB'

red 209 ◦ green 161 ◦ blue 219

#D1A1DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #D1A1DB

Tints of Wisteria #D1A1DB

RGB

 RED value IS 209 (82.03% from 255) = 35.48%

 GREEN value IS 161 (63.28% from 255) = 27.33%

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 35.48%
G = 27.33%
B = 37.18%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1A1DB (or 0xD1A1DB) is known color: Wisteria. HEX triplet: D1, A1 and DB. RGB value is (209,161,219). Sum of RGB (Red+Green+Blue) = 209+161+219=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A1DB is #2E5E24. Grayscale: #B5B5B5. Windows color (decimal): -3038757 or 14393809. OLE color: 14393809.

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

Color convert

RGB 209 161 219 -
CMYK 0.05 0.26 0 0.14
HSL 289.66º 0.45% 0.75% -
HSV(B) 289.66º 0.26% 0.86% -
XYZ 51.83 44.16 72.81 -
YUV 181.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 209 161 219 0.05 0.26 0 0.14 289.66 0.45 0.75
Hex D1 A1 DB 5 1A 0 E 122 2D 4B
Octal 321 241 333 5 32 0 16 442 55 113
Binary 11010001 10100001 11011011 101 11010 0 1110 100100010 101101 1001011

Color Harmonies of #D1A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A1DB

Black with #D1A1DB

Text Example


Text Example

White with #D1A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A1DB; }

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

 H1.HeaderClassName
 {
   color: #D1A1DB;
 }
 .AnyTagClassName
 {
   color: #D1A1DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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