Html Css Color HEX #D090DB Wisteria

📋 copy color: '#D090DB'

red 208 ◦ green 144 ◦ blue 219

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

Shades of Wisteria #D090DB

Tints of Wisteria #D090DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.22%

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

R = 36.43%
G = 25.22%
B = 38.35%

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

#D090DB (or 0xD090DB) is known color: Wisteria. HEX triplet: D0, 90 and DB. RGB value is (208,144,219). Sum of RGB (Red+Green+Blue) = 208+144+219=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D090DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090DB is #2F6F24. Grayscale: #ABABAB. Windows color (decimal): -3108645 or 14389456. OLE color: 14389456.

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

Color convert

RGB 208 144 219 -
CMYK 0.05 0.34 0 0.14
HSL 291.2º 0.51% 0.71% -
HSV(B) 291.2º 0.34% 0.86% -
XYZ 48.77 38.47 71.87 -
YUV 171.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 208 144 219 0.05 0.34 0 0.14 291.2 0.51 0.71
Hex D0 90 DB 5 22 0 E 123 33 47
Octal 320 220 333 5 42 0 16 443 63 107
Binary 11010000 10010000 11011011 101 100010 0 1110 100100011 110011 1000111

Color Harmonies of #D090DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090DB

Black with #D090DB

Text Example


Text Example

White with #D090DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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