#DE96FE

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

Shades of Mauve #DE96FE

Tints of Mauve #DE96FE

Color information

#DE96FE (or 0xDE96FE) is unknown color: approx Mauve. HEX triplet: DE, 96 and FE. RGB value is (222,150,254). Sum of RGB (Red+Green+Blue) = 222+150+254=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE96FE is #216901. Grayscale: #B7B7B7. Windows color (decimal): -2189570 or 16684766. OLE color: 16684766.

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

Color convert

RGB222150254-
CMYK0.130.4100.00
HSL281.54º98.11%79.22%-
HSV(B)281.54º40.94%99.61%-
XYZ58.9244.599.25-
YUV183.38167.85155.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 150 (58.98% from 255) = 23.96%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=35.46%
G=23.96%
B=40.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221502540.130.4100.00281.5498.1179.22
HexDE96FED290011a624f
Octal336226376155100432142117
Binary11011110100101101111111011011010010010001101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE96FE; }

 p { color: rgb(222,150,254); }

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

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

 a { background-color: rgb(222,150,254); }

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

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

 span { border-color: rgb(222,150,254); }

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