Html Css Color HEX #D1A0DC Wisteria

📋 copy color: '#D1A0DC'

red 209 ◦ green 160 ◦ blue 220

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

Shades of Wisteria #D1A0DC

Tints of Wisteria #D1A0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 35.48%
G = 27.16%
B = 37.35%

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

#D1A0DC (or 0xD1A0DC) is known color: Wisteria. HEX triplet: D1, A0 and DC. RGB value is (209,160,220). Sum of RGB (Red+Green+Blue) = 209+160+220=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0DC is #2E5F23. Grayscale: #B5B5B5. Windows color (decimal): -3039012 or 14459089. OLE color: 14459089.

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

Color convert

RGB 209 160 220 -
CMYK 0.05 0.27 0 0.14
HSL 289º 0.46% 0.75% -
HSV(B) 289º 0.27% 0.86% -
XYZ 51.78 43.86 73.45 -
YUV 181.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 209 160 220 0.05 0.27 0 0.14 289 0.46 0.75
Hex D1 A0 DC 5 1B 0 E 121 2E 4B
Octal 321 240 334 5 33 0 16 441 56 113
Binary 11010001 10100000 11011100 101 11011 0 1110 100100001 101110 1001011

Color Harmonies of #D1A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A0DC

Black with #D1A0DC

Text Example


Text Example

White with #D1A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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