#DE8BF1

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

Shades of Violet #DE8BF1

Tints of Violet #DE8BF1

Color information

#DE8BF1 (or 0xDE8BF1) is unknown color: approx Violet. HEX triplet: DE, 8B and F1. RGB value is (222,139,241). Sum of RGB (Red+Green+Blue) = 222+139+241=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE8BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8BF1 is #21740E. Grayscale: #AFAFAF. Windows color (decimal): -2192399 or 15829982. OLE color: 15829982.

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

Color convert

RGB222139241-
CMYK0.080.4200.05
HSL288.82º78.46%74.51%-
HSV(B)288.82º42.32%94.51%-
XYZ55.2340.3588.1-
YUV175.44165161.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 139 (54.69% from 255) = 23.09%
BLUE value IS 241 (94.53% from 255) = 40.03%
R=36.88%
G=23.09%
B=40.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221392410.080.4200.05288.8278.4674.51
HexDE8BF182A051214e4b
Octal336213361105205441116113
Binary1101111010001011111100011000101010010110010000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8BF1; }

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

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

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

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

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

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

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

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