#DE93F5

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

Shades of Violet #DE93F5

Tints of Violet #DE93F5

Color information

#DE93F5 (or 0xDE93F5) is unknown color: approx Violet. HEX triplet: DE, 93 and F5. RGB value is (222,147,245). Sum of RGB (Red+Green+Blue) = 222+147+245=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 245 - color contains mainly: blue. Hex color #DE93F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE93F5 is #216C0A. Grayscale: #B4B4B4. Windows color (decimal): -2190347 or 16094174. OLE color: 16094174.

HSL color Cylindrical-coordinate representation of color #DE93F5: hue angle of 285.92º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE93F5 is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222147245-
CMYK0.090.400.04
HSL285.92º83.05%76.86%-
HSV(B)285.92º40%96.08%-
XYZ57.0442.9991.68-
YUV180.6164.35157.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 147 (57.81% from 255) = 23.94%
BLUE value IS 245 (96.09% from 255) = 39.90%
R=36.16%
G=23.94%
B=39.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221472450.090.400.04285.9283.0576.86
HexDE93F59280411e534d
Octal336223365115004436123115
Binary1101111010010011111101011001101000010010001111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93F5; }

 p { color: rgb(222,147,245); }

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

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

 a { background-color: rgb(222,147,245); }

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

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

 span { border-color: rgb(222,147,245); }

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