#DE8EF1

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

Shades of Violet #DE8EF1

Tints of Violet #DE8EF1

Color information

#DE8EF1 (or 0xDE8EF1) is unknown color: approx Violet. HEX triplet: DE, 8E and F1. RGB value is (222,142,241). Sum of RGB (Red+Green+Blue) = 222+142+241=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE8EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8EF1 is #21710E. Grayscale: #B0B0B0. Windows color (decimal): -2191631 or 15830750. OLE color: 15830750.

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

Color convert

RGB222142241-
CMYK0.080.4100.05
HSL288.48º77.95%75.1%-
HSV(B)288.48º41.08%94.51%-
XYZ55.6741.2388.24-
YUV177.21164159.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 142 (55.86% from 255) = 23.47%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=36.69%
G=23.47%
B=39.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221422410.080.4100.05288.4877.9575.1
HexDE8EF1829051204e4b
Octal336216361105105440116113
Binary1101111010001110111100011000101001010110010000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8EF1; }

 p { color: rgb(222,142,241); }

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

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

 a { background-color: rgb(222,142,241); }

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

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

 span { border-color: rgb(222,142,241); }

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