Html Css Color HEX #D9A1EA Wisteria

📋 copy color: '#D9A1EA'

red 217 ◦ green 161 ◦ blue 234

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

Shades of Wisteria #D9A1EA

Tints of Wisteria #D9A1EA

RGB

 RED value IS 217 (85.16% from 255) = 35.46%

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

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 35.46%
G = 26.31%
B = 38.24%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9A1EA (or 0xD9A1EA) is known color: Wisteria. HEX triplet: D9, A1 and EA. RGB value is (217,161,234). Sum of RGB (Red+Green+Blue) = 217+161+234=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9A1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A1EA is #265E15. Grayscale: #B9B9B9. Windows color (decimal): -2514454 or 15376857. OLE color: 15376857.

HSL color Cylindrical-coordinate representation of color #D9A1EA: hue angle of 286.03º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9A1EA is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 161 234 -
CMYK 0.07 0.31 0 0.08
HSL 286.03º 0.63% 0.77% -
HSV(B) 286.03º 0.31% 0.92% -
XYZ 56.21 46.18 83.79 -
YUV 186.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 217 161 234 0.07 0.31 0 0.08 286.03 0.63 0.77
Hex D9 A1 EA 7 1F 0 8 11E 3F 4D
Octal 331 241 352 7 37 0 10 436 77 115
Binary 11011001 10100001 11101010 111 11111 0 1000 100011110 111111 1001101

Color Harmonies of #D9A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A1EA

Black with #D9A1EA

Text Example


Text Example

White with #D9A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A1EA; }

 p { color: rgb(217,161,234); }

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

background-color css

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

 a { background-color: rgb(217,161,234); }

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

border-color css

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

 span { border-color: rgb(217,161,234); }

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