#D39CE0

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

Shades of Wisteria #D39CE0

Tints of Wisteria #D39CE0

Color information

#D39CE0 (or 0xD39CE0) is unknown color: approx Wisteria. HEX triplet: D3, 9C and E0. RGB value is (211,156,224). Sum of RGB (Red+Green+Blue) = 211+156+224=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #D39CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CE0 is #2C631F. Grayscale: #B3B3B3. Windows color (decimal): -2908960 or 14720211. OLE color: 14720211.

HSL color Cylindrical-coordinate representation of color #D39CE0: hue angle of 288.53º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D39CE0 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211156224-
CMYK0.060.3000.12
HSL288.53º52.31%74.51%-
HSV(B)288.53º30.36%87.84%-
XYZ52.2143.0176.07-
YUV180.2152.72149.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.70%
GREEN value IS 156 (61.33% from 255) = 26.40%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=35.70%
G=26.40%
B=37.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111562240.060.3000.12288.5352.3174.51
HexD39CE061E0C121344b
Octal32323434063601444164113
Binary11010011100111001110000011011110011001001000011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CE0; }

 p { color: rgb(211,156,224); }

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

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

 a { background-color: rgb(211,156,224); }

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

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

 span { border-color: rgb(211,156,224); }

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