#D198DD

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

Shades of Wisteria #D198DD

Tints of Wisteria #D198DD

Color information

#D198DD (or 0xD198DD) is unknown color: approx Wisteria. HEX triplet: D1, 98 and DD. RGB value is (209,152,221). Sum of RGB (Red+Green+Blue) = 209+152+221=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #D198DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198DD is #2E6722. Grayscale: #B0B0B0. Windows color (decimal): -3041059 or 14522577. OLE color: 14522577.

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

Color convert

RGB209152221-
CMYK0.050.3100.13
HSL289.57º50.36%73.14%-
HSV(B)289.57º31.22%86.67%-
XYZ50.5741.2373.7-
YUV176.91152.88150.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 152 (59.77% from 255) = 26.12%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=35.91%
G=26.12%
B=37.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091522210.050.3100.13289.5750.3673.14
HexD198DD51F0D1223249
Octal32123033553701544262111
Binary11010001100110001101110110111111011011001000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198DD; }

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

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

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

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

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

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

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

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