#DF9EFF

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

Shades of Mauve #DF9EFF

Tints of Mauve #DF9EFF

Color information

#DF9EFF (or 0xDF9EFF) is unknown color: approx Mauve. HEX triplet: DF, 9E and FF. RGB value is (223,158,255). Sum of RGB (Red+Green+Blue) = 223+158+255=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EFF is #206100. Grayscale: #BCBCBC. Windows color (decimal): -2121985 or 16752351. OLE color: 16752351.

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

Color convert

RGB223158255-
CMYK0.130.3800
HSL280.21º100%80.98%-
HSV(B)280.21º38.04%100%-
XYZ60.7147.36100.55-
YUV188.49165.53152.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 158 (62.11% from 255) = 24.84%
BLUE value IS 255 (100% from 255) = 40.09%
R=35.06%
G=24.84%
B=40.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231582550.130.3800280.2110080.98
HexDF9EFFD26001186451
Octal337236377154600430144121
Binary11011111100111101111111111011001100010001100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9EFF; }

 p { color: rgb(223,158,255); }

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

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

 a { background-color: rgb(223,158,255); }

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

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

 span { border-color: rgb(223,158,255); }

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