Html Css Color HEX #D09DDB Wisteria

📋 copy color: '#D09DDB'

red 208 ◦ green 157 ◦ blue 219

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

Shades of Wisteria #D09DDB

Tints of Wisteria #D09DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.88%

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

R = 35.62%
G = 26.88%
B = 37.5%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D09DDB (or 0xD09DDB) is known color: Wisteria. HEX triplet: D0, 9D and DB. RGB value is (208,157,219). Sum of RGB (Red+Green+Blue) = 208+157+219=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D09DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DDB is #2F6224. Grayscale: #B3B3B3. Windows color (decimal): -3105317 or 14392784. OLE color: 14392784.

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

Color convert

RGB 208 157 219 -
CMYK 0.05 0.28 0 0.14
HSL 289.35º 0.46% 0.74% -
HSV(B) 289.35º 0.28% 0.86% -
XYZ 50.86 42.64 72.57 -
YUV 179.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 208 157 219 0.05 0.28 0 0.14 289.35 0.46 0.74
Hex D0 9D DB 5 1C 0 E 121 2E 4A
Octal 320 235 333 5 34 0 16 441 56 112
Binary 11010000 10011101 11011011 101 11100 0 1110 100100001 101110 1001010

Color Harmonies of #D09DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DDB

Black with #D09DDB

Text Example


Text Example

White with #D09DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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