Html Css Color HEX #D0A7DB Wisteria

📋 copy color: '#D0A7DB'

red 208 ◦ green 167 ◦ blue 219

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

Shades of Wisteria #D0A7DB

Tints of Wisteria #D0A7DB

RGB

 RED value IS 208 (81.64% from 255) = 35.02%

 GREEN value IS 167 (65.63% from 255) = 28.11%

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

R = 35.02%
G = 28.11%
B = 36.87%

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

#D0A7DB (or 0xD0A7DB) is known color: Wisteria. HEX triplet: D0, A7 and DB. RGB value is (208,167,219). Sum of RGB (Red+Green+Blue) = 208+167+219=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7DB is #2F5824. Grayscale: #B9B9B9. Windows color (decimal): -3102757 or 14395344. OLE color: 14395344.

HSL color Cylindrical-coordinate representation of color #D0A7DB: hue angle of 287.31º degrees, saturation: 0.42, 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 #D0A7DB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 167 219 -
CMYK 0.05 0.24 0 0.14
HSL 287.31º 0.42% 0.76% -
HSV(B) 287.31º 0.24% 0.86% -
XYZ 52.62 46.16 73.15 -
YUV 185.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 208 167 219 0.05 0.24 0 0.14 287.31 0.42 0.76
Hex D0 A7 DB 5 18 0 E 11F 2A 4C
Octal 320 247 333 5 30 0 16 437 52 114
Binary 11010000 10100111 11011011 101 11000 0 1110 100011111 101010 1001100

Color Harmonies of #D0A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A7DB

Black with #D0A7DB

Text Example


Text Example

White with #D0A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A7DB; }

 p { color: rgb(208,167,219); }

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

background-color css

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

 a { background-color: rgb(208,167,219); }

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

border-color css

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

 span { border-color: rgb(208,167,219); }

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