#D190DF

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

Shades of Wisteria #D190DF

Tints of Wisteria #D190DF

Color information

#D190DF (or 0xD190DF) is unknown color: approx Wisteria. HEX triplet: D1, 90 and DF. RGB value is (209,144,223). Sum of RGB (Red+Green+Blue) = 209+144+223=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #D190DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190DF is #2E6F20. Grayscale: #ACACAC. Windows color (decimal): -3043105 or 14651601. OLE color: 14651601.

HSL color Cylindrical-coordinate representation of color #D190DF: hue angle of 289.37º degrees, saturation: 0.55, 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 #D190DF is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209144223-
CMYK0.060.3500.13
HSL289.37º55.24%71.96%-
HSV(B)289.37º35.43%87.45%-
XYZ49.5938.8374.69-
YUV172.44156.53154.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.28%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=36.28%
G=25%
B=38.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091442230.060.3500.13289.3755.2471.96
HexD190DF6230D1213748
Octal32122033764301544167110
Binary110100011001000011011111110100011011011001000011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190DF; }

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

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

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

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

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

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

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

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