#D190DD

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

Shades of Wisteria #D190DD

Tints of Wisteria #D190DD

Color information

#D190DD (or 0xD190DD) is unknown color: approx Wisteria. HEX triplet: D1, 90 and DD. RGB value is (209,144,221). Sum of RGB (Red+Green+Blue) = 209+144+221=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #D190DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190DD is #2E6F22. Grayscale: #ABABAB. Windows color (decimal): -3043107 or 14520529. OLE color: 14520529.

HSL color Cylindrical-coordinate representation of color #D190DD: hue angle of 290.65º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D190DD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209144221-
CMYK0.050.3500.13
HSL290.65º53.1%71.57%-
HSV(B)290.65º34.84%86.67%-
XYZ49.3238.7273.28-
YUV172.21155.53154.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=36.41%
G=25.09%
B=38.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091442210.050.3500.13290.6553.171.57
HexD190DD5230D1233548
Octal32122033554301544365110
Binary110100011001000011011101101100011011011001000111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190DD; }

 p { color: rgb(209,144,221); }

 H1.HeaderClassName
 {
   color: #D190DD;
 }
 .AnyTagClassName
 {
   color: #D190DD;
 }
</style>
background-color css

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

 a { background-color: rgb(209,144,221); }

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

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

 span { border-color: rgb(209,144,221); }

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