#D198DC

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

Shades of Wisteria #D198DC

Tints of Wisteria #D198DC

Color information

#D198DC (or 0xD198DC) is unknown color: approx Wisteria. HEX triplet: D1, 98 and DC. RGB value is (209,152,220). Sum of RGB (Red+Green+Blue) = 209+152+220=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #D198DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198DC is #2E6723. Grayscale: #B0B0B0. Windows color (decimal): -3041060 or 14457041. OLE color: 14457041.

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

Color convert

RGB209152220-
CMYK0.050.3100.14
HSL290.29º49.28%72.94%-
HSV(B)290.29º30.91%86.27%-
XYZ50.4441.1873-
YUV176.8152.38150.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.97%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=35.97%
G=26.16%
B=37.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091522200.050.3100.14290.2949.2872.94
HexD198DC51F0E1223149
Octal32123033453701644261111
Binary11010001100110001101110010111111011101001000101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198DC; }

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

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

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

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

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

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

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

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