Html Css Color HEX #D3A5DC Wisteria

📋 copy color: '#D3A5DC'

red 211 ◦ green 165 ◦ blue 220

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

Shades of Wisteria #D3A5DC

Tints of Wisteria #D3A5DC

RGB

 RED value IS 211 (82.81% from 255) = 35.4%

 GREEN value IS 165 (64.84% from 255) = 27.68%

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 35.4%
G = 27.68%
B = 36.91%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D3A5DC (or 0xD3A5DC) is known color: Wisteria. HEX triplet: D3, A5 and DC. RGB value is (211,165,220). Sum of RGB (Red+Green+Blue) = 211+165+220=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3A5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A5DC is #2C5A23. Grayscale: #B8B8B8. Windows color (decimal): -2906660 or 14460371. OLE color: 14460371.

HSL color Cylindrical-coordinate representation of color #D3A5DC: hue angle of 290.18º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3A5DC is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 165 220 -
CMYK 0.04 0.25 0 0.14
HSL 290.18º 0.44% 0.75% -
HSV(B) 290.18º 0.25% 0.86% -
XYZ 53.24 45.93 73.77 -
YUV 185.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 211 165 220 0.04 0.25 0 0.14 290.18 0.44 0.75
Hex D3 A5 DC 4 19 0 E 122 2C 4B
Octal 323 245 334 4 31 0 16 442 54 113
Binary 11010011 10100101 11011100 100 11001 0 1110 100100010 101100 1001011

Color Harmonies of #D3A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A5DC

Black with #D3A5DC

Text Example


Text Example

White with #D3A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A5DC; }

 p { color: rgb(211,165,220); }

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

background-color css

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

 a { background-color: rgb(211,165,220); }

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

border-color css

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

 span { border-color: rgb(211,165,220); }

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