#DE9FF2

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

Shades of Mauve #DE9FF2

Tints of Mauve #DE9FF2

Color information

#DE9FF2 (or 0xDE9FF2) is unknown color: approx Mauve. HEX triplet: DE, 9F and F2. RGB value is (222,159,242). Sum of RGB (Red+Green+Blue) = 222+159+242=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FF2 is #21600D. Grayscale: #BBBBBB. Windows color (decimal): -2187278 or 15900638. OLE color: 15900638.

HSL color Cylindrical-coordinate representation of color #DE9FF2: hue angle of 285.54º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9FF2 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222159242-
CMYK0.080.3400.05
HSL285.54º76.15%78.63%-
HSV(B)285.54º34.3%94.9%-
XYZ58.5546.7489.94-
YUV187.3158.87152.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 242 (94.92% from 255) = 38.84%
R=35.63%
G=25.52%
B=38.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221592420.080.3400.05285.5476.1578.63
HexDE9FF28220511e4c4f
Octal336237362104205436114117
Binary1101111010011111111100101000100010010110001111010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FF2; }

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

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

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

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

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

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

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

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