#DE91F0

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

Shades of Violet #DE91F0

Tints of Violet #DE91F0

Color information

#DE91F0 (or 0xDE91F0) is unknown color: approx Violet. HEX triplet: DE, 91 and F0. RGB value is (222,145,240). Sum of RGB (Red+Green+Blue) = 222+145+240=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE91F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE91F0 is #216E0F. Grayscale: #B2B2B2. Windows color (decimal): -2190864 or 15765982. OLE color: 15765982.

HSL color Cylindrical-coordinate representation of color #DE91F0: hue angle of 288.63º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE91F0 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222145240-
CMYK0.080.4000.06
HSL288.63º76%75.49%-
HSV(B)288.63º39.58%94.12%-
XYZ55.9842.0787.61-
YUV178.85162.51158.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 145 (57.03% from 255) = 23.89%
BLUE value IS 240 (94.14% from 255) = 39.54%
R=36.57%
G=23.89%
B=39.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221452400.080.4000.06288.637675.49
HexDE91F0828061214c4b
Octal336221360105006441114113
Binary1101111010010001111100001000101000011010010000110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE91F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE91F0; }

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

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

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

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

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

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

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

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