Html Css Color HEX #D09FDB Wisteria

📋 copy color: '#D09FDB'

red 208 ◦ green 159 ◦ blue 219

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

Shades of Wisteria #D09FDB

Tints of Wisteria #D09FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.13%

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

R = 35.49%
G = 27.13%
B = 37.37%

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

#D09FDB (or 0xD09FDB) is known color: Wisteria. HEX triplet: D0, 9F and DB. RGB value is (208,159,219). Sum of RGB (Red+Green+Blue) = 208+159+219=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #D09FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FDB is #2F6024. Grayscale: #B4B4B4. Windows color (decimal): -3104805 or 14393296. OLE color: 14393296.

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

Color convert

RGB 208 159 219 -
CMYK 0.05 0.27 0 0.14
HSL 289º 0.45% 0.74% -
HSV(B) 289º 0.27% 0.86% -
XYZ 51.2 43.32 72.68 -
YUV 180.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 208 159 219 0.05 0.27 0 0.14 289 0.45 0.74
Hex D0 9F DB 5 1B 0 E 121 2D 4A
Octal 320 237 333 5 33 0 16 441 55 112
Binary 11010000 10011111 11011011 101 11011 0 1110 100100001 101101 1001010

Color Harmonies of #D09FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09FDB

Black with #D09FDB

Text Example


Text Example

White with #D09FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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