#DE85F0

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

Shades of Violet #DE85F0

Tints of Violet #DE85F0

Color information

#DE85F0 (or 0xDE85F0) is unknown color: approx Violet. HEX triplet: DE, 85 and F0. RGB value is (222,133,240). Sum of RGB (Red+Green+Blue) = 222+133+240=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE85F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85F0 is #217A0F. Grayscale: #ABABAB. Windows color (decimal): -2193936 or 15762910. OLE color: 15762910.

HSL color Cylindrical-coordinate representation of color #DE85F0: hue angle of 289.91º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE85F0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222133240-
CMYK0.080.4500.06
HSL289.91º78.1%73.14%-
HSV(B)289.91º44.58%94.12%-
XYZ54.2438.687.03-
YUV171.81166.49163.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 133 (52.34% from 255) = 22.35%
BLUE value IS 240 (94.14% from 255) = 40.34%
R=37.31%
G=22.35%
B=40.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221332400.080.4500.06289.9178.173.14
HexDE85F082D061224e49
Octal336205360105506442116111
Binary1101111010000101111100001000101101011010010001010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE85F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE85F0; }

 p { color: rgb(222,133,240); }

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

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

 a { background-color: rgb(222,133,240); }

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

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

 span { border-color: rgb(222,133,240); }

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