#D192F0

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

Shades of Wisteria #D192F0

Tints of Wisteria #D192F0

Color information

#D192F0 (or 0xD192F0) is unknown color: approx Wisteria. HEX triplet: D1, 92 and F0. RGB value is (209,146,240). Sum of RGB (Red+Green+Blue) = 209+146+240=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #D192F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192F0 is #2E6D0F. Grayscale: #AFAFAF. Windows color (decimal): -3042576 or 15766225. OLE color: 15766225.

HSL color Cylindrical-coordinate representation of color #D192F0: hue angle of 280.21º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D192F0 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209146240-
CMYK0.130.3900.06
HSL280.21º75.81%75.69%-
HSV(B)280.21º39.17%94.12%-
XYZ52.340.487.48-
YUV175.55164.37151.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 240 (94.14% from 255) = 40.34%
R=35.13%
G=24.54%
B=40.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2091462400.130.3900.06280.2175.8175.69
HexD192F0D27061184c4c
Octal321222360154706430114114
Binary1101000110010010111100001101100111011010001100010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192F0; }

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

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

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

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

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

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

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

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