#DE9AFA

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

Shades of Mauve #DE9AFA

Tints of Mauve #DE9AFA

Color information

#DE9AFA (or 0xDE9AFA) is unknown color: approx Mauve. HEX triplet: DE, 9A and FA. RGB value is (222,154,250). Sum of RGB (Red+Green+Blue) = 222+154+250=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9AFA is #216505. Grayscale: #B8B8B8. Windows color (decimal): -2188550 or 16423646. OLE color: 16423646.

HSL color Cylindrical-coordinate representation of color #DE9AFA: hue angle of 282.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE9AFA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222154250-
CMYK0.110.3800.02
HSL282.5º90.57%79.22%-
HSV(B)282.5º38.4%98.04%-
XYZ58.9445.5496.13-
YUV185.28164.53154.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 154 (60.55% from 255) = 24.60%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=35.46%
G=24.60%
B=39.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221542500.110.3800.02282.590.5779.22
HexDE9AFAB260211a5b4f
Octal336232372134602432133117
Binary110111101001101011111010101110011001010001101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9AFA; }

 p { color: rgb(222,154,250); }

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

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

 a { background-color: rgb(222,154,250); }

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

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

 span { border-color: rgb(222,154,250); }

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