#de96f7

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

Shades of Mauve #DE96F7

Tints of Mauve #DE96F7

Color information

#DE96F7 (or 0xDE96F7) is unknown color: approx Mauve. HEX triplet: DE, 96 and F7. RGB value is (222,150,247). Sum of RGB (Red+Green+Blue) = 222+150+247=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #DE96F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE96F7 is #216908. Grayscale: #B6B6B6. Windows color (decimal): -2189577 or 16226014. OLE color: 16226014.

HSL color Cylindrical-coordinate representation of color #DE96F7: hue angle of 284.54º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE96F7 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222150247-
CMYK0.100.3900.03
HSL284.54º85.84%77.84%-
HSV(B)284.54º39.27%96.86%-
XYZ57.8244.0693.45-
YUV182.59164.35156.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 150 (58.98% from 255) = 24.23%
BLUE value IS 247 (96.88% from 255) = 39.90%
R=35.86%
G=24.23%
B=39.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2221502470.100.3900.03284.5485.8477.84
HexDE96F7A270311d564e
Octal336226367124703435126116
Binary110111101001011011110111101010011101110001110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de96f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de96f7; }

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

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

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

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

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

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

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

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