#D198DE

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

Shades of Wisteria #D198DE

Tints of Wisteria #D198DE

Color information

#D198DE (or 0xD198DE) is unknown color: approx Wisteria. HEX triplet: D1, 98 and DE. RGB value is (209,152,222). Sum of RGB (Red+Green+Blue) = 209+152+222=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #D198DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198DE is #2E6721. Grayscale: #B0B0B0. Windows color (decimal): -3041058 or 14588113. OLE color: 14588113.

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

Color convert

RGB209152222-
CMYK0.060.3200.13
HSL288.86º51.47%73.33%-
HSV(B)288.86º31.53%87.06%-
XYZ50.7141.2974.4-
YUV177.02153.38150.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=35.85%
G=26.07%
B=38.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091522220.060.3200.13288.8651.4773.33
HexD198DE6200D1213349
Octal32123033664001544163111
Binary110100011001100011011110110100000011011001000011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198DE; }

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

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

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

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

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

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

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

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