Html Css Color HEX #D1A8DB Wisteria

📋 copy color: '#D1A8DB'

red 209 ◦ green 168 ◦ blue 219

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

Shades of Wisteria #D1A8DB

Tints of Wisteria #D1A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.19%

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

R = 35.07%
G = 28.19%
B = 36.74%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1A8DB (or 0xD1A8DB) is known color: Wisteria. HEX triplet: D1, A8 and DB. RGB value is (209,168,219). Sum of RGB (Red+Green+Blue) = 209+168+219=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8DB is #2E5724. Grayscale: #B9B9B9. Windows color (decimal): -3036965 or 14395601. OLE color: 14395601.

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

Color convert

RGB 209 168 219 -
CMYK 0.05 0.23 0 0.14
HSL 288.24º 0.41% 0.76% -
HSV(B) 288.24º 0.23% 0.86% -
XYZ 53.08 46.68 73.23 -
YUV 186.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 209 168 219 0.05 0.23 0 0.14 288.24 0.41 0.76
Hex D1 A8 DB 5 17 0 E 120 29 4C
Octal 321 250 333 5 27 0 16 440 51 114
Binary 11010001 10101000 11011011 101 10111 0 1110 100100000 101001 1001100

Color Harmonies of #D1A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A8DB

Black with #D1A8DB

Text Example


Text Example

White with #D1A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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