Html Css Color HEX #D0A1DB Wisteria

📋 copy color: '#D0A1DB'

red 208 ◦ green 161 ◦ blue 219

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

Shades of Wisteria #D0A1DB

Tints of Wisteria #D0A1DB

RGB

 RED value IS 208 (81.64% from 255) = 35.37%

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

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

R = 35.37%
G = 27.38%
B = 37.24%

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

#D0A1DB (or 0xD0A1DB) is known color: Wisteria. HEX triplet: D0, A1 and DB. RGB value is (208,161,219). Sum of RGB (Red+Green+Blue) = 208+161+219=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 161 (63.28% from 255 or 27.38% 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 #D0A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1DB is #2F5E24. Grayscale: #B5B5B5. Windows color (decimal): -3104293 or 14393808. OLE color: 14393808.

HSL color Cylindrical-coordinate representation of color #D0A1DB: hue angle of 288.62º 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 #D0A1DB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 161 219 -
CMYK 0.05 0.26 0 0.14
HSL 288.62º 0.45% 0.75% -
HSV(B) 288.62º 0.26% 0.86% -
XYZ 51.54 44.01 72.8 -
YUV 181.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 208 161 219 0.05 0.26 0 0.14 288.62 0.45 0.75
Hex D0 A1 DB 5 1A 0 E 121 2D 4B
Octal 320 241 333 5 32 0 16 441 55 113
Binary 11010000 10100001 11011011 101 11010 0 1110 100100001 101101 1001011

Color Harmonies of #D0A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A1DB

Black with #D0A1DB

Text Example


Text Example

White with #D0A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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