#DE96FF

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

Shades of Mauve #DE96FF

Tints of Mauve #DE96FF

Color information

#DE96FF (or 0xDE96FF) is unknown color: approx Mauve. HEX triplet: DE, 96 and FF. RGB value is (222,150,255). Sum of RGB (Red+Green+Blue) = 222+150+255=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE96FF is #216900. Grayscale: #B7B7B7. Windows color (decimal): -2189569 or 16750302. OLE color: 16750302.

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

Color convert

RGB222150255-
CMYK0.130.4100
HSL281.14º100%79.41%-
HSV(B)281.14º41.18%100%-
XYZ59.0844.56100.1-
YUV183.5168.35155.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.41%
GREEN value IS 150 (58.98% from 255) = 23.92%
BLUE value IS 255 (100% from 255) = 40.67%
R=35.41%
G=23.92%
B=40.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221502550.130.4100281.1410079.41
HexDE96FFD2900119644f
Octal336226377155100431144117
Binary11011110100101101111111111011010010010001100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE96FF; }

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

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

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

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

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

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

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

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