#D188DF

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

Shades of Wisteria #D188DF

Tints of Wisteria #D188DF

Color information

#D188DF (or 0xD188DF) is unknown color: approx Wisteria. HEX triplet: D1, 88 and DF. RGB value is (209,136,223). Sum of RGB (Red+Green+Blue) = 209+136+223=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #D188DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188DF is #2E7720. Grayscale: #A7A7A7. Windows color (decimal): -3045153 or 14649553. OLE color: 14649553.

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

Color convert

RGB209136223-
CMYK0.060.3900.13
HSL290.34º57.62%70.39%-
HSV(B)290.34º39.01%87.45%-
XYZ48.4236.4974.3-
YUV167.74159.18157.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.80%
GREEN value IS 136 (53.52% from 255) = 23.94%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=36.80%
G=23.94%
B=39.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091362230.060.3900.13290.3457.6270.39
HexD188DF6270D1223a46
Octal32121033764701544272106
Binary110100011000100011011111110100111011011001000101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188DF; }

 p { color: rgb(209,136,223); }

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

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

 a { background-color: rgb(209,136,223); }

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

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

 span { border-color: rgb(209,136,223); }

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