Html Css Color HEX #D1A0EF Wisteria

📋 copy color: '#D1A0EF'

red 209 ◦ green 160 ◦ blue 239

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

Shades of Wisteria #D1A0EF

Tints of Wisteria #D1A0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.31%

R = 34.38%
G = 26.32%
B = 39.31%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D1A0EF (or 0xD1A0EF) is known color: Wisteria. HEX triplet: D1, A0 and EF. RGB value is (209,160,239). Sum of RGB (Red+Green+Blue) = 209+160+239=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1A0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A0EF is #2E5F10. Grayscale: #B7B7B7. Windows color (decimal): -3038993 or 15704273. OLE color: 15704273.

HSL color Cylindrical-coordinate representation of color #D1A0EF: hue angle of 277.22º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A0EF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 160 239 -
CMYK 0.13 0.33 0 0.06
HSL 277.22º 0.71% 0.78% -
HSV(B) 277.22º 0.33% 0.94% -
XYZ 54.45 44.93 87.46 -
YUV 183.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 209 160 239 0.13 0.33 0 0.06 277.22 0.71 0.78
Hex D1 A0 EF D 21 0 6 115 47 4E
Octal 321 240 357 15 41 0 6 425 107 116
Binary 11010001 10100000 11101111 1101 100001 0 110 100010101 1000111 1001110

Color Harmonies of #D1A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A0EF

Black with #D1A0EF

Text Example


Text Example

White with #D1A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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