Html Css Color HEX #D1A6DC Wisteria

📋 copy color: '#D1A6DC'

red 209 ◦ green 166 ◦ blue 220

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

Shades of Wisteria #D1A6DC

Tints of Wisteria #D1A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.9%

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

R = 35.13%
G = 27.9%
B = 36.97%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1A6DC (or 0xD1A6DC) is known color: Wisteria. HEX triplet: D1, A6 and DC. RGB value is (209,166,220). Sum of RGB (Red+Green+Blue) = 209+166+220=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6DC is #2E5923. Grayscale: #B8B8B8. Windows color (decimal): -3037476 or 14460625. OLE color: 14460625.

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

Color convert

RGB 209 166 220 -
CMYK 0.05 0.25 0 0.14
HSL 287.78º 0.44% 0.76% -
HSV(B) 287.78º 0.25% 0.86% -
XYZ 52.85 46 73.8 -
YUV 185.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 209 166 220 0.05 0.25 0 0.14 287.78 0.44 0.76
Hex D1 A6 DC 5 19 0 E 120 2C 4C
Octal 321 246 334 5 31 0 16 440 54 114
Binary 11010001 10100110 11011100 101 11001 0 1110 100100000 101100 1001100

Color Harmonies of #D1A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6DC

Black with #D1A6DC

Text Example


Text Example

White with #D1A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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