#D39DE4

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

Shades of Wisteria #D39DE4

Tints of Wisteria #D39DE4

Color information

#D39DE4 (or 0xD39DE4) is unknown color: approx Wisteria. HEX triplet: D3, 9D and E4. RGB value is (211,157,228). Sum of RGB (Red+Green+Blue) = 211+157+228=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #D39DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DE4 is #2C621B. Grayscale: #B5B5B5. Windows color (decimal): -2908700 or 14982611. OLE color: 14982611.

HSL color Cylindrical-coordinate representation of color #D39DE4: hue angle of 285.63º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D39DE4 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB211157228-
CMYK0.070.3100.11
HSL285.63º56.8%75.49%-
HSV(B)285.63º31.14%89.41%-
XYZ52.9243.5679.02-
YUV181.24154.39149.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.40%
GREEN value IS 157 (61.72% from 255) = 26.34%
BLUE value IS 228 (89.45% from 255) = 38.26%
R=35.40%
G=26.34%
B=38.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2111572280.070.3100.11285.6356.875.49
HexD39DE471F0B11e394b
Octal32323534473701343671113
Binary11010011100111011110010011111111010111000111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39DE4; }

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

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

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

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

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

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

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

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