Html Css Color HEX #D08DDB Wisteria

📋 copy color: '#D08DDB'

red 208 ◦ green 141 ◦ blue 219

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

Shades of Wisteria #D08DDB

Tints of Wisteria #D08DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.82%

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

R = 36.62%
G = 24.82%
B = 38.56%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D08DDB (or 0xD08DDB) is known color: Wisteria. HEX triplet: D0, 8D and DB. RGB value is (208,141,219). Sum of RGB (Red+Green+Blue) = 208+141+219=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #D08DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DDB is #2F7224. Grayscale: #A9A9A9. Windows color (decimal): -3109413 or 14388688. OLE color: 14388688.

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

Color convert

RGB 208 141 219 -
CMYK 0.05 0.36 0 0.14
HSL 291.54º 0.52% 0.71% -
HSV(B) 291.54º 0.36% 0.86% -
XYZ 48.32 37.57 71.72 -
YUV 169.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 208 141 219 0.05 0.36 0 0.14 291.54 0.52 0.71
Hex D0 8D DB 5 24 0 E 124 34 47
Octal 320 215 333 5 44 0 16 444 64 107
Binary 11010000 10001101 11011011 101 100100 0 1110 100100100 110100 1000111

Color Harmonies of #D08DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DDB

Black with #D08DDB

Text Example


Text Example

White with #D08DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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