#D38FF1

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

Shades of Wisteria #D38FF1

Tints of Wisteria #D38FF1

Color information

#D38FF1 (or 0xD38FF1) is unknown color: approx Wisteria. HEX triplet: D3, 8F and F1. RGB value is (211,143,241). Sum of RGB (Red+Green+Blue) = 211+143+241=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #D38FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38FF1 is #2C700E. Grayscale: #AEAEAE. Windows color (decimal): -2912271 or 15830995. OLE color: 15830995.

HSL color Cylindrical-coordinate representation of color #D38FF1: hue angle of 281.63º 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 #D38FF1 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211143241-
CMYK0.120.4100.05
HSL281.63º77.78%75.29%-
HSV(B)281.63º40.66%94.51%-
XYZ52.5639.8488.14-
YUV174.5165.53154.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.46%
GREEN value IS 143 (56.25% from 255) = 24.03%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=35.46%
G=24.03%
B=40.50%

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
Decimal2111432410.120.4100.05281.6377.7875.29
HexD38FF1C290511a4e4b
Octal323217361145105432116113
Binary1101001110001111111100011100101001010110001101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FF1; }

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

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

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

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

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

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

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

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