#DE8AF1

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

Shades of Violet #DE8AF1

Tints of Violet #DE8AF1

Color information

#DE8AF1 (or 0xDE8AF1) is unknown color: approx Violet. HEX triplet: DE, 8A and F1. RGB value is (222,138,241). Sum of RGB (Red+Green+Blue) = 222+138+241=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8AF1 is #21750E. Grayscale: #AEAEAE. Windows color (decimal): -2192655 or 15829726. OLE color: 15829726.

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

Color convert

RGB222138241-
CMYK0.080.4300.05
HSL288.93º78.63%74.31%-
HSV(B)288.93º42.74%94.51%-
XYZ55.0940.0688.05-
YUV174.86165.33161.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 138 (54.30% from 255) = 22.96%
BLUE value IS 241 (94.53% from 255) = 40.10%
R=36.94%
G=22.96%
B=40.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221382410.080.4300.05288.9378.6374.31
HexDE8AF182B051214f4a
Octal336212361105305441117112
Binary1101111010001010111100011000101011010110010000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8AF1; }

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

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

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

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

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

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

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

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