Html Css Color HEX #D1A0DB Wisteria

📋 copy color: '#D1A0DB'

red 209 ◦ green 160 ◦ blue 219

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

Shades of Wisteria #D1A0DB

Tints of Wisteria #D1A0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.21%

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

R = 35.54%
G = 27.21%
B = 37.24%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1A0DB (or 0xD1A0DB) is known color: Wisteria. HEX triplet: D1, A0 and DB. RGB value is (209,160,219). Sum of RGB (Red+Green+Blue) = 209+160+219=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0DB is #2E5F24. Grayscale: #B5B5B5. Windows color (decimal): -3039013 or 14393553. OLE color: 14393553.

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

Color convert

RGB 209 160 219 -
CMYK 0.05 0.27 0 0.14
HSL 289.83º 0.45% 0.74% -
HSV(B) 289.83º 0.27% 0.86% -
XYZ 51.65 43.81 72.75 -
YUV 181.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 209 160 219 0.05 0.27 0 0.14 289.83 0.45 0.74
Hex D1 A0 DB 5 1B 0 E 122 2D 4A
Octal 321 240 333 5 33 0 16 442 55 112
Binary 11010001 10100000 11011011 101 11011 0 1110 100100010 101101 1001010

Color Harmonies of #D1A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A0DB

Black with #D1A0DB

Text Example


Text Example

White with #D1A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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