Html Css Color HEX #D2A8DB Wisteria

📋 copy color: '#D2A8DB'

red 210 ◦ green 168 ◦ blue 219

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

Shades of Wisteria #D2A8DB

Tints of Wisteria #D2A8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 35.18%
G = 28.14%
B = 36.68%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2A8DB (or 0xD2A8DB) is known color: Wisteria. HEX triplet: D2, A8 and DB. RGB value is (210,168,219). Sum of RGB (Red+Green+Blue) = 210+168+219=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8DB is #2D5724. Grayscale: #BABABA. Windows color (decimal): -2971429 or 14395602. OLE color: 14395602.

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

Color convert

RGB 210 168 219 -
CMYK 0.04 0.23 0 0.14
HSL 289.41º 0.41% 0.76% -
HSV(B) 289.41º 0.23% 0.86% -
XYZ 53.37 46.82 73.24 -
YUV 186.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 210 168 219 0.04 0.23 0 0.14 289.41 0.41 0.76
Hex D2 A8 DB 4 17 0 E 121 29 4C
Octal 322 250 333 4 27 0 16 441 51 114
Binary 11010010 10101000 11011011 100 10111 0 1110 100100001 101001 1001100

Color Harmonies of #D2A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A8DB

Black with #D2A8DB

Text Example


Text Example

White with #D2A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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