#DE88F0

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

Shades of Violet #DE88F0

Tints of Violet #DE88F0

Color information

#DE88F0 (or 0xDE88F0) is unknown color: approx Violet. HEX triplet: DE, 88 and F0. RGB value is (222,136,240). Sum of RGB (Red+Green+Blue) = 222+136+240=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE88F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE88F0 is #21770F. Grayscale: #ADADAD. Windows color (decimal): -2193168 or 15763678. OLE color: 15763678.

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

Color convert

RGB222136240-
CMYK0.080.4300.06
HSL289.62º77.61%73.73%-
HSV(B)289.62º43.33%94.12%-
XYZ54.6639.4387.17-
YUV173.57165.49162.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 136 (53.52% from 255) = 22.74%
BLUE value IS 240 (94.14% from 255) = 40.13%
R=37.12%
G=22.74%
B=40.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221362400.080.4300.06289.6277.6173.73
HexDE88F082B061224e4a
Octal336210360105306442116112
Binary1101111010001000111100001000101011011010010001010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE88F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE88F0; }

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

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

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

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

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

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

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

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