#DE93F2

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

Shades of Violet #DE93F2

Tints of Violet #DE93F2

Color information

#DE93F2 (or 0xDE93F2) is unknown color: approx Violet. HEX triplet: DE, 93 and F2. RGB value is (222,147,242). Sum of RGB (Red+Green+Blue) = 222+147+242=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE93F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE93F2 is #216C0D. Grayscale: #B3B3B3. Windows color (decimal): -2190350 or 15897566. OLE color: 15897566.

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

Color convert

RGB222147242-
CMYK0.080.3900.05
HSL287.37º78.51%76.27%-
HSV(B)287.37º39.26%94.9%-
XYZ56.5842.8189.28-
YUV180.26162.85157.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 147 (57.81% from 255) = 24.06%
BLUE value IS 242 (94.92% from 255) = 39.61%
R=36.33%
G=24.06%
B=39.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221472420.080.3900.05287.3778.5176.27
HexDE93F28270511f4f4c
Octal336223362104705437117114
Binary1101111010010011111100101000100111010110001111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93F2; }

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

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

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

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

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

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

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

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