Html Css Color HEX #D1A2DD Wisteria

📋 copy color: '#D1A2DD'

red 209 ◦ green 162 ◦ blue 221

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

Shades of Wisteria #D1A2DD

Tints of Wisteria #D1A2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.36%

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

R = 35.3%
G = 27.36%
B = 37.33%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1A2DD (or 0xD1A2DD) is known color: Wisteria. HEX triplet: D1, A2 and DD. RGB value is (209,162,221). Sum of RGB (Red+Green+Blue) = 209+162+221=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1A2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2DD is #2E5D22. Grayscale: #B6B6B6. Windows color (decimal): -3038499 or 14525137. OLE color: 14525137.

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

Color convert

RGB 209 162 221 -
CMYK 0.05 0.27 0 0.13
HSL 287.8º 0.46% 0.75% -
HSV(B) 287.8º 0.27% 0.87% -
XYZ 52.27 44.62 74.26 -
YUV 182.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 209 162 221 0.05 0.27 0 0.13 287.8 0.46 0.75
Hex D1 A2 DD 5 1B 0 D 120 2E 4B
Octal 321 242 335 5 33 0 15 440 56 113
Binary 11010001 10100010 11011101 101 11011 0 1101 100100000 101110 1001011

Color Harmonies of #D1A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A2DD

Black with #D1A2DD

Text Example


Text Example

White with #D1A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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