#D090DB

Color #D090DB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D090DB

Tints of Wisteria #D090DB

Color information

#D090DB (or 0xD090DB) is unknown color: approx 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

RGB208144219-
CMYK0.050.3400.14
HSL291.2º51.02%71.18%-
HSV(B)291.2º34.25%85.88%-
XYZ48.7738.4771.87-
YUV171.69154.7153.9-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081442190.050.3400.14291.251.0271.18
HexD090DB5220E1233347
Octal32022033354201644363107
Binary110100001001000011011011101100010011101001000111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>