#D192DC

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

Shades of Wisteria #D192DC

Tints of Wisteria #D192DC

Color information

#D192DC (or 0xD192DC) is unknown color: approx Wisteria. HEX triplet: D1, 92 and DC. RGB value is (209,146,220). Sum of RGB (Red+Green+Blue) = 209+146+220=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #D192DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192DC is #2E6D23. Grayscale: #ADADAD. Windows color (decimal): -3042596 or 14455505. OLE color: 14455505.

HSL color Cylindrical-coordinate representation of color #D192DC: hue angle of 291.08º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D192DC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209146220-
CMYK0.050.3400.14
HSL291.08º51.39%71.76%-
HSV(B)291.08º33.64%86.27%-
XYZ49.4939.2872.68-
YUV173.27154.37153.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.35%
GREEN value IS 146 (57.42% from 255) = 25.39%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=36.35%
G=25.39%
B=38.26%

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
Decimal2091462200.050.3400.14291.0851.3971.76
HexD192DC5220E1233348
Octal32122233454201644363110
Binary110100011001001011011100101100010011101001000111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192DC; }

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

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

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

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

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

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

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

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