#D39DDE

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

Shades of Wisteria #D39DDE

Tints of Wisteria #D39DDE

Color information

#D39DDE (or 0xD39DDE) is unknown color: approx Wisteria. HEX triplet: D3, 9D and DE. RGB value is (211,157,222). Sum of RGB (Red+Green+Blue) = 211+157+222=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #D39DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DDE is #2C6221. Grayscale: #B4B4B4. Windows color (decimal): -2908706 or 14589395. OLE color: 14589395.

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

Color convert

RGB211157222-
CMYK0.050.2900.13
HSL289.85º49.62%74.31%-
HSV(B)289.85º29.28%87.06%-
XYZ52.1143.2474.71-
YUV180.56151.39149.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=35.76%
G=26.61%
B=37.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111572220.050.2900.13289.8549.6274.31
HexD39DDE51D0D122324a
Octal32323533653501544262112
Binary11010011100111011101111010111101011011001000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39DDE; }

 p { color: rgb(211,157,222); }

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

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

 a { background-color: rgb(211,157,222); }

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

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

 span { border-color: rgb(211,157,222); }

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