Html Css Color HEX #D2A8DC Wisteria

📋 copy color: '#D2A8DC'

red 210 ◦ green 168 ◦ blue 220

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

Shades of Wisteria #D2A8DC

Tints of Wisteria #D2A8DC

RGB

 RED value IS 210 (82.42% from 255) = 35.12%

 GREEN value IS 168 (66.02% from 255) = 28.09%

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

R = 35.12%
G = 28.09%
B = 36.79%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2A8DC (or 0xD2A8DC) is known color: Wisteria. HEX triplet: D2, A8 and DC. RGB value is (210,168,220). Sum of RGB (Red+Green+Blue) = 210+168+220=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8DC is #2D5723. Grayscale: #BABABA. Windows color (decimal): -2971428 or 14461138. OLE color: 14461138.

HSL color Cylindrical-coordinate representation of color #D2A8DC: hue angle of 288.46º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A8DC is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 168 220 -
CMYK 0.05 0.24 0 0.14
HSL 288.46º 0.43% 0.76% -
HSV(B) 288.46º 0.24% 0.86% -
XYZ 53.5 46.87 73.94 -
YUV 186.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 210 168 220 0.05 0.24 0 0.14 288.46 0.43 0.76
Hex D2 A8 DC 5 18 0 E 120 2B 4C
Octal 322 250 334 5 30 0 16 440 53 114
Binary 11010010 10101000 11011100 101 11000 0 1110 100100000 101011 1001100

Color Harmonies of #D2A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A8DC

Black with #D2A8DC

Text Example


Text Example

White with #D2A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A8DC; }

 p { color: rgb(210,168,220); }

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

background-color css

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

 a { background-color: rgb(210,168,220); }

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

border-color css

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

 span { border-color: rgb(210,168,220); }

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