#D38DF1

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

Shades of Wisteria #D38DF1

Tints of Wisteria #D38DF1

Color information

#D38DF1 (or 0xD38DF1) is unknown color: approx Wisteria. HEX triplet: D3, 8D and F1. RGB value is (211,141,241). Sum of RGB (Red+Green+Blue) = 211+141+241=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #D38DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38DF1 is #2C720E. Grayscale: #ADADAD. Windows color (decimal): -2912783 or 15830483. OLE color: 15830483.

HSL color Cylindrical-coordinate representation of color #D38DF1: hue angle of 282º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D38DF1 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211141241-
CMYK0.120.4100.05
HSL282º78.12%74.9%-
HSV(B)282º41.49%94.51%-
XYZ52.2739.2588.04-
YUV173.33166.19154.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.58%
GREEN value IS 141 (55.47% from 255) = 23.78%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=35.58%
G=23.78%
B=40.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111412410.120.4100.0528278.1274.9
HexD38DF1C290511a4e4b
Octal323215361145105432116113
Binary1101001110001101111100011100101001010110001101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DF1; }

 p { color: rgb(211,141,241); }

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

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

 a { background-color: rgb(211,141,241); }

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

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

 span { border-color: rgb(211,141,241); }

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