Html Css Color HEX #D0A0DB Wisteria

📋 copy color: '#D0A0DB'

red 208 ◦ green 160 ◦ blue 219

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

Shades of Wisteria #D0A0DB

Tints of Wisteria #D0A0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.26%

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

R = 35.43%
G = 27.26%
B = 37.31%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0A0DB (or 0xD0A0DB) is known color: Wisteria. HEX triplet: D0, A0 and DB. RGB value is (208,160,219). Sum of RGB (Red+Green+Blue) = 208+160+219=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0DB is #2F5F24. Grayscale: #B4B4B4. Windows color (decimal): -3104549 or 14393552. OLE color: 14393552.

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

Color convert

RGB 208 160 219 -
CMYK 0.05 0.27 0 0.14
HSL 288.81º 0.45% 0.74% -
HSV(B) 288.81º 0.27% 0.86% -
XYZ 51.37 43.67 72.74 -
YUV 181.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 208 160 219 0.05 0.27 0 0.14 288.81 0.45 0.74
Hex D0 A0 DB 5 1B 0 E 121 2D 4A
Octal 320 240 333 5 33 0 16 441 55 112
Binary 11010000 10100000 11011011 101 11011 0 1110 100100001 101101 1001010

Color Harmonies of #D0A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A0DB

Black with #D0A0DB

Text Example


Text Example

White with #D0A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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