Html Css Color HEX #D091DB Wisteria

📋 copy color: '#D091DB'

red 208 ◦ green 145 ◦ blue 219

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

Shades of Wisteria #D091DB

Tints of Wisteria #D091DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.35%

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

R = 36.36%
G = 25.35%
B = 38.29%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D091DB (or 0xD091DB) is known color: Wisteria. HEX triplet: D0, 91 and DB. RGB value is (208,145,219). Sum of RGB (Red+Green+Blue) = 208+145+219=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #D091DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091DB is #2F6E24. Grayscale: #ACACAC. Windows color (decimal): -3108389 or 14389712. OLE color: 14389712.

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

Color convert

RGB 208 145 219 -
CMYK 0.05 0.34 0 0.14
HSL 291.08º 0.51% 0.71% -
HSV(B) 291.08º 0.34% 0.86% -
XYZ 48.92 38.78 71.92 -
YUV 172.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 208 145 219 0.05 0.34 0 0.14 291.08 0.51 0.71
Hex D0 91 DB 5 22 0 E 123 33 47
Octal 320 221 333 5 42 0 16 443 63 107
Binary 11010000 10010001 11011011 101 100010 0 1110 100100011 110011 1000111

Color Harmonies of #D091DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091DB

Black with #D091DB

Text Example


Text Example

White with #D091DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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