Html Css Color HEX #D5A9DF Wisteria

📋 copy color: '#D5A9DF'

red 213 ◦ green 169 ◦ blue 223

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

Shades of Wisteria #D5A9DF

Tints of Wisteria #D5A9DF

RGB

 RED value IS 213 (83.59% from 255) = 35.21%

 GREEN value IS 169 (66.41% from 255) = 27.93%

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 35.21%
G = 27.93%
B = 36.86%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5A9DF (or 0xD5A9DF) is known color: Wisteria. HEX triplet: D5, A9 and DF. RGB value is (213,169,223). Sum of RGB (Red+Green+Blue) = 213+169+223=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A9DF is #2A5620. Grayscale: #BCBCBC. Windows color (decimal): -2774561 or 14658005. OLE color: 14658005.

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

Color convert

RGB 213 169 223 -
CMYK 0.04 0.24 0 0.13
HSL 288.89º 0.46% 0.77% -
HSV(B) 288.89º 0.24% 0.87% -
XYZ 54.95 47.85 76.15 -
YUV 188.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 213 169 223 0.04 0.24 0 0.13 288.89 0.46 0.77
Hex D5 A9 DF 4 18 0 D 121 2E 4D
Octal 325 251 337 4 30 0 15 441 56 115
Binary 11010101 10101001 11011111 100 11000 0 1101 100100001 101110 1001101

Color Harmonies of #D5A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A9DF

Black with #D5A9DF

Text Example


Text Example

White with #D5A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A9DF; }

 p { color: rgb(213,169,223); }

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

background-color css

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

 a { background-color: rgb(213,169,223); }

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

border-color css

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

 span { border-color: rgb(213,169,223); }

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