#D39ADE

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

Shades of Wisteria #D39ADE

Tints of Wisteria #D39ADE

Color information

#D39ADE (or 0xD39ADE) is unknown color: approx Wisteria. HEX triplet: D3, 9A and DE. RGB value is (211,154,222). Sum of RGB (Red+Green+Blue) = 211+154+222=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D39ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39ADE is #2C6521. Grayscale: #B2B2B2. Windows color (decimal): -2909474 or 14588627. OLE color: 14588627.

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

Color convert

RGB211154222-
CMYK0.050.3100.13
HSL290.29º50.75%73.73%-
HSV(B)290.29º30.63%87.06%-
XYZ51.642.2374.54-
YUV178.8152.38150.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=35.95%
G=26.24%
B=37.82%

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
Decimal2111542220.050.3100.13290.2950.7573.73
HexD39ADE51F0D122334a
Octal32323233653701544263112
Binary11010011100110101101111010111111011011001000101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39ADE; }

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

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

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

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

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

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

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

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