#d399f1

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

Shades of Wisteria #D399F1

Tints of Wisteria #D399F1

Color information

#D399F1 (or 0xD399F1) is unknown color: approx Wisteria. HEX triplet: D3, 99 and F1. RGB value is (211,153,241). Sum of RGB (Red+Green+Blue) = 211+153+241=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #D399F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D399F1 is #2C660E. Grayscale: #B4B4B4. Windows color (decimal): -2909711 or 15833555. OLE color: 15833555.

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

Color convert

RGB211153241-
CMYK0.120.3700.05
HSL279.55º75.86%77.25%-
HSV(B)279.55º36.51%94.51%-
XYZ54.1342.9888.66-
YUV180.37162.22149.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.88%
GREEN value IS 153 (60.16% from 255) = 25.29%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=34.88%
G=25.29%
B=39.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111532410.120.3700.05279.5575.8677.25
HexD399F1C25051184c4d
Octal323231361144505430114115
Binary1101001110011001111100011100100101010110001100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d399f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d399f1; }

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

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

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

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

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

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

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

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