Html Css Color HEX #D1A6DD Wisteria

📋 copy color: '#D1A6DD'

red 209 ◦ green 166 ◦ blue 221

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

Shades of Wisteria #D1A6DD

Tints of Wisteria #D1A6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.08%

R = 35.07%
G = 27.85%
B = 37.08%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1A6DD (or 0xD1A6DD) is known color: Wisteria. HEX triplet: D1, A6 and DD. RGB value is (209,166,221). Sum of RGB (Red+Green+Blue) = 209+166+221=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6DD is #2E5922. Grayscale: #B8B8B8. Windows color (decimal): -3037475 or 14526161. OLE color: 14526161.

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

Color convert

RGB 209 166 221 -
CMYK 0.05 0.25 0 0.13
HSL 286.91º 0.45% 0.76% -
HSV(B) 286.91º 0.25% 0.87% -
XYZ 52.98 46.05 74.5 -
YUV 185.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 209 166 221 0.05 0.25 0 0.13 286.91 0.45 0.76
Hex D1 A6 DD 5 19 0 D 11F 2D 4C
Octal 321 246 335 5 31 0 15 437 55 114
Binary 11010001 10100110 11011101 101 11001 0 1101 100011111 101101 1001100

Color Harmonies of #D1A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6DD

Black with #D1A6DD

Text Example


Text Example

White with #D1A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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