#DE9FFF

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

Shades of Mauve #DE9FFF

Tints of Mauve #DE9FFF

Color information

#DE9FFF (or 0xDE9FFF) is unknown color: approx Mauve. HEX triplet: DE, 9F and FF. RGB value is (222,159,255). Sum of RGB (Red+Green+Blue) = 222+159+255=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FFF is #216000. Grayscale: #BCBCBC. Windows color (decimal): -2187265 or 16752606. OLE color: 16752606.

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

Color convert

RGB222159255-
CMYK0.130.3800
HSL279.38º100%81.18%-
HSV(B)279.38º37.65%100%-
XYZ60.5747.55100.59-
YUV188.78165.37151.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 159 (62.5% from 255) = 25%
BLUE value IS 255 (100% from 255) = 40.09%
R=34.91%
G=25%
B=40.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221592550.130.3800279.3810081.18
HexDE9FFFD26001176451
Octal336237377154600427144121
Binary11011110100111111111111111011001100010001011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FFF; }

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

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

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

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

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

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

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

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