#D09DDF

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

Shades of Wisteria #D09DDF

Tints of Wisteria #D09DDF

Color information

#D09DDF (or 0xD09DDF) is unknown color: approx Wisteria. HEX triplet: D0, 9D and DF. RGB value is (208,157,223). Sum of RGB (Red+Green+Blue) = 208+157+223=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #D09DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DDF is #2F6220. Grayscale: #B3B3B3. Windows color (decimal): -3105313 or 14654928. OLE color: 14654928.

HSL color Cylindrical-coordinate representation of color #D09DDF: hue angle of 286.36º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09DDF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208157223-
CMYK0.070.3000.13
HSL286.36º50.77%74.51%-
HSV(B)286.36º29.6%87.45%-
XYZ51.3942.8575.37-
YUV179.77152.4148.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.37%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=35.37%
G=26.70%
B=37.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081572230.070.3000.13286.3650.7774.51
HexD09DDF71E0D11e334b
Octal32023533773601543663113
Binary11010000100111011101111111111110011011000111101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DDF; }

 p { color: rgb(208,157,223); }

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

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

 a { background-color: rgb(208,157,223); }

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

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

 span { border-color: rgb(208,157,223); }

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