#DE97FF

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

Shades of Mauve #DE97FF

Tints of Mauve #DE97FF

Color information

#DE97FF (or 0xDE97FF) is unknown color: approx Mauve. HEX triplet: DE, 97 and FF. RGB value is (222,151,255). Sum of RGB (Red+Green+Blue) = 222+151+255=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 151 (59.38% from 255 or 24.04% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE97FF is #216800. Grayscale: #B7B7B7. Windows color (decimal): -2189313 or 16750558. OLE color: 16750558.

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

Color convert

RGB222151255-
CMYK0.130.4100
HSL280.96º100%79.61%-
HSV(B)280.96º40.78%100%-
XYZ59.2444.88100.15-
YUV184.08168.02155.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 151 (59.38% from 255) = 24.04%
BLUE value IS 255 (100% from 255) = 40.61%
R=35.35%
G=24.04%
B=40.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221512550.130.4100280.9610079.61
HexDE97FFD29001196450
Octal336227377155100431144120
Binary11011110100101111111111111011010010010001100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97FF; }

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

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

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

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

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

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

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

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