#D192E0

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

Shades of Wisteria #D192E0

Tints of Wisteria #D192E0

Color information

#D192E0 (or 0xD192E0) is unknown color: approx Wisteria. HEX triplet: D1, 92 and E0. RGB value is (209,146,224). Sum of RGB (Red+Green+Blue) = 209+146+224=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #D192E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192E0 is #2E6D1F. Grayscale: #ADADAD. Windows color (decimal): -3042592 or 14717649. OLE color: 14717649.

HSL color Cylindrical-coordinate representation of color #D192E0: hue angle of 288.46º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D192E0 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209146224-
CMYK0.070.3500.12
HSL288.46º55.71%72.55%-
HSV(B)288.46º34.82%87.84%-
XYZ50.0339.4975.51-
YUV173.73156.37153.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 146 (57.42% from 255) = 25.22%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=36.10%
G=25.22%
B=38.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091462240.070.3500.12288.4655.7172.55
HexD192E07230C1203849
Octal32122234074301444070111
Binary110100011001001011100000111100011011001001000001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192E0; }

 p { color: rgb(209,146,224); }

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

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

 a { background-color: rgb(209,146,224); }

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

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

 span { border-color: rgb(209,146,224); }

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