#D198F3

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

Shades of Wisteria #D198F3

Tints of Wisteria #D198F3

Color information

#D198F3 (or 0xD198F3) is unknown color: approx Wisteria. HEX triplet: D1, 98 and F3. RGB value is (209,152,243). Sum of RGB (Red+Green+Blue) = 209+152+243=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #D198F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D198F3 is #2E670C. Grayscale: #B3B3B3. Windows color (decimal): -3041037 or 15964369. OLE color: 15964369.

HSL color Cylindrical-coordinate representation of color #D198F3: hue angle of 277.58º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D198F3 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209152243-
CMYK0.140.3700.05
HSL277.58º79.13%77.45%-
HSV(B)277.58º37.45%95.29%-
XYZ53.742.4890.16-
YUV179.42163.88149.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 152 (59.77% from 255) = 25.17%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=34.60%
G=25.17%
B=40.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091522430.140.3700.05277.5879.1377.45
HexD198F3E25051164f4d
Octal321230363164505426117115
Binary1101000110011000111100111110100101010110001011010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198F3; }

 p { color: rgb(209,152,243); }

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

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

 a { background-color: rgb(209,152,243); }

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

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

 span { border-color: rgb(209,152,243); }

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