#DE93FF

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

Shades of Mauve #DE93FF

Tints of Mauve #DE93FF

Color information

#DE93FF (or 0xDE93FF) is unknown color: approx Mauve. HEX triplet: DE, 93 and FF. RGB value is (222,147,255). Sum of RGB (Red+Green+Blue) = 222+147+255=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE93FF is #216C00. Grayscale: #B5B5B5. Windows color (decimal): -2190337 or 16749534. OLE color: 16749534.

HSL color Cylindrical-coordinate representation of color #DE93FF: hue angle of 281.67º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE93FF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222147255-
CMYK0.130.4200
HSL281.67º100%78.82%-
HSV(B)281.67º42.35%100%-
XYZ58.6143.6299.94-
YUV181.74169.35156.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 147 (57.81% from 255) = 23.56%
BLUE value IS 255 (100% from 255) = 40.87%
R=35.58%
G=23.56%
B=40.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221472550.130.4200281.6710078.82
HexDE93FFD2A0011a644f
Octal336223377155200432144117
Binary11011110100100111111111111011010100010001101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE93FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE93FF; }

 p { color: rgb(222,147,255); }

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

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

 a { background-color: rgb(222,147,255); }

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

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

 span { border-color: rgb(222,147,255); }

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