Html Css Color HEX #D4A4DF Wisteria

📋 copy color: '#D4A4DF'

red 212 ◦ green 164 ◦ blue 223

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

Shades of Wisteria #D4A4DF

Tints of Wisteria #D4A4DF

RGB

 RED value IS 212 (83.2% from 255) = 35.39%

 GREEN value IS 164 (64.45% from 255) = 27.38%

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

R = 35.39%
G = 27.38%
B = 37.23%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4A4DF (or 0xD4A4DF) is known color: Wisteria. HEX triplet: D4, A4 and DF. RGB value is (212,164,223). Sum of RGB (Red+Green+Blue) = 212+164+223=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4A4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4DF is #2B5B20. Grayscale: #B8B8B8. Windows color (decimal): -2841377 or 14656724. OLE color: 14656724.

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

Color convert

RGB 212 164 223 -
CMYK 0.05 0.26 0 0.13
HSL 288.81º 0.48% 0.76% -
HSV(B) 288.81º 0.26% 0.87% -
XYZ 53.75 45.88 75.83 -
YUV 185.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 212 164 223 0.05 0.26 0 0.13 288.81 0.48 0.76
Hex D4 A4 DF 5 1A 0 D 121 30 4C
Octal 324 244 337 5 32 0 15 441 60 114
Binary 11010100 10100100 11011111 101 11010 0 1101 100100001 110000 1001100

Color Harmonies of #D4A4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A4DF

Black with #D4A4DF

Text Example


Text Example

White with #D4A4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A4DF; }

 p { color: rgb(212,164,223); }

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

background-color css

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

 a { background-color: rgb(212,164,223); }

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

border-color css

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

 span { border-color: rgb(212,164,223); }

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