#D39DEE

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

Shades of Wisteria #D39DEE

Tints of Wisteria #D39DEE

Color information

#D39DEE (or 0xD39DEE) is unknown color: approx Wisteria. HEX triplet: D3, 9D and EE. RGB value is (211,157,238). Sum of RGB (Red+Green+Blue) = 211+157+238=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #D39DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39DEE is #2C6211. Grayscale: #B6B6B6. Windows color (decimal): -2908690 or 15637971. OLE color: 15637971.

HSL color Cylindrical-coordinate representation of color #D39DEE: hue angle of 280º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D39DEE is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211157238-
CMYK0.110.3400.07
HSL280º70.43%77.45%-
HSV(B)280º34.03%93.33%-
XYZ54.3544.1486.54-
YUV182.38159.39148.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.82%
GREEN value IS 157 (61.72% from 255) = 25.91%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=34.82%
G=25.91%
B=39.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111572380.110.3400.0728070.4377.45
HexD39DEEB2207118464d
Octal323235356134207430106115
Binary1101001110011101111011101011100010011110001100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39DEE; }

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

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

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

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

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

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

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

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