#DC9EF1

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

Shades of Mauve #DC9EF1

Tints of Mauve #DC9EF1

Color information

#DC9EF1 (or 0xDC9EF1) is unknown color: approx Mauve. HEX triplet: DC, 9E and F1. RGB value is (220,158,241). Sum of RGB (Red+Green+Blue) = 220+158+241=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC9EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EF1 is #23610E. Grayscale: #B9B9B9. Windows color (decimal): -2318607 or 15834844. OLE color: 15834844.

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

Color convert

RGB220158241-
CMYK0.090.3400.05
HSL284.82º74.77%78.24%-
HSV(B)284.82º34.44%94.51%-
XYZ57.6246.0289.07-
YUV186159.04152.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 158 (62.11% from 255) = 25.53%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=35.54%
G=25.53%
B=38.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201582410.090.3400.05284.8274.7778.24
HexDC9EF19220511d4b4e
Octal334236361114205435113116
Binary1101110010011110111100011001100010010110001110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EF1; }

 p { color: rgb(220,158,241); }

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

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

 a { background-color: rgb(220,158,241); }

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

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

 span { border-color: rgb(220,158,241); }

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